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