Age | Commit message (Expand) | Author |
2009-10-28 | Strip the YP code from the binaries on the ramdisk by building with -UYP | Philip Guenthe |
2009-10-28 | The min and time settings in stty -g output are in hex, not decimal, so | Philip Guenthe |
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt |
2009-10-28 | use the special versions of ed(1), mt(1), and restore(8) which are a lot | Theo de Raadt |
2009-10-28 | compile the install media mt(1) without RMT support | Theo de Raadt |
2009-10-28 | Add a compile option (-DRMT) which decides if remote tape support (via rcmd) | Theo de Raadt |
2009-10-28 | poll events must be reinitialized after each call to poll. fixes | Chris Kuethe |
2009-10-28 | compile ramdisk restore(1) without remote-restore (ie. rcmd) support | Theo de Raadt |
2009-10-28 | compile ramdisk ed(1) without -DDES support | Theo de Raadt |
2009-10-28 | the code to support -DDES spread it's way outside of -DDES... fix that | Theo de Raadt |
2009-10-28 | no more eisa, sorry | Theo de Raadt |
2009-10-28 | Add the first batch of mandoc(1) regression tests, testing for a few bugs | Ingo Schwarze |
2009-10-28 | some includes got lost in the previous commit; | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-28 | Do not need -DLIBC_SCCS anymore | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | using the rcsid is silly | Theo de Raadt |
2009-10-27 | nm -V is silly, and prining the rcsid even more so | Theo de Raadt |
2009-10-27 | sync | Theo de Raadt |
2009-10-27 | Xr mpii(4) | Theo de Raadt |
2009-10-27 | Add another Intel ICH10 variant and the PCH chipset. | Stuart Henderson |
2009-10-27 | slightly cleanup the socket and control bits: | Alexandre Ratchov |
2009-10-27 | set the THRU_AUTOQUIT flag only for ``thru'' devices | Alexandre Ratchov |
2009-10-27 | add missing word in error message | Alexandre Ratchov |
2009-10-27 | sync to 1.9.11: adapt printing of dates to groff conventions, | Ingo Schwarze |
2009-10-27 | update moduli file; ok deraadt | Darren Tucker |
2009-10-27 | - bump the majors of libpthread and librthread, as they used to return an | Jasper Lievisse Adriaanse |
2009-10-27 | define ENOTSUP EOPNOTSUPP is no longer needed | Theo de Raadt |
2009-10-27 | reorder the log functions slightly; from thomas pfaff | Jason McIntyre |
2009-10-27 | write UNIX-domain in a more consistent way. | Igor Sobrado |
2009-10-27 | Tweak description of supported hardware. | Mark Kettenis |
2009-10-27 | Move the poll registration functions into the server-*.c files. | Nicholas Marriott |
2009-10-27 | encode the channels a converter will convert into the converter's | Jacob Meuser |
2009-10-27 | in the get_default_parameters method, give the low level drivers a | Jacob Meuser |
2009-10-27 | finish zapping old "kitchensink" option, we have much better ways to test | Marc Espie |
2009-10-27 | fix buglet: error out if pkg does not install in all cases. | Marc Espie |
2009-10-27 | if (!ISSET(flags, SCSI_NOSLEEP)) return; else sleep(); is wrong. | David Gwynne |
2009-10-27 | welcome mpii(4). | David Gwynne |
2009-10-27 | Check return value of scsi_xs_get() in scsi_ioc_cmd() for NULL. It | Kenneth R Westerback |
2009-10-27 | rename the source file. my screwup, i asked for this and didnt check it. | David Gwynne |
2009-10-27 | We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to remove | Nicholas Marriott |
2009-10-27 | sync | Theo de Raadt |
2009-10-27 | Bah didn't man to commit the GENERIC part just yet. | Marco Peereboom |
2009-10-27 | Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs. | Marco Peereboom |
2009-10-26 | "rdr" -> "match in...rdr-to" in example. | Stuart Henderson |
2009-10-26 | tabs are better; ok nicm | Theo de Raadt |
2009-10-26 | Clear signal flags /before/ taking action and continue afterwards to reduce | Nicholas Marriott |
2009-10-26 | Call fstat() after fopen() rather than stat() before. | Nicholas Marriott |
2009-10-26 | Reset the umask right after fopen to avoid leaving it changed on error, noticed | Nicholas Marriott |
2009-10-26 | Use strlcpy instead of strncpy, pointed out by deraadt. | Nicholas Marriott |