summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
get rid of file static variable, make it an auto variable. (sync with kame)
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
(A similar fix is probably needed for arc)
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
From NetBSD.
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
is no longer needed.
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
's').
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
- add ums and wsmouse
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/ ↵Michael Shalayeff
latetest netbsd developments
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
If the vendor name is NULL, do not output a leading space; reported by deraadt@
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
2000-09-07Indentation fix.Aaron Campbell
2000-09-07Convert bzero to memset(X, 0..) and bcopy to memcpy.Artur Grabowski
This is to match (make diffs smaller) the code in NetBSD. new gcc inlines those functions, so this could also be a performance win.
2000-09-07During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changesAaron Campbell
in dcphy(4) as well, breaking some cards (i.e., the Macronix PMAC 98715). This commit brings dcphy up-to-date. Thanks to cgruber@troba.com and ericj@ for providing me with Macronix cards for testing.
2000-09-07Try to unbreak TAILQ_FOREACH_REVERSE.Artur Grabowski
No tested, but now it should at least build.
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
(the powerhooks were always run in reverse order).
2000-09-07Put powerhooks on a CIRCLEQ instead of LIST.Artur Grabowski
Use FOREACH macros instead of walking the list manually.
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
given. Make emul_find() check for this situation as well. Changes based partly on FreeBSD and NetBSD changes. aaron@ ok
2000-09-07common/compat_util.cEric Jackson
2000-09-07use err*() correct, and open file with egid; fyre@users.sourceforge.netTheo de Raadt
2000-09-07off by one overflowTheo de Raadt