ad
a8bd3c39aa
Add rw_obj_*() functions to mirror the existing mutex functions.
...
Proposed on tech-kern quite some time ago.
2009-04-19 08:36:04 +00:00
lukem
0350114585
Fix WARNS=4 issues (-Wshadow -Wsign-compare)
2009-04-19 07:54:08 +00:00
lukem
96bb91fe3c
Fix WARNS=4 issues (-Wextra -Wshadow)
2009-04-19 07:49:07 +00:00
lukem
6bc6e73b91
Fix -Wsign-compare issues
2009-04-19 06:09:42 +00:00
lukem
d3d3aa621a
Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
2009-04-19 06:06:39 +00:00
lukem
9797780352
Fix -Wsign-compare issue
2009-04-19 04:01:06 +00:00
tsutsui
0ec9ab77d8
Remove number parameters from pseudo-device loop and ipfilter.
2009-04-19 03:06:22 +00:00
tnozaki
41a9bd5969
fix reliability issue.
...
if wcwidth(3) return -1, nvi may crash by memory fault.
2009-04-19 02:28:19 +00:00
lukem
c7dd380491
Fix -Wsign-compare issues
2009-04-19 02:25:48 +00:00
lukem
228475234f
Fix WARNS=4 issues (-Wextra -Wsign-compare)
2009-04-19 01:53:17 +00:00
lukem
6363aba79d
Fix WARNS=4 (-Wcast-qual -Wextra)
2009-04-19 01:52:09 +00:00
lukem
975b87b4f5
Fix -Wcast-qual and -Wshadow issues
2009-04-19 00:56:32 +00:00
lukem
802fa86c68
Fix -Wcast-qual issue
2009-04-19 00:44:49 +00:00
lukem
dfb301f79f
Fix WARNS=4 issues (-Wshadow -Wcast-qual)
2009-04-19 00:26:18 +00:00
mrg
0ac2280bae
note bozhttpd update
2009-04-18 21:22:37 +00:00
mrg
bbbdac0a6f
merge bozohttpd 20090418. remove a couple of minor do-nothing local
...
changes that don't need to cause conflicts.
2009-04-18 21:22:03 +00:00
mrg
5de1fbc2cb
import bozohttpd 20090418. changes include:
...
o avoid dying in daemon mode for some uncommon, but recoverable, errors
o close leaking file descriptors for CGI and daemon mode
o handle poll errors properly
o don't try to handle more than one request per process yet
this covers PR#38489 and PR#40079, as well some some issues reported
privately.
2009-04-18 21:09:40 +00:00
tsutsui
1239650e67
- remove a cast against malloc
...
- (type *)0 -> NULL
- misc KNF
2009-04-18 17:56:24 +00:00
pooka
6bbcb27434
If running in multithreaded mode, create sched_sync thread.
2009-04-18 16:33:37 +00:00
tsutsui
0d20c5ab69
Resurrect accidentally removed libiscsi, which is not provided by ISC.
2009-04-18 16:31:30 +00:00
pooka
c3582bac59
* actually do syncer list add/remove instead of just pretending to
...
play VI_ONWORKLST games
* honor PGO_LOCKED in getpages wrt. to interlock (no, we don't have
a fault routine, so we don't need to seriously honor it)
2009-04-18 16:30:58 +00:00
tsutsui
d7aded87fa
bcopy -> memmove (where possibly overwrapped)
2009-04-18 16:20:43 +00:00
pooka
89e8e735e6
null putpages has to unlock interlock instead of just returning success
2009-04-18 15:41:36 +00:00
pooka
6d1ff74c7a
Move genfs_null_putpages() from genfs_io.c to genfs_vnops.c -- it does
...
not really do i/o.
2009-04-18 15:40:33 +00:00
tsutsui
3684ba252b
Use memcmp(9) and memcpy(9) directly rather than via
...
local BCMP() and BCOPY() macro.
2009-04-18 15:20:06 +00:00
tsutsui
d24f7d6156
Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block.
2009-04-18 15:04:26 +00:00
tsutsui
d779b85d3e
Remove extra whitespace added by a stupid tool.
...
XXX: more in src/sys/arch
2009-04-18 14:58:02 +00:00
wiz
86340eaa2b
Remove outdated example. From Todd Kover in PR 41238.
2009-04-18 14:55:50 +00:00
lukem
1638ad2757
Fix WARNS=4 issues (-Wextra -Wsign-compare)
2009-04-18 14:06:58 +00:00
lukem
e4e2f3f32e
Fix -Wextra issue
2009-04-18 14:02:42 +00:00
lukem
899b971d2c
Fix -Wsign-compare issue
2009-04-18 14:01:37 +00:00
lukem
6c07b7244e
Fix -Wshadow
2009-04-18 13:57:44 +00:00
lukem
ca5cba9384
remove unnecessary comments
2009-04-18 13:55:11 +00:00
lukem
c2fdfea89a
Fix -Wcast-qual and -Wsign-compare issues
2009-04-18 13:53:59 +00:00
lukem
46a41907e1
Fix WARNS=4 issues (-Wcast-qual -Wsign-compare).
...
XXX: could improve parsing of -v option and store "cutoff" as a uint64_t.
2009-04-18 13:37:04 +00:00
christos
6757e2669a
delete old bind
2009-04-18 13:06:47 +00:00
lukem
e3823f584e
Fix -Wsign-compare issue
2009-04-18 13:05:54 +00:00
lukem
0466bbb6dd
Fix -Wshadow and -Wcast-qual issues
2009-04-18 13:02:36 +00:00
christos
bda2b43696
remove old bind.
2009-04-18 13:02:27 +00:00
christos
2eded15942
delete old bind
2009-04-18 13:01:19 +00:00
christos
736e89e40b
goodbye old cvs
2009-04-18 12:58:19 +00:00
lukem
46c55ef395
Fix -Wshadow and -Wcast-qual issues
2009-04-18 12:57:10 +00:00
christos
24f86a3336
goodbye old cvs.
2009-04-18 12:56:44 +00:00
drochner
40629b1267
fix traversing of a control mbuf in the case that a message len
...
is not aligned wrt CMSG_ALIGN - the length counter drops below 0
in this case which was not checked for,
fixes crashes (with isc_dhcrelay4) reported by Uwe in tech-net
(subject: netbsd5-rc3 crash caused by isc_dhcrelay)
2009-04-18 12:40:52 +00:00
wiz
98d3964304
Remove duplicate part (pasto?). Remove trailing whitespace.
...
Use Aq where easily possible.
2009-04-18 12:35:51 +00:00
tsutsui
e7f34be0d2
Fix another -Wsign-compare issue.
...
XXX: is it really worth to keep non native aout/coff/ecoff support here?
2009-04-18 11:30:30 +00:00
cegger
c0eda02abe
build mp.c for xen, too.
...
Fixes linking failures of Dom0 kernels. (Hi dyoung)
2009-04-18 11:26:58 +00:00
tsutsui
2380352549
Pull a fix for ipnat from upstream as per info from darrenr@:
...
2031730 4.1.31 Nat drops fragmented packets after the first
http://ipfilter.cvs.sourceforge.net/viewvc/ipfilter/ipfilter/ip_nat.c#rev1.2.2.48
Fixes problems on UDP NFS with ipnat as mentioned in PR kern/38773 and
PR kern/41074. Tested on several slow NFS clients and an i386 server
running ipnat.
Should be pulled up to 5.0.
2009-04-18 11:19:09 +00:00
dogcow
7aaa51f5d6
Fix sign/unsigned and discards qualifiers. Based on patch by mlelstv.
2009-04-18 10:12:42 +00:00
mlelstv
6f9ec05f3c
mpacpi_scan_pci and mpbios_scan_pci were unified into mp_pci_scan.
...
See sys/arch/x86/x86/mp.c:1.9.
2009-04-18 09:51:21 +00:00