summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-12syncTodd T. Fries
2008-06-12no /dev/*random on ramdisks, libc uses the sysctlTodd T. Fries
please commit from deraadt@
2008-06-12syncTheo de Raadt
2008-06-12dreamcheeky missile launcher (duck!)Theo de Raadt
2008-06-12fix synproxy.Henning Brauer
the factored out pf_create_state() could return PF_PASS, _DROP, and _SYNPROXY_DROP. We were treating the latter the same as _PASS and thus passing the original SYN which we of course don't want in the synproxy case. breakage reported by sakurai-san, headscratching with and ok ryan
2008-06-12point to usb man pages more clearly; ok jmcTheo de Raadt
2008-06-12Pass error code via the crypto descriptor (ie. crp_etype) from cryptoHans-Joerg Hoexer
callback. ok marco@
2008-06-12wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djmHans-Joerg Hoexer
2008-06-12#if 0 an annoygly chatty printf active whenever we're at loglevelHenning Brauer
loud, spilling out hundreds of lines on ruleset reloads is disturbing when you're hacking over cereal console, ryan ok
2008-06-12Get mask keying for on-disk keys from user space and keep a "hint" for keyHans-Joerg Hoexer
generation used by user space in the meta data. Actually use the masking key for encryption and decryption of on-disk key at run time. ok djm marco
2008-06-12use PR_ZERO instead of a bzero() right after the pool_get();Thordur I. Bjornsson
ok blambert@
2008-06-12add isinff and isnanf. no objection millert@Martynas Venckus
2008-06-12make bcachestats visible in systat io - from mickey.Bob Beck
ok thib@
2008-06-12we should be able to handle symbol names that are also RCS tokens,Joris Vink
gnu cvs supports this and we should too really. allows opencvs to properly checkout netbsd trees. spotted & tested by rivo nurges ok tobias@
2008-06-12Oops, do not dereference a NULL function pointer used as an array endMiod Vallat
marker; found the hard way by sturm@
2008-06-12Fixed a memory leak in export noticed by joris.Tobias Stoeckmann
ok joris
2008-06-12properly deal with CVS_USE_WDIR.Joris Vink
ok tobias@
2008-06-12cmdp can be NULL while still in cvs_getopt(), so deal with thisJoris Vink
inside of cvs_vlog() since cvs_getopt() might be calling it. spotted by Jonathan Armani
2008-06-12keyword expansion for localcommand. ok djm@Darren Tucker
2008-06-12accept f in mantissa of hex float constant. from gcc svnMartynas Venckus
unbreaks libm on gcc2 ok miod@ (who created almost the same diff)
2008-06-12wdc(4) at pcmcia(4)Mark Kettenis
2008-06-12Enable com(4) at pcmcia(4).Mark Kettenis
2008-06-12You successfully cast 'remove dead cruft'Joris Vink
2008-06-12Remove silly panic when disestablish cookie doesnt existMarco Peereboom
ok art
2008-06-12Fix the egress group matching for IPv4. There are to ways to define a /0Claudio Jeker
network mask. For some reasons some parts set sa->sa_len to 0 to specify a /0 netmask so check fot that too. tested by david@ OK henning@
2008-06-12let usage() match SYNOPSIS;Jason McIntyre
2008-06-12use ALTENTRY; was ok millert@Martynas Venckus
2008-06-12-d tweaks;Jason McIntyre
2008-06-12 if (something_complicated)Artur Grabowski
return (EIO); return (EIO); is kinda silly. Don't. Prettify a bit in the process. 'makes perfect sense' blambert@, ok thib@
2008-06-12Document lang/lua MODULE.Landry Breuil
Reminded by pyr@ and ajacoutot@ while going to the hike, ok ajacoutot@ and looks fine to jmc@
2008-06-12- no need for ifdef dance (21), we have isnan, finite for vaxMartynas Venckus
- TEST_FMOD doesn't belong here, remove - remove ifdef _ANSI_SOURCE and assume it's default ok millert@
2008-06-12Makefile: fix MLINKSJason McIntyre
lgamma.3: fix STANDARDS and HISTORY
2008-06-12Add dc(4) at cardbus(4).Mark Kettenis
2008-06-12The multiplexing escape char handler commit last night introduced aDamien Miller
small memory leak per session; plug it.
2008-06-12Remove some crazy #if mess.Joel Sing
ok markus@ henning@
2008-06-12ANSIfy function definitions.Joel Sing
ok markus@ mcbride@ henning@ deraadt@
2008-06-12Fix type difference between function prototype and implementation.Joel Sing
According to millert@ this would have been promoted from a short to an int anyway, since K&R C cannot pass variables that are smaller than an int. ok deraadt@ millert@
2008-06-12fix logicJoris Vink
2008-06-12completely kill the need for TMP_DIR when running checkout,Joris Vink
which gives us better performance among other things. this is however disabled in a few cases: 1) whenever you run checkout over an existing tree (which acts as update) 2) whenever you specify -d or a module alias we're planning on enabling this behaviour for case 2 in the future. anoncvs sysadmins now love us even more. ok tobias@
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
ok thib beck art
2008-06-12Actually return an error in nfs_asyncio() if we fail to processThordur I. Bjornsson
the buf due too all of the nfs iod's being busy; this downgrades the write to a sync one and allows to handle this. ok art@, beck@
2008-06-12We already mark the start of the worm, now also mark the end of the wormAlexander von Gernler
in our random art drawings. ok djm@
2008-06-12supply the key type (rsa1, rsa, dsa) as a caption in the frame of theAlexander von Gernler
random art. while there, stress the fact that the field base should at least be 8 characters for the pictures to make sense. comment and ok djm@
2008-06-12some more TODO for meDamien Miller
2008-06-12document tun@openssh.com forwarding methodDamien Miller
2008-06-12Reorder foreign binaries probe list, so that more permissive ones are at theMiod Vallat
end. Makes static linux binaries run again.
2008-06-12Do not attempt to recognize foreign ELF binaries if emulation is disabled;Miod Vallat
also recognize modern Linux binaries without branding, but with a ``GNU'' ABI note.
2008-06-12thal shalt not code past the eightieth columnDamien Miller
2008-06-12thall shalt not code past the eightieth columnDamien Miller
2008-06-12maintain an ordered queue of outstanding global requests that weDamien Miller
expect replies to, similar to the per-channel confirmation queue. Use this queue to verify success or failure for remote forward establishment in a race free way. ok dtucker@