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