Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave | |
ok @marco | |||
2008-06-12 | allow the tcpbench client side to open more than one tcp connection | Henning Brauer | |
to the server and use them simultaniously. ok djm ryan | |||
2008-06-12 | Fixed AMLOP_LOAD for _PSS on Thinkpad | Jordan Hargrave | |
ok @gwk | |||
2008-06-12 | - add all missing MODULES | Antoine Jacoutot | |
"no issues" for jmc@ | |||
2008-06-12 | Remove now-vestigial bpos pointer from NFS. For building outgoing | Bret Lambert | |
NFS mbufs, mbufs now contain all their internal buffer state internally, the way god intended. ok thib@ testing johan@ (and possibly merdely@; this diff's been around for a bit...) | |||
2008-06-12 | Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow | Marcus Glocker | |
shortly. OK todd@ | |||
2008-06-12 | new sentence, new line; | Jason McIntyre | |
2008-06-12 | - rename _dl_boot argument loff to dyn_loff to differentiate it from | Kurt Miller | |
exe_loff - calculate minva, maxva, exe_loff for the executable for passing to _dl_finialize_object and completing the executable elf_object_t data. this fixes ldd output for the exe object and prepares for PIE support. - calculate the interpreter path pointer in a way that allows for the possibility that PT_INTERP comes before PT_PHDR - fix an off by one in the init of dl_data input and okay drahn@ | |||
2008-06-12 | theo says: enable, enable, enable uvideo(4) | Robert Nagy | |
Some of the cams are fairly working now and we want to see more of them in dmesgs. | |||
2008-06-12 | +aes tests | Damien Miller | |
2008-06-12 | blocksize=128 keysize={128,256} AES test vectors from Dr. Brian Gladman | Damien Miller | |
http://fp.gladman.plus.com/AES/ | |||
2008-06-12 | Test crypto(4) AES against test vectors from Dr. Brian Gladman | Damien Miller | |
available at http://fp.gladman.plus.com/AES/ only keysize={128,256} and standard AES blocksize for now | |||
2008-06-12 | fix parser crash w/ invalid UTF-8 char sequences (all apps that use expat | Peter Valchev | |
for XML parsing are affected) reported & fixed in upstream cvs | |||
2008-06-12 | The mmap offsets for memory buffers currently are the kernel virtual | Owain Ainsworth | |
address. This is just plain wrong. scatter/gather on amd64 didn't work here, since char device mmap doesn't take negative offsets so higher kvas fail. Instead, prematurely import drm_memrange which is needed for the memory managers (GEM or TTM), and is used to manage GART space. Then, horribly abuse it to allocate mmap offsets, fixes up the issues. "just commit it" art@. | |||
2008-06-12 | add a statistic bit to count how often we change async to sync | Thordur I. Bjornsson | |
you need to upgrade nfsstat and the relevant header files ok beck@ | |||
2008-06-12 | a few minor rewordings and tweaks | Steven Mestdagh | |
2008-06-12 | tweak the ascii art text; ok grunk | Jason McIntyre | |
2008-06-12 | Fixed memory leaks for AML parser | Jordan Hargrave | |
added new stack handling interface removed delay during parsing ok @marco | |||
2008-06-12 | add some description for the tcl and tk modules | Steven Mestdagh | |
2008-06-12 | sync | Todd T. Fries | |
2008-06-12 | no /dev/*random on ramdisks, libc uses the sysctl | Todd T. Fries | |
please commit from deraadt@ | |||
2008-06-12 | sync | Theo de Raadt | |
2008-06-12 | dreamcheeky missile launcher (duck!) | Theo de Raadt | |
2008-06-12 | fix 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-12 | point to usb man pages more clearly; ok jmc | Theo de Raadt | |
2008-06-12 | Pass error code via the crypto descriptor (ie. crp_etype) from crypto | Hans-Joerg Hoexer | |
callback. ok marco@ | |||
2008-06-12 | wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djm | Hans-Joerg Hoexer | |
2008-06-12 | #if 0 an annoygly chatty printf active whenever we're at loglevel | Henning Brauer | |
loud, spilling out hundreds of lines on ruleset reloads is disturbing when you're hacking over cereal console, ryan ok | |||
2008-06-12 | Get mask keying for on-disk keys from user space and keep a "hint" for key | Hans-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-12 | use PR_ZERO instead of a bzero() right after the pool_get(); | Thordur I. Bjornsson | |
ok blambert@ | |||
2008-06-12 | add isinff and isnanf. no objection millert@ | Martynas Venckus | |
2008-06-12 | make bcachestats visible in systat io - from mickey. | Bob Beck | |
ok thib@ | |||
2008-06-12 | we 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-12 | Oops, do not dereference a NULL function pointer used as an array end | Miod Vallat | |
marker; found the hard way by sturm@ | |||
2008-06-12 | Fixed a memory leak in export noticed by joris. | Tobias Stoeckmann | |
ok joris | |||
2008-06-12 | properly deal with CVS_USE_WDIR. | Joris Vink | |
ok tobias@ | |||
2008-06-12 | cmdp can be NULL while still in cvs_getopt(), so deal with this | Joris Vink | |
inside of cvs_vlog() since cvs_getopt() might be calling it. spotted by Jonathan Armani | |||
2008-06-12 | keyword expansion for localcommand. ok djm@ | Darren Tucker | |
2008-06-12 | accept f in mantissa of hex float constant. from gcc svn | Martynas Venckus | |
unbreaks libm on gcc2 ok miod@ (who created almost the same diff) | |||
2008-06-12 | wdc(4) at pcmcia(4) | Mark Kettenis | |
2008-06-12 | Enable com(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | You successfully cast 'remove dead cruft' | Joris Vink | |
2008-06-12 | Remove silly panic when disestablish cookie doesnt exist | Marco Peereboom | |
ok art | |||
2008-06-12 | Fix the egress group matching for IPv4. There are to ways to define a /0 | Claudio 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-12 | let usage() match SYNOPSIS; | Jason McIntyre | |
2008-06-12 | use 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-12 | Document 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 vax | Martynas Venckus | |
- TEST_FMOD doesn't belong here, remove - remove ifdef _ANSI_SOURCE and assume it's default ok millert@ |