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