summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-22fix overflows, ok aaron@Markus Friedl
2000-03-22sync pmax. -mojMats O Jansson
2000-03-22remove if_withname(), which was imported during KAME merge by mistake.Jun-ichiro itojun Hagino
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-03-22Add ch to some dead ports for consistency, of course not tested.Niklas Hallqvist
2000-03-22xe does not fit, with new ahc includedTheo de Raadt
2000-03-22we do not even have the x68k port, why have etc files for it then?Niklas Hallqvist
2000-03-22correct references.Jun-ichiro itojun Hagino
2000-03-22correct example for IPv6 scoped address. refer latest draft.Jun-ichiro itojun Hagino
2000-03-22ch* creation on platforms which had them in conf.c but missed them in MAKEDEVNiklas Hallqvist
2000-03-22operator should have perms to write and change tapes. ch* is still missingNiklas Hallqvist
in some MAKEDEVs, will see to them in a separate commit.
2000-03-22fix arguments to failure printf's (correct numbers and types)Jason Wright
2000-03-22Oops... catch up with variable renaming in header fileJason Wright
2000-03-22raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, ↵Michael Shalayeff
from netbsd
2000-03-22802.11 stuff beginnings, from netbsdMichael Shalayeff
2000-03-22allow opening of the fga char deviceJason Wright
2000-03-22Add some text about CA certificates and policies (suggested by PaulAngelos D. Keromytis
Hoffman).
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22convert some spaces to tabs and make variable names the same as theJason Wright
surrounding comments
2000-03-22aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly.Jun-ichiro itojun Hagino
use it from icmp6 code.
2000-03-22comment out ifconfig undo code. they are necessary to avoid memoryJun-ichiro itojun Hagino
leakage, however, was too strict that they disallow multiple address from same prefix to be assigned (when rtinit returns EEXIST). we'll need to improve it.
2000-03-22Correct Xr'efs; brad@Aaron Campbell
2000-03-22syncTheo de Raadt
2000-03-22add new adaptec modelsTheo de Raadt
2000-03-22removed reference to tagged queuing.Steve Murphree
2000-03-22Some fixes; d@Aaron Campbell
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-03-22new ahc driver. Adds suport for newer Adaptec controllers. This represents ↵Steve Murphree
two months of work.
2000-03-22Note that ``chfn'' and ``chsh'' are synonyms for ``chpass'', and reflect thisAaron Campbell
in the NAME section as well; d@, deraadt@ ok
2000-03-22MACHINE_STACK_GROWS_UPDavid Leonard
2000-03-22queuing -> queueing; chuck@home.snew.comTodd C. Miller
2000-03-22fix k6 mtrr; cokane@pohl.ececs.uc.eduTheo de Raadt
2000-03-21add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ okMichael Shalayeff
2000-03-21small knits in .c, more media definitions from netbsd in .hMichael Shalayeff
2000-03-21-WallMarkus Friedl
2000-03-21syncTheo de Raadt
2000-03-213com 3cr990 crypto ethernet cardTheo de Raadt
2000-03-21shorten 2nd ID messageTheo de Raadt
2000-03-21add missing break; found by Matt Patton <mep@netsec.net>.Jason Wright
2000-03-21only chdir() if needed. This affected having who reading different fileEric Jackson
2000-03-21Fix casting so it compiles on alphas (testing by janjaap@stack.nl,Angelos D. Keromytis
closing pr #1150)
2000-03-21more random statsMichael Shalayeff
2000-03-21only free in swap_off if allocated.Niels Provos
2000-03-21double ncallout, until art fixes this furtherTheo de Raadt
2000-03-21Add HISTORY sections; from FreeBSD. Information originally obtained fromAaron Campbell
"A Quarter Centry of UNIX, Peter H. Salus, Page 41".
2000-03-21The BUGS section comes after HISTORY, usually.Aaron Campbell
2000-03-21Use proper KNF in code example; d@Aaron Campbell