Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-13 | Remove duplicate function for string to integer conversion. ok jordan@ | Can Erkin Acar | |
2008-06-13 | Properly handle battery insertion/removal | Jordan Hargrave | |
ok @marco | |||
2008-06-13 | D-Link DWA-111, from kevlo via FreeBSD. | Jonathan Gray | |
2008-06-13 | Add myself to the copyright since i fumbled around in those files, too. | Marcus Glocker | |
OK robert@ | |||
2008-06-13 | regen | Jonathan Gray | |
2008-06-13 | D-Link DWA-111 from kevlo via FreeBSD. | Jonathan Gray | |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback | |
debug output shows the xs/command before it's issued rather than displaying it on command completion. Some commands don't come back and it would be nice to see their details. While here nuke invocations of scsi_show* in umass. If you want SCSI debug output use SCSI debug options. Only affects SCSI debug output. ok marco@ | |||
2008-06-13 | Remove dead-end and never-used kerberos code in nfs. Future work | Bret Lambert | |
to support authentication other than AUTH_UNIX will replace this with a (hopefully) much better system. ok thib@ | |||
2008-06-13 | Replace one-line macro which only obfuscated the fact that | Bret Lambert | |
the function it was named after took 4 arguments instead of 2. "get it in; get it in; get it in" thib@ | |||
2008-06-13 | back out stupid vnode change that was unintentionally included | Bob Beck | |
with biomem and art has no idea how it got there. ok art@ thib@ | |||
2008-06-13 | Make kbd -l work for adb. -moj | Mats O Jansson | |
2008-06-13 | Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUG | Rainer Giedat | |
Ok reyk@, "kill kill kill" thib@ | |||
2008-06-13 | Cleanup for aml_xcreatefield, added flags argument | Jordan Hargrave | |
ok @canacar | |||
2008-06-13 | Add some missing $OpenBSD$ tags. | Kenneth R Westerback | |
ok drahn@ gwk@ | |||
2008-06-13 | Cleanup, remove old/unused functions | Jordan Hargrave | |
ok @canacaR | |||
2008-06-13 | Detect if Intel's Safer Mode Extensions (SMX) are present, | Jonathan Gray | |
See http://download.intel.com/technology/security/downloads/31516804.pdf for more information. ok deraadt@ 'looks ok to me' djm@ | |||
2008-06-12 | make sure to check that a crypto volume is not yet assembled when | Hans-Joerg Hoexer | |
retrieving the kdf blobb. Pointed out by marco. while there, use %lld instead of %d when printing b_blkno, which daddr64_t. ok marco | |||
2008-06-12 | Add ral(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | Poll AC because there are some crappy machines out there that need it. | Marco Peereboom | |
2008-06-12 | disable debug printfs and descriptor dumps | Robert Nagy | |
2008-06-12 | Be more permissive and try to run non-branded non-static binaries if we can | Miod Vallat | |
find their interpreter, as the linux ld.so name is unique and not likely to be found in another /emul/foo hierarchy; allows Opera to run again. Noticed by sturm@ | |||
2008-06-12 | Add ep(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Add xl(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Add re(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Clead discipline pointer after delete. Found by hshoexer | Marco Peereboom | |
2008-06-12 | Wrap DPRINTF around #ifdef VIDEO_DEBUG, but leave debugging on by | Marcus Glocker | |
default for now. | |||
2008-06-12 | Add malo(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | enable uvideo(4) video(4) | Robert Nagy | |
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave | |
ok @marco | |||
2008-06-12 | Fixed AMLOP_LOAD for _PSS on Thinkpad | Jordan Hargrave | |
ok @gwk | |||
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 | 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 | 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 | Fixed memory leaks for AML parser | Jordan Hargrave | |
added new stack handling interface removed delay during parsing ok @marco | |||
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 | 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 | 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 | wdc(4) at pcmcia(4) | Mark Kettenis | |
2008-06-12 | Enable com(4) at pcmcia(4). | Mark Kettenis | |
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 | 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@ |