231959 Commits

Author SHA1 Message Date
reinoud
65b5af65e0 Explicitly delete the failing node; it would be killed with the unlink too but
explicitly deleting it is better than just setting the file size to zero.
2014-12-03 21:37:55 +00:00
reinoud
a2b485ee86 Relax the KASSERT since an equal size is no issue 2014-12-03 21:34:55 +00:00
snj
62d7bff7c1 Fix some grammar and punctuation issues. Remove a pasto. 2014-12-03 20:36:33 +00:00
joerg
4e269948ac Add explicit cast to ensure no intermediate integer promotion happens. 2014-12-03 18:33:02 +00:00
dholland
0e9c68a74e + "beaut"
XXX: also I question whether "beauti" as found a few lines later is
XXX: actually a word, but I don't have time to investigate right now.
2014-12-03 15:26:44 +00:00
christos
1369c74b97 Add casts for big endian machines 2014-12-03 13:10:49 +00:00
ozaki-r
279c636338 Fix TESTSDIR 2014-12-03 08:14:26 +00:00
mrg
4023260255 redo the previous; avoid a bunch of processing when running as "uptime",
and as a side effect, avoid any name lookups.
2014-12-03 06:12:19 +00:00
christos
6994331daa c99 initializers 2014-12-03 03:44:45 +00:00
christos
99c363a8a2 more debugging info... 2014-12-03 01:32:11 +00:00
christos
c72e0db104 add DL_PRINT macro 2014-12-03 01:31:37 +00:00
christos
de1f3434e6 Reverts previous: Causes all processes to hang in tstile in rw_lock from
genfs_lock during a make -j 20 build
2014-12-03 01:30:32 +00:00
christos
86aec1e590 more test directories. 2014-12-03 01:29:33 +00:00
christos
70469cdbb4 add new test directories 2014-12-03 00:52:52 +00:00
christos
b38f9a9502 add printers. 2014-12-03 00:19:04 +00:00
matt
e601bd0bad Fix CORTEXA17 support 2014-12-02 22:57:08 +00:00
matt
224b877d32 Add Cortex-A17 support 2014-12-02 22:42:04 +00:00
christos
3f1eb4e425 if doing uptime, don't bother resolving names. 2014-12-02 22:19:19 +00:00
christos
765d671eef avoid macro clash. 2014-12-02 22:13:13 +00:00
christos
8505fb8b2e fix debugging compilation (ALL kernel) 2014-12-02 21:49:36 +00:00
christos
3bfbf6e926 fix debugging printf. 2014-12-02 21:28:31 +00:00
christos
f89df58b37 use the new printing code. 2014-12-02 20:25:47 +00:00
christos
cedc6be518 zero out the sockaddrs when dup'ing. 2014-12-02 19:57:11 +00:00
christos
590d87e737 add new address printing tests. 2014-12-02 19:56:17 +00:00
christos
d36c52e73e tests for network address printers. 2014-12-02 19:48:21 +00:00
christos
46aa4b787f - add diagnostic check for sa_len
- use new socket pretty printers to format sockaddr's
2014-12-02 19:45:58 +00:00
christos
b84f6fca71 sockaddr_format now returns the number of chars written. 2014-12-02 19:38:16 +00:00
christos
a5009781c6 add routines to print in6_addr and sockaddr_in6 (in6_print, sin6_print) 2014-12-02 19:36:58 +00:00
christos
dfbbb8d8b5 add routines to print in_addr and sockaddr_in (in_print and sin_print) 2014-12-02 19:35:27 +00:00
christos
2c1c80163c missed _ 2014-12-02 19:34:33 +00:00
christos
30c78a595e - s/u_intX/uintX/
- add routines to print sockaddr_at and ataddr.
2014-12-02 19:33:44 +00:00
christos
2510f73d33 - split struct dladdr out of struct sockaddr_dl
- add routines to print struct sockaddr_dl and struct dladdr
- make if_dl.h idempotent
2014-12-02 19:32:09 +00:00
ozaki-r
f89f3b9feb Get rid of weak_alias for bridge_input
bridge_input is now not directly called from ether_input,
so we can remove weak_alias for it.
2014-12-02 14:34:19 +00:00
pooka
b7b3e98220 print kernel module path only in kernels which support paths 2014-12-02 13:00:38 +00:00
aymeric
426034c57f . do not abort() if we read a zero cs or rip, or if we can't read them
. end the backtrace when encountering a soft interrupt, since they live in
  their own lwp
2014-12-02 10:34:27 +00:00
wiz
f497467a53 Use Nx. 2014-12-02 09:05:15 +00:00
dennis
128d0e7949 Note riscv compiler workarounds for libasan 2014-12-02 08:31:18 +00:00
ozaki-r
087b8cc474 Revert "Pull if_drain routine out of m_reclaim"
The commit broke dlopen()'d rumpnet on platforms where ld.so does not
override weak aliases (e.g. musl, Solaris, potentially OS X, ...).

Requested by pooka@.
2014-12-02 04:43:35 +00:00
msaitoh
66504f18c9 Add missing src(7) reported by Patrick Welche. 2014-12-02 03:51:48 +00:00
dennis
937de38ba9 Work around RISC-V compiler bug in gcc 4.8.3 (at least).
Should be reconsidered if the compiler is updated.
PR toolchain/49425
2014-12-02 03:20:39 +00:00
pooka
eaa241e501 Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,
with the default provided by Makefile.rump (they're all 0.0 anyway)
2014-12-02 01:59:10 +00:00
pooka
7901989f05 most of this manpage moved to rumpkernel.7, so simplify a lot 2014-12-02 01:52:13 +00:00
pooka
4c9416f8e4 add a high-level rumpkernel.7 manpage 2014-12-02 01:51:45 +00:00
pooka
1b3fbb4b1b need -Wno-unused-parameter with -Wextra 2014-12-01 23:08:15 +00:00
pooka
0201ddbb4c define the warnings used for hypercall components once 2014-12-01 22:58:41 +00:00
pooka
03d8c7895a RUMPCOMP_USER has been deprecated for long enough, remove it. 2014-12-01 22:54:32 +00:00
matt
09e40419ab clean the a9 l2 cache before turning it on. 2014-12-01 22:39:06 +00:00
christos
27fad02cd4 Complete the routing argument table by including the ID's used in the routing
display.
2014-12-01 20:30:27 +00:00
martin
c8560b5aee Remove the "broken on BE" mark from the N14 testcase - ozaki-r fixed it
recently.
2014-12-01 19:46:29 +00:00
christos
da48f144c9 Don't pass junk in sin_family and sin_len for SIOCGIFNETMASK, and explain why.
XXX: pullup 7?
2014-12-01 17:07:43 +00:00