summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-24correct AH options hashing.Niels Provos
1997-06-24Missing register usage definition in one of the syscall macros added...Per Fogelstrom
1997-06-24The HTONS class of macros are defined as HTONS(x) <- (void) (x), whichgrr
really doesn't make a lot of sense if you're actually going to use these as some recent changes to netinet/* want to do. (x) or (u_int*_t) (x) would be the ticket, and since the rest of the ports settle for (x)... Note that powerpc has this same problem and needs to be fixed!
1997-06-24Use OpenBSD tags and not SCCS or RCS Id tagsThorsten Lockert
1997-06-24Force driver into store-forward mode on cards that support it. This increasesConstantine Sapuntzakis
reliability (less underflows) at the expense of speed.
1997-06-24happy birthdaykstailey
1997-06-24add ppp compressionkstailey
1997-06-24add gnu/usr.sbin to $cdpathkstailey
1997-06-24handle IP options in AH + allow IP options in outgoing encapsulated packetsNiels Provos
+ usage counters for later use with keymanagement processes
1997-06-24Slight history fix.Jason Downs
1997-06-24fdformat works on the sparc now, too, with no changes.Jason Downs
1997-06-24New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved,Jason Downs
and uses our fdformat interface (same code base as NetBSD, with differently named ioctls, but we have always preserved the names of the original code's authors, unlike NetBSD...)
1997-06-24delay free of mf_mount until after last use; tegge@idt.unit.noTheo de Raadt
1997-06-24Remove an errant line that got missed in the merge.Todd C. Miller
1997-06-24Add AQUIRK_TUR, from manuel.Jason Downs
1997-06-24Add real prototypes.Todd C. Miller
1997-06-2464bit fixes similar to some in sbin/route/route.cTodd C. Miller
1997-06-24Make mask and subnetshift in_addr_t and bring back a cast ofTodd C. Miller
mask to make it signed for the shift.
1997-06-24Fix "route show" on alpha. Some parts from Theo.Todd C. Miller
1997-06-24changed char * cast from int to longdgregor
1997-06-24more accounting!Michael Shalayeff
1997-06-24Add #includes for string.h and stdlib.hdgregor
1997-06-24Add #include for string.h to get declaration for strrchr()dgregor
1997-06-24Add #include for string.h to get declaration for memcpydgregor
1997-06-24*** empty log message ***dgregor
1997-06-24Add '#include <stdlib.h>' for malloc()dgregor
1997-06-24Comment reordering.Angelos D. Keromytis
1997-06-24New mandoc manual pages.Jason Downs
1997-06-24Fix void * -> int casts -- change int's to long'sdgregor
1997-06-24(long *)0 -> NULLdgregor
1997-06-24Slight fix.Jason Downs
1997-06-23remove @obj dependencykstailey
1997-06-23tabs vs. spaceskstailey
1997-06-23It is not a reasonable default behavior to abort a printout because of itskstailey
size now that there's PostScript[tm].
1997-06-2364 bit clean and WallTheo de Raadt
1997-06-23tabs vs. spaceskstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23Cleanup by Theo and myself. CMDLINE changed to long to makeTodd C. Miller
command line work on 64bit platforms. This is somewhat bogus and is really just a temporary workaround (there may be a curses bug).
1997-06-23respect NOMAN during installkstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23Move prototypes into dkstats.h so systat can get at them.Todd C. Miller
1997-06-23fix "stuff"; problems from uenami@imasy.or.jpTheo de Raadt
1997-06-23duh, my mind is not crispTheo de Raadt
1997-06-23yyyy specification code; m4@nts.umn.eduTheo de Raadt
1997-06-23buffer overflows which never ever happen; brian@firehouse.netTheo de Raadt
1997-06-23add "option IPFILTER_LOG" to conf files that already had IPFILTERkstailey
1997-06-23activate IPFILTER_LOGkstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23add "option IPFILTER_LOG"kstailey