summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-05ipf 3.2.10; work by kjellTheo de Raadt
1999-02-05indentTheo de Raadt
1999-02-05Clear mfchashtbl after deallocation (mycroft@netbsd)Angelos D. Keromytis
1999-02-05Check that a socket we're closing is really a socket. dillon@freebsdAngelos D. Keromytis
1999-02-05Example of generating a key using random(4)Angelos D. Keromytis
1999-02-05Stress the importance of random keys.Angelos D. Keromytis
1999-02-05Don't count IPsec-related "route misses", as we're not really findingAngelos D. Keromytis
unreachable hosts/networks.
1999-02-05support MSG_BCAST and MSG_MCASTTheo de Raadt
1999-02-05Use rchildfdsn+1, not FD_SETSIZE for nfds in select()Todd C. Miller
1999-02-04Save/restore the fp state setjmp/longjmp does notNiklas Hallqvist
1999-02-04implement __weak_alias macro in ECOFF case tooNiklas Hallqvist
1999-02-04Add weak symbol handlingNiklas Hallqvist
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure.
1999-02-04Reflect realityNiklas Hallqvist
1999-02-04Fix bit test; from netbsd.Jason Wright
1999-02-04Deterministic register initalization on process startupNiklas Hallqvist
1999-02-04correct attach printing for 4-port cardsTheo de Raadt
1999-02-04allow higher uids.Niels Provos
1999-02-04wrap noise in DIAGNOSTICTheo de Raadt
1999-02-04Grok things like 1.7976931348623157E+308 and the [fF] suffix (float).Todd C. Miller
limits.ph is now almost usable...
1999-02-04Hex constants can end in [lLuU]* as well. Fixes limits.ph and others.Todd C. Miller
1999-02-04remove strcpy, even if safeTheo de Raadt
1999-02-04indentTheo de Raadt
1999-02-04report on no udp checksumTheo de Raadt
1999-02-04Code clean up, misc fixesJason Wright
1999-02-04Change the timer routines so that they interrupt when the nextbrian
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-04tidyDavid Leonard
1999-02-04END -> SYSEND (typo fix)David Leonard
1999-02-04sort and syncTheo de Raadt
1999-02-04partial syncTheo de Raadt
1999-02-04foomTheo de Raadt
1999-02-04make spiffy: fix typos & add part numberJason Wright
1999-02-04From 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-04spif man pageJason Wright
1999-02-04correct clnt_control() args; alex@freebsdTheo de Raadt
1999-02-04No longer need an audlog group.Angelos D. Keromytis
1999-02-04Change group of /var/audit from audlog to wheel.Angelos D. Keromytis
1999-02-04deal with rts_* members being u_int32_ now; cmetzTheo de Raadt
1999-02-04Use ether_ntoa() instead of doing the equivalent by handTodd C. Miller
1999-02-04When 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-04use u_int32_t and u_int64_t for stats variables, instead of quad/longTheo de Raadt
1999-02-04u_int32_t for routing statistics variablesTheo de Raadt
1999-02-04This is sendbug, not send-pr. Also kill unused error code whenTodd C. Miller
submitter is "unknown". We always set submitter to "net"; krw@tcn.net
1999-02-04ipv6 support for atmTheo de Raadt
1999-02-03Use ${COPTS}; wd@ics.nara-wu.ac.jpTodd C. Miller
1999-02-03Honor ${CC} and ${COPTS}; wd@ics.nara-wu.ac.jpTodd C. Miller
1999-02-03X Window System, not X windows; bob@prophecy.luTodd C. Miller
1999-02-03Add more debugging info via -d; m4@umn.eduTodd C. Miller
1999-02-03syncTheo de Raadt
1999-02-03Provisions for building in a separate directory tah sourcesBruno Rohee