summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-08-01Add symbolic names for the -transport and -sport/-dport flags (fromAngelos D. Keromytis
1998-08-01sipp-esp/sipp-ah -> esp/ahAngelos D. Keromytis
1998-08-01They're not sipp-esp and sipp-ah, just esp and ahAngelos D. Keromytis
1998-07-31Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet Ad...Todd C. Miller
1998-07-30unctrl.c is generated at depend timeTodd C. Miller
1998-07-30LIF file systemMichael Shalayeff
1998-07-30lif file device for tape, net, etc bootMichael Shalayeff
1998-07-30Correct comment about descriptor swap bit.Per Fogelstrom
1998-07-30fixing a stupid bug I introduced when trying to improve the encryptionNiels Provos
1998-07-30Add a script to configure static VPNs in a NxM fashion, provided byNiels Provos
1998-07-30Forgot this one with the previous batch of commits; use ip4_input()Angelos D. Keromytis
1998-07-29Proper handling of IP in IP and checksumming.Angelos D. Keromytis
1998-07-29Don't do checksumming unless we're doing IP-in-IP.Angelos D. Keromytis
1998-07-29Do IP-in-IP encapsulation properly.Angelos D. Keromytis
1998-07-29when changing a partition from unknown to 4.2BSD, provide sane defaults for f...Todd C. Miller
1998-07-29Fix version number checking to handle ja-* correctly.Marc Espie
1998-07-29fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp>Todd C. Miller
1998-07-29real user .text baseMichael Shalayeff
1998-07-29add strchr protoMichael Shalayeff
1998-07-29some debug prints; one lseek fixMichael Shalayeff
1998-07-29if() debug prints; correct handling sym-less filesMichael Shalayeff
1998-07-28vn_rdwr proto fallout I missed earlierTodd C. Miller
1998-07-28make dump work on filesystems not listed in fstabTodd C. Miller
1998-07-28writev takes an int as param #3; theoTodd C. Miller
1998-07-28change getent/getstr to gtgettent/gtgetstr, the names now usedMarco S Hyman
1998-07-28rename getent/getstr to gtgetent/gtgetstr so they don'tMarco S Hyman
1998-07-28For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSI...Todd C. Miller
1998-07-28Fix indentation problems.Constantine Sapuntzakis
1998-07-28Document NOCLEANDEPENDS, make clean gotchaMarc Espie
1998-07-28Disable ISA PNP devices before ISA scanConstantine Sapuntzakis
1998-07-28document EINVAL due to overflowTodd C. Miller
1998-07-28Don't assume uio_resid can go negative when detecting oflowTodd C. Miller
1998-07-28Don't talk about the sum of the iov_len being negative since iov_len is unsig...Todd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-07-27oops, remove bugus trailing spacesMarco S Hyman
1998-07-27Fix BATT_REMAINING macro so it returns values in minutes (as documented)Marco S Hyman
1998-07-27add apm(4) man pageMarco S Hyman
1998-07-27Library dependenciesNiklas Hallqvist
1998-07-27LIBGMP was missingNiklas Hallqvist
1998-07-27_OCURSES_H_, not _CURSES_H_Todd C. Miller
1998-07-27use old curses to avoid duplicate symbol in libtelnetTodd C. Miller
1998-07-27s/comparision/comparison/g; netbsdTheo de Raadt
1998-07-27make LIF definitions machine-wideMichael Shalayeff
1998-07-27machine-wide LIF definitionsMichael Shalayeff
1998-07-27bad Theo, changed a variable name ;-)Todd C. Miller
1998-07-27include sys/param.h to pull in MAXPATHLENTodd C. Miller
1998-07-27don't include term.hTodd C. Miller
1998-07-27use ocurses since libtelnet has a getstr() function that conflicts with ncursesTodd C. Miller
1998-07-27Use -D_USE_OLD_CURSES_ so we don't need to include ocurses.h explicatelyTodd C. Miller
1998-07-27clone mkstemp() setup in ../btreeTheo de Raadt