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