Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-28 | somebody added setlocale() w/o locale.h | grr | |
1997-06-28 | fix the rnd types | Theo de Raadt | |
1997-06-28 | fix the types | Theo de Raadt | |
1997-06-28 | been discussed several times with no real objection, do it | grr | |
1997-06-28 | RTFM | grr | |
1997-06-28 | Integrate local changes | Thorsten Lockert | |
1997-06-28 | Missing files from initial import | Thorsten Lockert | |
1997-06-28 | Latest version from Cyclic Software | Thorsten Lockert | |
1997-06-28 | It was in the fucking wrapper, too! | Jason Downs | |
Texinfo updates the dir node, NOT individual packages! | |||
1997-06-28 | Don't attempt to edit a dir file that doesn't exist yet! | Jason Downs | |
1997-06-27 | setlocale; kleink | Theo de Raadt | |
1997-06-27 | setlocale; kleink | Theo de Raadt | |
1997-06-27 | fix up KRBTKFILE confusion; dm@ and traister@gate.net | Theo de Raadt | |
1997-06-27 | Add a missing space in usage message. | Todd C. Miller | |
1997-06-27 | udp icmp errors had ip_len 20 bytes too large; stevens p774; ↵ | Theo de Raadt | |
koji@math.human.nagoya-u.ac.jp | |||
1997-06-27 | long nightmares | Theo de Raadt | |
1997-06-26 | Hard-code definition of HZ if undefined (not spec'ed in an 'option' | gene | |
statement). This is fallout from the recent config changes; pointed out by Steven Campbel. | |||
1997-06-26 | typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-26 | mem* cleanup | Theo de Raadt | |
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 |