summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-09add dcphy (necessary for macronix 98715)Jason Wright
2000-01-09fetch subsystem id for comparison in dcphyJason Wright
2000-01-09syncJason Wright
2000-01-09emulated phy for if_dc; from FreeBSDJason Wright
2000-01-09When storing termcap entry in the .db file, prune out empty entries likeTodd C. Miller
2000-01-09Remove unnecessary ifdefsAngelos D. Keromytis
2000-01-08syncTheo de Raadt
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
2000-01-08sync with NetBSDPeter Galbavy
2000-01-08Silence gcc -Wall on alpha in enomem() printf via cast to u_long.Todd C. Miller
2000-01-08remove never-visited function icmp6_ctloutput().Jun-ichiro itojun Hagino
2000-01-08Finish changing all Var_Parse arguments to size_t. Thanks to millert@Marc Espie
2000-01-08better test codeDavid Leonard
2000-01-08fix sizeof's when aliasing reentrant structures.David Leonard
2000-01-08test getgrent stuffDavid Leonard
2000-01-08Enable extended cap names. Previously, the only allowed cap names wereTodd C. Miller
2000-01-08before setting IFM_AUTO, make sure it really exists. If not, punt withJason Wright
2000-01-08Missing rndvar.hAngelos D. Keromytis
2000-01-08Forgot to commit this (GRE ioctls)Angelos D. Keromytis
2000-01-08expose ifmedia_matchJason Wright
2000-01-08pull in arc4random() prototypeTheo de Raadt
2000-01-08support LBA-mapped extended partitions too; sigh@kuzirabekon.econ.nagasaki-u....Theo de Raadt
2000-01-08use arc4random() instead of random for two reasons.Theo de Raadt
2000-01-08gre(4) interface in GENERICAngelos D. Keromytis
2000-01-08A bit more language, and remove references to greconfig(8).Angelos D. Keromytis
2000-01-08Work on the language...Angelos D. Keromytis
2000-01-08Fix serious crash-and-burn bug I introduced with last revision.Angelos D. Keromytis
2000-01-08securelevel is specified in rc.securelevel, not rc.confHugh Graham
2000-01-08Most of this is covered in securelevel(7) now.Hugh Graham
2000-01-08Give securelevel its own manpage and enable.Hugh Graham
2000-01-08We don't need a pseudo-header for tcpdump on the output routine.Angelos D. Keromytis
2000-01-08Formatting fixes + better description of -a.Aaron Campbell
2000-01-08Incoming bpf tap.Angelos D. Keromytis
2000-01-07Fix tcpdump -n -i greN (causes a panic in NetBSD)Angelos D. Keromytis
2000-01-07gre(4) man page, from NetBSD.Angelos D. Keromytis
2000-01-07Remove unnecessary include files.Angelos D. Keromytis
2000-01-07Remove unused include files.Angelos D. Keromytis
2000-01-07Make some of the GRE-specific ioctls privileged. Remove a lot ofAngelos D. Keromytis
2000-01-07Missing sysctl.h includeAngelos D. Keromytis
2000-01-07Forgot the names here...Angelos D. Keromytis
2000-01-07GRE/MobileIP input routine processing, from NetBSD (with a fewAngelos D. Keromytis
2000-01-07gre interface code, from NetBSD (with some changes)Angelos D. Keromytis
2000-01-07Document gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-07gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-07Add mobileip (proto 55)Angelos D. Keromytis
2000-01-07Add missing IF_DROPsAngelos D. Keromytis
2000-01-07IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD)Angelos D. Keromytis
2000-01-07ifdef cleanupAngelos D. Keromytis
2000-01-07Cleanup ifdefsAngelos D. Keromytis
2000-01-07Early check for destination port 0 (itojun@)Angelos D. Keromytis