Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-01 | derive from sys/conf/GENERIC | Michael Shalayeff | |
1998-12-01 | sync | Theo de Raadt | |
1998-12-01 | Motorola VoiceSURFR 56K Modem | Theo de Raadt | |
1998-11-30 | zero confargs before device scan, less verbose printing for probed device | Michael Shalayeff | |
1998-11-30 | some isa_machdep.h | Michael Shalayeff | |
1998-11-30 | s/iot/ca->ca_iot/ | Michael Shalayeff | |
1998-11-30 | some eisa_machdep.h | Michael Shalayeff | |
1998-11-30 | regen | Michael Shalayeff | |
1998-11-30 | fix 712 #3 model to be a 712/80i, shorten processor-dependent mem module, ↵ | Michael Shalayeff | |
fix shifto | |||
1998-11-30 | This stuff is now in libocurses | Todd C. Miller | |
1998-11-30 | some more devices, add isa/eisa remove some unneeded files | Michael Shalayeff | |
1998-11-30 | fix mem0, cpu0 (there could be only one | Michael Shalayeff | |
1998-11-30 | document libotermcap and say why it is deprecated | Todd C. Miller | |
1998-11-30 | typo | Todd C. Miller | |
1998-11-30 | clear the isapnp softc | Theo de Raadt | |
1998-11-30 | fix error outputs; form | Theo de Raadt | |
1998-11-30 | stats for fast retransmits | Niels Provos | |
1998-11-30 | sync | Theo de Raadt | |
1998-11-30 | new modem | Theo de Raadt | |
1998-11-30 | cleanup; also note that ``0'' flag is ignored when used with a precision | Aaron Campbell | |
specifier and any of the d, i, o, u, or x (X) formats, as per gcc warnings | |||
1998-11-30 | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes | Todd C. Miller | |
problems with 3rd party programs that want to link with both -ltermcap and -lcurses. | |||
1998-11-29 | create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed ↵ | Todd C. Miller | |
because the mtree is done after "make includes" | |||
1998-11-29 | no need for Subject: line, crontab does it | Theo de Raadt | |
1998-11-29 | sync | Theo de Raadt | |
1998-11-29 | spelling | Theo de Raadt | |
1998-11-29 | NetBSD merge (mainly -Wall related) | Paul Janzen | |
1998-11-29 | Minor changes from NetBSD | Paul Janzen | |
1998-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen | |
1998-11-29 | kill superfluous .Nm macro arguments | Aaron Campbell | |
1998-11-29 | Document the TCPCOOKIE option. | Angelos D. Keromytis | |
1998-11-29 | Blow up a little more verbosely if something's feeding us garbage. | Jason Downs | |
1998-11-29 | sync | Theo de Raadt | |
1998-11-29 | rhine/rhineII viatech chips | Theo de Raadt | |
1998-11-29 | remove unreached code | Artur Grabowski | |
1998-11-29 | sync | Theo de Raadt | |
1998-11-29 | tweaks | Theo de Raadt | |
1998-11-29 | indent | Artur Grabowski | |
1998-11-29 | spleling | Artur Grabowski | |
1998-11-28 | install prot.h | Artur Grabowski | |
1998-11-28 | some external programs like to include prot.h, install it | Artur Grabowski | |
1998-11-28 | Add another Sony CD-ROM, wvdputte@reptile.rug.ac.be | Jason Downs | |
1998-11-28 | add | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-28 | .Xr strlcat, strlcpy | Marc Espie | |
1998-11-28 | Clear up a warning: printw doesn't take a const char, printf does | Paul Janzen | |
1998-11-28 | Remove unused headers. | Federico G. Schwindt | |
1998-11-28 | use MAXPATHLEN | Todd C. Miller | |
1998-11-28 | o use in_port_t | Todd C. Miller | |
o be careful with string copies; use strlcpy/strlcat when sensible o ignore requests with bogus network types | |||
1998-11-28 | lpt is definately IEEE 1284 | Michael Shalayeff | |
1998-11-28 | use strsep() instead of strtok(), in particular to avoid an infinite loop | Aaron Campbell | |