Age | Commit message (Expand) | Author |
2007-03-23 | Import public domain rewrite of sendbug, written by Ray Lai. =) | Ray Lai |
2007-03-23 | cannot remember what the vax -O0 workaround in 2002 was for. wish the | Theo de Raadt |
2007-03-23 | Add a routine to scale timedelta sensors to more meaningful units, | Chris Kuethe |
2007-03-22 | remove default output of version numbers to silence confused auditing | Pierre-Yves Ritschard |
2007-03-22 | Do not define ISA_DMA_STATS by default; ok deraadt | Miod Vallat |
2007-03-22 | Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@, | Mark Kettenis |
2007-03-22 | Change yet another kernel message starting with `<'. | Miod Vallat |
2007-03-22 | When registering VME interrupts, maintain a direct ipl->vector table, as long | Miod Vallat |
2007-03-22 | In cmmu routines, replace splhigh() with disable_interrupts(), saves a function | Miod Vallat |
2007-03-22 | Fix handling of multiple stdin arguments in cooked mode, closes PR 5418. | Todd C. Miller |
2007-03-22 | use MD5_DIGEST_STRING_LENGTH instead of rolling our own lenght. | Xavier Santolaria |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-22 | s/%ssredistribute/%sredistribute/. One s is enough and makes -nv output | Claudio Jeker |
2007-03-22 | Somehow I forgot how to correctly sort in alphabetical order. | Claudio Jeker |
2007-03-22 | Do not advertise version in the ftp banner, because there is no reason to. | Chad Loder |
2007-03-22 | Remove wrong length check, which ignored the '/' character | Moritz Jodeit |
2007-03-22 | do not try to grab default router list on "ndp -r" if it's empty | Jun-ichiro itojun Hagino |
2007-03-22 | sync | Theo de Raadt |
2007-03-22 | nicer MLINKS chunk | Theo de Raadt |
2007-03-22 | backout | Otto Moerbeek |
2007-03-22 | Fix buffer overflow when parsing the .netrc file. | Moritz Jodeit |
2007-03-22 | typo; from Seth Hieronymus | Jason McIntyre |
2007-03-22 | read and write funcs for the global register space | David Gwynne |
2007-03-22 | map the global and port register spaces. | David Gwynne |
2007-03-22 | Perform legacy emulation handover for USB1 companion controllers immediately | Christopher Pascoe |
2007-03-22 | Reapplication of rev 1.49. | Christopher Pascoe |
2007-03-22 | Reapplication of rev 1.36. | Christopher Pascoe |
2007-03-22 | Let atascsi issue NCQ commands if the controller supports it. | Christopher Pascoe |
2007-03-22 | manpage for sili(4) before miod has to remind me. | David Gwynne |
2007-03-22 | import sili(4) so it can be worked on in the tree. this will support the | David Gwynne |
2007-03-21 | A polled xfer has completed and been put by the time ata_cmd returns, so | Christopher Pascoe |
2007-03-21 | add HUAWEI Mobile Connect E620 to the list of devices supported by ubsa(4). | Felix Kronlage |
2007-03-21 | update the variables for bootp/dhcpd; | Jason McIntyre |
2007-03-21 | transfer, more or less, the daemon section of afterboot(8); a fair bit | Jason McIntyre |
2007-03-21 | remove the various sections on enabling daemons: the page was getting overly | Jason McIntyre |
2007-03-21 | no need to include uvm_extern.h here | Martin Reindl |
2007-03-21 | - this file also document rc.conf.local, so add it to NAME | Jason McIntyre |
2007-03-21 | Document the CVSROOT/config file; input and OK's niallo@ jmc@. | Xavier Santolaria |
2007-03-21 | sync | Theo de Raadt |
2007-03-21 | Added code to parse unicast routes learned from route report packets. | Michele Marchetto |
2007-03-21 | Map the kernel text read only. Because we can. | Miod Vallat |
2007-03-21 | Uninitialized variable in db_write_bytes(). | Miod Vallat |
2007-03-21 | kill trailing whitespace; | Jason McIntyre |
2007-03-21 | typo | Pedro Martelletto |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-03-21 | tweak a sentence; | Jason McIntyre |
2007-03-21 | add pppd example for Cingular that I have been using; ok fkr@ jmc@ | Kevin Steves |
2007-03-21 | Add missing const | Todd C. Miller |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto |
2007-03-21 | event_init() and event_dispatch() take void. Add commented out | Todd C. Miller |