summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-06-29Ansify function declarations.Joel Sing
2010-06-29Fix signedness warnings.Martin Hedenfal
2010-06-29Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@Christian Weisgerber
2010-06-29makefstype was only used in ported from freebsd filesystems. fix themTed Unangst
2010-06-29eliminate some very redundant SCARG usage. ok artTed Unangst
2010-06-2960 is a more reasonable guess for number of minutes in an hour than 100.Ted Unangst
2010-06-29Factor out code used to save and flushe process FPU context.Joel Sing
2010-06-29force the dns buffers to be aligned using a union, until the retardedTheo de Raadt
2010-06-29force the dns buffers to be aligned using a union, until the retardedTheo de Raadt
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
2010-06-29correct some minor style violationsTed Unangst
2010-06-29Allow selecting both address family and protocol by passing the address familyBret Lambert
2010-06-29don't overwrite the return code from validate_entryMartin Hedenfal
2010-06-29Update default ldapd.conf to reflect changes in the schema parser.Martin Hedenfal
2010-06-29less SCARG, more pretty. ok guentherTed Unangst