summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-09-09Some verbiage on kernel options necessary (mostly from willey@serasystems.com)Angelos D. Keromytis
2000-09-09these are MITheo de Raadt
2000-09-09i386 onlyTheo de Raadt
2000-09-09add attribute(packed) for alignment constraint on a union.Jun-ichiro itojun Hagino
2000-09-09use wscons devices here tooEric Jackson
2000-09-09add wscons devicesEric Jackson
2000-09-09use vt100 instead of sun nowEric Jackson
2000-09-09cleanup so these might be useable soon. and add WSEMUL_VT100.Eric Jackson
2000-09-09Make pmax work again after ericj's changes to ecoff execution stuff.Miod Vallat
2000-09-08Some miscellaneous man page repairs.Aaron Campbell
2000-09-08Fix many display/formatting problems.Aaron Campbell
2000-09-08Add audio at ich*. Silly mickey, ich's are for kids.Aaron Campbell
2000-09-08Some miscellaneous fix-ups.Aaron Campbell
2000-09-08bye byeMarkus Friedl
2000-09-08typo in comment, AILASES -> ALIASESBrad Smith
2000-09-08Modify ata timing parameters, gives signficant boost in disk speed.Dale S. Rahn
2000-09-08Convert this strncat() to strlcat() and avoid one-byte oflow; millert@ okAaron Campbell
2000-09-08PowerPC does not need to build this -Wall, if other archs would not.Dale S. Rahn
2000-09-08Significant cleanup. The capabilities table looks much nicer now.Aaron Campbell
2000-09-08Now that USB functionality has been merged into GENERIC, this config fileDale S. Rahn
2000-09-08Stamp out comma splices and misspellings.Paul Janzen
2000-09-08bools should only be TRUE or FALSE. Negative numbers are right out.Paul Janzen
2000-09-08grammar, spelling, and stylePaul Janzen
2000-09-08gravitational data from April 2000 APS meetingPaul Janzen
2000-09-07syncTheo de Raadt
2000-09-07Be gentle with the poor Apple mouse that has only 1 button (withoutMatthieu Herrb
2000-09-07Remove unwanted MANSUBDIR that crept in from my private treeMarc Espie
2000-09-07console ? here tooTheo de Raadt
2000-09-07- attach wskbd at location console ?Matthieu Herrb
2000-09-07add ums mouse support from NetBSDMatthieu Herrb
2000-09-07some more Copyright fixesMarkus Friedl
2000-09-07typoMarkus Friedl
2000-09-07do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ late...Michael Shalayeff
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07Put back a fix that fgsch@ whacked during the last NetBSD USB sync:Aaron Campbell
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-09-07Indentation fix.Aaron Campbell
2000-09-07Convert bzero to memset(X, 0..) and bcopy to memcpy.Artur Grabowski
2000-09-07During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changesAaron Campbell
2000-09-07Try to unbreak TAILQ_FOREACH_REVERSE.Artur Grabowski
2000-09-07New timeouts.Artur Grabowski
2000-09-07Use new timeouts for ttrstrt.Artur Grabowski
2000-09-07On resume run the powerhook in installation order.Artur Grabowski
2000-09-07Put powerhooks on a CIRCLEQ instead of LIST.Artur Grabowski
2000-09-07avoid excessive wakeup(). we think this is safe...Theo de Raadt
2000-09-07Run powerhooks at splhigh.Artur Grabowski
2000-09-07cleanerTheo de Raadt
2000-09-07Add bounds checking to stackgap_alloc and return NULL if space cant beEric Jackson
2000-09-07common/compat_util.cEric Jackson
2000-09-07use err*() correct, and open file with egid; fyre@users.sourceforge.netTheo de Raadt