summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-28Strip the YP code from the binaries on the ramdisk by building with -UYPPhilip Guenthe
the six files from libc that are directly pulled in. ok deraadt@
2009-10-28The min and time settings in stty -g output are in hex, not decimal, soPhilip Guenthe
parse them as such. ok deraadt@
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
smaller ok guenther
2009-10-28compile the install media mt(1) without RMT supportTheo de Raadt
ok guenther
2009-10-28Add a compile option (-DRMT) which decides if remote tape support (via rcmd)Theo de Raadt
is supported. If not, disable it. ok guenther
2009-10-28poll events must be reinitialized after each call to poll. fixesChris Kuethe
ldattach exiting when relaying (nmea to gpsd, for example). ok deraadt@
2009-10-28compile ramdisk restore(1) without remote-restore (ie. rcmd) supportTheo de Raadt
since rcmd is stupid without ssh being on the media
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
ok guenther
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
fixed in 1.9.9 and some older, rather subtle issues in list displays. Directory layout and naming scheme was chosen such that later inclusion of tests for -man and -Thtml will not force us to rename everything, even though the layout might still seem a bit sparse right now. More tests will slowly be added while investigating and fixing issues.
2009-10-28some includes got lost in the previous commit;Ingo Schwarze
"go ahead, put it back" deraadt@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. spotted by schwarze
2009-10-28Do not need -DLIBC_SCCS anymoreTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
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
From Brad. PCH tested by bwaichu at yahoo com.
2009-10-27slightly cleanup the socket and control bits:Alexandre Ratchov
- reject bogus clients ignoring flow control during the start phase - don't check if dev_midi is NULL, it can't be NULL anymore - use ``struct ctl_ops'' instead of a simple call-backs - don't try to flush play buffer if it's not attached yet
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
NetBSD portability fixes and some minor bugfixes and feature enhancements; also checked that my hyphenation code still works on top of this
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
aliased ENOTSUP. i should've done this earlier, but missed it. my bad. as discussed with deraadt@ guenther@
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
mixer name.
2009-10-27in the get_default_parameters method, give the low level drivers aJacob Meuser
pointer to the low level driver's softc, not audio's softc. nothing is actually using this yet. ok ratchov
2009-10-27finish zapping old "kitchensink" option, we have much better ways to testMarc Espie
big stuff now.
2009-10-27fix buglet: error out if pkg does not install in all cases.Marc Espie
noticed by Markus Lude.
2009-10-27if (!ISSET(flags, SCSI_NOSLEEP)) return; else sleep(); is wrong.David Gwynne
found with krw while looking at #6247. tested locally with iogen and scsi(8). this fixes a null deref in the ioctl path where there shouldnt be one. ok krw@
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
may or may not be possible to get NULL these days, but paranoia and consistancy of usage are nice. Prompted by looking at PR#6247 from Steven Mestdagh. ok dlg@
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
it. ok jmc
2009-10-27syncTheo de Raadt
2009-10-27Bah didn't man to commit the GENERIC part just yet.Marco Peereboom
Reminded by deraadt.
2009-10-27Add driver for MPI2 SAS HBAs. This covers LSI MPT2 and Dell H200 HBAs.Marco Peereboom
IO works fine but it will remain disabled for now. From James Giannoules dlg: go go go
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
chance of dropping signals. Pointed out by deraadt@.
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
by deraadt@.
2009-10-26Use strlcpy instead of strncpy, pointed out by deraadt.Nicholas Marriott