summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-09Do the bootpath_store dance so we can boot off of a disk attachedmjacob
2000-01-09If no phy found, add IFM_MANUAL and then use it. This is more accurateJason Wright
2000-01-09externalize ipsec_aclAngelos D. Keromytis
2000-01-09Rename newly-introduced variable to better reflect use.Angelos D. Keromytis
2000-01-09Add ipsec-acl description, and remove bogus PF_ENCAP entry (encdebugAngelos D. Keromytis
2000-01-09ipsec-acl entryAngelos D. Keromytis
2000-01-09Add a sysctl for IPsec ingress access control (better explanation on aAngelos D. Keromytis
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
2000-01-09Reduce calllimit from 10 to 3; this should avoid running out of stackAngelos D. Keromytis
2000-01-09Change an instance of #if NISA that should be #if NISADMATodd C. Miller
2000-01-09fix tmpnam() argument; kris@freebsdTheo de Raadt
2000-01-09Remove the hack to make xterm fit. Tic with the new termtypes file isTodd C. Miller
2000-01-09Use getaddrinfo() in srcsa/dstsa/clearsa.Angelos D. Keromytis
2000-01-09Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,Todd C. Miller
2000-01-09remove O_NONBLOCK from tty fd so we don't spin with EAGAINJason Wright
2000-01-09Switch to the terminfo/termcap master file from the ncurses distroTodd C. Miller
2000-01-09Make 'ftp host:/path/to/file' work again. This got broken during IPV6Todd C. Miller
2000-01-09Update to ncurses-5.0-20000108:Todd C. Miller
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