summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-26fixup crazy indentation in Bread()kstailey
1997-06-26Document inetd's allowing mutliple comma-separated hostnames in inetd.conf.denny
1997-06-26Better support for specific instance binding in inetd:denny
- Allow comma delimited list of hostnames, create a socket for each - Allow a hostname which resolves to multiple addrs, create a socket for each - Make sure kill -HUP handles specific instance services correctly.
1997-06-26Compile sun4m-only kernels with -mv8.Jason Downs
1997-06-26Obviously, those assignments weren't wanted at all...Jason Downs
1997-06-25Typo correction.Angelos D. Keromytis
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org>Todd C. Miller
1997-06-25Switch to genassym.cf and sync Makefile with other ports.Jason Downs
1997-06-25Add proto.Jason Downs
1997-06-25== is not an assignment.Jason Downs
1997-06-25Add power.h for powerdown() proto.Jason Downs
1997-06-25Add netinet/in.h for in_cksum() proto.Jason Downs
1997-06-25Kill unused variables.Jason Downs
1997-06-25remove unused variableJason Downs
1997-06-25Include usage notes in the rest of the endian.h files for consistancy.grr
1997-06-25Sigh, Revert changes to endian.h - it was all confusion due to incorrectgrr
usage in new ip_* code, since fixed. Added usage notes to prevent future confusion in this regard.
1997-06-25Big endian HTON?() macros should be (void)(x).Jason Downs
1997-06-25..and EXT2FS for all.Jason Downs
1997-06-25make install work first timeNiels Provos
1997-06-25show statistics about new timers/countersNiels Provos
1997-06-25hard and soft limits for SPI's per absolute timer, relative since establish,Niels Provos
relative since first use timers, packet and byte counters. notify key mgmt on soft limits. key mgmt can now specify limits. new encap messages: EMT_RESERVESPI, EMT_ENABLESPI, EMT_DISABLESPI
1997-06-25remove _STANDALONEMichael Shalayeff
be carefull about leap years (;
1997-06-24move master definition for the interrupt register to vaddrs.h with allgrr
of the other special virtual addresses and also provide visibility needed for bsd_fd.s to reference it...
1997-06-24add libgmpNiels Provos
1997-06-24import of libgmp-2.0.2. Makefile.bsd-wrappers need to be worked on.Niels Provos
1997-06-24in_addr_t all overTheo de Raadt
1997-06-24use ntohs instead of NTOHS for countersNiels Provos
1997-06-24change like sparc/include/endian.hgrr
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...)