Age | Commit message (Expand) | Author |
2010-06-29 | Replace the hand-crafted Diffie-Hellman implementation in isakmpd with | Reyk Floeter |
2010-06-29 | fix a typo in the function declaration; | Ingo Schwarze |
2010-06-29 | Add missing frees. | Reyk Floeter |
2010-06-29 | Fix use after free. Found by regress tests. | Charles Longeau |
2010-06-29 | More workarounds adapted from FreeBSD to make the 82577/82578 happy, | Jonathan Gray |
2010-06-29 | Don't mention foreign operating system binary emulation anymore. They usually | Miod Vallat |
2010-06-29 | remove the compat43 ifdef around some code. in effect, it's always been | Ted Unangst |
2010-06-29 | Add code to make ahci(4) suspend/resume properly. Probably not perfect yet, | Mark Kettenis |
2010-06-29 | Call bufq_quiesce() on suspend to stop all I/O and bufq_restart on resume. | Mark Kettenis |
2010-06-29 | Introduce bufq_quiesce(), which will block I/O ifrom getting on the queues, | Mark Kettenis |
2010-06-29 | remove compat_ultrix docs | Ted Unangst |
2010-06-29 | and the ultrix files go into the attic. ok deraadt miod | Ted Unangst |
2010-06-29 | COMPAT_ULTRIX is not used, time to retire it. ok deraadt miod | Ted Unangst |
2010-06-29 | move a little code around, eventually it will be better | Ted Unangst |
2010-06-29 | Remove now unused prototypes and sort by file. | Nicholas Marriott |
2010-06-29 | Having more than 2 log levels is silly. Use only 3 verbosity levels: | Kjell Wooding |
2010-06-29 | Considerably simplify block rewind rules; no functional change intended. | Ingo Schwarze |
2010-06-29 | RTHREADS option is gone, now it's a sysctl. spotted by jmc | Ted Unangst |
2010-06-29 | RTHREADS kernel options is gone, spotted by jmc | Ted Unangst |
2010-06-29 | Now that there is no dial-up support, all connections are hardwired so drop the | Nicholas Marriott |
2010-06-29 | ultrix support going away, ok deraadt | Ted Unangst |
2010-06-29 | Missed this dial-up bit from cu(1). | Nicholas Marriott |
2010-06-29 | ultrix compat is going away... | Ted Unangst |
2010-06-29 | No more phones(5), /etc/phones, or dial up bits in remote. | Nicholas Marriott |
2010-06-29 | please attempt to match the style of the code | Theo de Raadt |
2010-06-29 | avoid a null pointer deref. ok jsg | Chris Kuethe |
2010-06-29 | Remove the "if the string address faulted, see if it looks like an int" | Ted Unangst |
2010-06-29 | Support for badly nested blocks, written around the time of | Ingo Schwarze |
2010-06-29 | briefly document kern.rthreads | Ted Unangst |
2010-06-29 | list kern.rthreads as a knob you can but shouldn't turn | Ted Unangst |
2010-06-29 | Nuke -DCONNECT and -DACULOG which we always set, also trim huge useless comment | Nicholas Marriott |
2010-06-29 | Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-). | Nicholas Marriott |
2010-06-29 | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or | Philip Guenthe |
2010-06-29 | Add the new schema parser. | Martin Hedenfal |
2010-06-29 | jmc reminded me that rthreads should be removed from here | Ted Unangst |
2010-06-29 | Correct the target name | Philip Guenthe |
2010-06-29 | sync to bsd.lv version 1.10.3: | Ingo Schwarze |
2010-06-29 | After installing or updating from a public mirror, the installfrom=... | Alexander Hall |
2010-06-29 | remove lies. the arguments are actually used. | Thordur I. Bjornsson |
2010-06-29 | framework for glyph width encoding; from kristaps@ | Ingo Schwarze |
2010-06-29 | zap superfluous newline. ok sthen@ | Stephan A. Rickauer |
2010-06-29 | fix a logic error found by lint | Jonathan Gray |
2010-06-29 | use a union to align the dns answer buffer until gcc4 is fixed | Theo de Raadt |
2010-06-29 | Interface drivers should use DV_IFNET, not DV_DULL. | Matthew Dempsky |
2010-06-29 | Change st(4) to use the FIFO buf sorting discipline rather than the | Matthew Dempsky |
2010-06-29 | explicitely initialize members of struct dev in dev_open() | Jacob Meuser |
2010-06-29 | If the device isn't opened yet (as can be the case with '-a off'), | Jacob Meuser |
2010-06-29 | Replace "nice" strcmp() wrapper macro with strcmp. | Nicholas Marriott |
2010-06-29 | replace some magic mouse constants with defines for clarity. ok nicm | Ted Unangst |
2010-06-29 | isdigit() is more readable than comparing ascii codes | Ted Unangst |