Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-05 | ipf 3.2.10; work by kjell | Theo de Raadt | |
1999-02-05 | indent | Theo de Raadt | |
1999-02-05 | Clear mfchashtbl after deallocation (mycroft@netbsd) | Angelos D. Keromytis | |
1999-02-05 | Check that a socket we're closing is really a socket. dillon@freebsd | Angelos D. Keromytis | |
1999-02-05 | Example of generating a key using random(4) | Angelos D. Keromytis | |
1999-02-05 | Stress the importance of random keys. | Angelos D. Keromytis | |
1999-02-05 | Don't count IPsec-related "route misses", as we're not really finding | Angelos D. Keromytis | |
unreachable hosts/networks. | |||
1999-02-05 | support MSG_BCAST and MSG_MCAST | Theo de Raadt | |
1999-02-05 | Use rchildfdsn+1, not FD_SETSIZE for nfds in select() | Todd C. Miller | |
1999-02-04 | Save/restore the fp state setjmp/longjmp does not | Niklas Hallqvist | |
1999-02-04 | implement __weak_alias macro in ECOFF case too | Niklas Hallqvist | |
1999-02-04 | Add weak symbol handling | Niklas Hallqvist | |
1999-02-04 | Fix a serious memory consumption problem when running over directories | Todd C. Miller | |
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure. | |||
1999-02-04 | Reflect reality | Niklas Hallqvist | |
1999-02-04 | Fix bit test; from netbsd. | Jason Wright | |
1999-02-04 | Deterministic register initalization on process startup | Niklas Hallqvist | |
1999-02-04 | correct attach printing for 4-port cards | Theo de Raadt | |
1999-02-04 | allow higher uids. | Niels Provos | |
1999-02-04 | wrap noise in DIAGNOSTIC | Theo de Raadt | |
1999-02-04 | Grok things like 1.7976931348623157E+308 and the [fF] suffix (float). | Todd C. Miller | |
limits.ph is now almost usable... | |||
1999-02-04 | Hex constants can end in [lLuU]* as well. Fixes limits.ph and others. | Todd C. Miller | |
1999-02-04 | remove strcpy, even if safe | Theo de Raadt | |
1999-02-04 | indent | Theo de Raadt | |
1999-02-04 | report on no udp checksum | Theo de Raadt | |
1999-02-04 | Code clean up, misc fixes | Jason Wright | |
1999-02-04 | Change the timer routines so that they interrupt when the next | brian | |
item is scheduled rather than interrupting 10 times per second and finding that there's nothing to do most of the time. This change reduces interrupt overheads but will expose any (previously small) latency problems. Be more careful about building VJ compression requests - we can't htonl/ntohl the entire four bytes ! Also, when we get a NAK, try to get as close as possible to what the peer NAKs with when sending our next REQ. Similarily when we send a NAK, pick values as close as possible to what the peer REQd. Fix a couple of man page typos (compliments of billf@FreeBSD.org) | |||
1999-02-04 | tidy | David Leonard | |
1999-02-04 | END -> SYSEND (typo fix) | David Leonard | |
1999-02-04 | sort and sync | Theo de Raadt | |
1999-02-04 | partial sync | Theo de Raadt | |
1999-02-04 | foom | Theo de Raadt | |
1999-02-04 | make spiffy: fix typos & add part number | Jason Wright | |
1999-02-04 | From FreeBSD: | Todd C. Miller | |
Add new option '-p pattern' for splitting files based on matching lines in the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and use defines from <sysexits.h>. | |||
1999-02-04 | spif man page | Jason Wright | |
1999-02-04 | correct clnt_control() args; alex@freebsd | Theo de Raadt | |
1999-02-04 | No longer need an audlog group. | Angelos D. Keromytis | |
1999-02-04 | Change group of /var/audit from audlog to wheel. | Angelos D. Keromytis | |
1999-02-04 | deal with rts_* members being u_int32_ now; cmetz | Theo de Raadt | |
1999-02-04 | Use ether_ntoa() instead of doing the equivalent by hand | Todd C. Miller | |
1999-02-04 | When passing ${CC} and ${LDSTATIC} one must use quotes since they may ↵ | Todd C. Miller | |
contain more than one word; wd@ics.nara-wu.ac.jp | |||
1999-02-04 | use u_int32_t and u_int64_t for stats variables, instead of quad/long | Theo de Raadt | |
1999-02-04 | u_int32_t for routing statistics variables | Theo de Raadt | |
1999-02-04 | This is sendbug, not send-pr. Also kill unused error code when | Todd C. Miller | |
submitter is "unknown". We always set submitter to "net"; krw@tcn.net | |||
1999-02-04 | ipv6 support for atm | Theo de Raadt | |
1999-02-03 | Use ${COPTS}; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-02-03 | Honor ${CC} and ${COPTS}; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-02-03 | X Window System, not X windows; bob@prophecy.lu | Todd C. Miller | |
1999-02-03 | Add more debugging info via -d; m4@umn.edu | Todd C. Miller | |
1999-02-03 | sync | Theo de Raadt | |
1999-02-03 | Provisions for building in a separate directory tah sources | Bruno Rohee | |