Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-01 | Add symbolic names for the -transport and -sport/-dport flags (from | Angelos D. Keromytis | |
/etc/protocols and /etc/services respectively). Document changes, document option "ip4". | |||
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 ↵ | Todd C. Miller | |
Adapter 2.0'. You just don't get any more generic than that do you? These boards are dirt cheap. | |||
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 | |
performance by avoiding unnecessary copies. There was a problem when two subsequent mbufs were != 0 mod blocksize and the next < blocksize, so we lost the rest of the last mbuf as IV. | |||
1998-07-30 | Add a script to configure static VPNs in a NxM fashion, provided by | Niels Provos | |
Richard Reiner <rreiner@fscinternet.com> (Canada) - the script requires -current. | |||
1998-07-30 | Forgot this one with the previous batch of commits; use ip4_input() | Angelos D. Keromytis | |
instead of ipip_input() whenever possible, it seems more stable. | |||
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 ↵ | Todd C. Miller | |
fsize, bsize, cpg | |||
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 | |
in libtelnet; add prototypes for both functions to ext.h | |||
1998-07-28 | rename getent/getstr to gtgetent/gtgetstr so they don't | Marco S Hyman | |
conflict with curses functions; the gt is for gettytab, the database read by these functions | |||
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > ↵ | Todd C. Miller | |
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them. | |||
1998-07-28 | Fix indentation problems. | Constantine Sapuntzakis | |
Remove annoying printf. | |||
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 ↵ | Todd C. Miller | |
unsigned. | |||
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned ↵ | Todd C. Miller | |
(size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||
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 | |
not seconds | |||
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 | |
fix bug w/ blank LIF file names (\t crept into "" string), use memset don't prepend names w/ SYS_ | |||
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 | |