Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-26 | fixup crazy indentation in Bread() | kstailey | |
1997-06-26 | Document inetd's allowing mutliple comma-separated hostnames in inetd.conf. | denny | |
1997-06-26 | Better 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-26 | Compile sun4m-only kernels with -mv8. | Jason Downs | |
1997-06-26 | Obviously, those assignments weren't wanted at all... | Jason Downs | |
1997-06-25 | Typo correction. | Angelos D. Keromytis | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-25 | Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org> | Todd C. Miller | |
1997-06-25 | Switch to genassym.cf and sync Makefile with other ports. | Jason Downs | |
1997-06-25 | Add proto. | Jason Downs | |
1997-06-25 | == is not an assignment. | Jason Downs | |
1997-06-25 | Add power.h for powerdown() proto. | Jason Downs | |
1997-06-25 | Add netinet/in.h for in_cksum() proto. | Jason Downs | |
1997-06-25 | Kill unused variables. | Jason Downs | |
1997-06-25 | remove unused variable | Jason Downs | |
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr | |
1997-06-25 | Sigh, Revert changes to endian.h - it was all confusion due to incorrect | grr | |
usage in new ip_* code, since fixed. Added usage notes to prevent future confusion in this regard. | |||
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs | |
1997-06-25 | ..and EXT2FS for all. | Jason Downs | |
1997-06-25 | make install work first time | Niels Provos | |
1997-06-25 | show statistics about new timers/counters | Niels Provos | |
1997-06-25 | hard 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-25 | remove _STANDALONE | Michael Shalayeff | |
be carefull about leap years (; | |||
1997-06-24 | move master definition for the interrupt register to vaddrs.h with all | grr | |
of the other special virtual addresses and also provide visibility needed for bsd_fd.s to reference it... | |||
1997-06-24 | add libgmp | Niels Provos | |
1997-06-24 | import of libgmp-2.0.2. Makefile.bsd-wrappers need to be worked on. | Niels Provos | |
1997-06-24 | in_addr_t all over | Theo de Raadt | |
1997-06-24 | use ntohs instead of NTOHS for counters | Niels Provos | |
1997-06-24 | change like sparc/include/endian.h | grr | |
1997-06-24 | correct AH options hashing. | Niels Provos | |
1997-06-24 | Missing register usage definition in one of the syscall macros added... | Per Fogelstrom | |
1997-06-24 | The HTONS class of macros are defined as HTONS(x) <- (void) (x), which | grr | |
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-24 | Use OpenBSD tags and not SCCS or RCS Id tags | Thorsten Lockert | |
1997-06-24 | Force driver into store-forward mode on cards that support it. This increases | Constantine Sapuntzakis | |
reliability (less underflows) at the expense of speed. | |||
1997-06-24 | happy birthday | kstailey | |
1997-06-24 | add ppp compression | kstailey | |
1997-06-24 | add gnu/usr.sbin to $cdpath | kstailey | |
1997-06-24 | handle IP options in AH + allow IP options in outgoing encapsulated packets | Niels Provos | |
+ usage counters for later use with keymanagement processes | |||
1997-06-24 | Slight history fix. | Jason Downs | |
1997-06-24 | fdformat works on the sparc now, too, with no changes. | Jason Downs | |
1997-06-24 | New 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...) |