Age | Commit message (Expand) | Author |
1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. | Jun-ichiro itojun Hagino |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie |
1999-11-27 | In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly. | Marc Espie |
1999-11-20 | Generate g2c.h at prereq stage. | Marc Espie |
1999-11-15 | Typo in comment. | Aaron Campbell |
1999-10-05 | get httpd in WDIRS as well as the prereq dirs. | Bob Beck |
1999-10-05 | add httpd to includes target so apache includes get grabbed. | Bob Beck |
1999-10-04 | put sbin:/usr/sbin in default path | Theo de Raadt |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller |
1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | Todd C. Miller |
1999-09-27 | remove /usr/include/openssl link before making it. | Bob Beck |
1999-09-27 | openssl -> ssl | Theo de Raadt |
1999-09-24 | Copyright... | Marc Espie |
1999-09-24 | stdbool.h conforming to C9X | Marc Espie |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie |
1999-09-03 | proto bcrypt_gensalt() | Theo de Raadt |
1999-09-01 | proto bcrypt_gensalt() | Theo de Raadt |
1999-08-16 | prototype mismatch for RMD160Update() | Todd C. Miller |
1999-07-03 | proto net_addrcmp() | Theo de Raadt |
1999-07-01 | install miscfs includes too | Theo de Raadt |
1999-06-24 | Slight goof, repair symlinks target (noted by David Leonard) | Marc Espie |
1999-06-23 | Added some protocol independent interfaces (supposedly IPv6 support APIs, but | cmetz |
1999-06-22 | install uvm includes | Artur Grabowski |
1999-06-11 | Define NULL to be __null for C++: better quality of implementation. | Marc Espie |
1999-06-05 | getaddrinfo() info prototypes and such; cmetz | Theo de Raadt |
1999-05-29 | Add libkeynote target for includes | Angelos D. Keromytis |
1999-05-28 | proper const semantics for dirname & basename. | Marc Espie |
1999-05-26 | Link in egcs, kill gcc and libg++ | Marc Espie |
1999-05-22 | Add swapctl(2) prototype. | Tobias Weingartner |
1999-05-18 | typo | Marc Espie |
1999-05-18 | Change include links shennannigans to make more sense, | Marc Espie |
1999-05-14 | use UTC when abbreviating Coordinated Universal Time, not CUT | Aaron Campbell |
1999-05-14 | appropiate -> appropriate | Aaron Campbell |
1999-05-09 | c++ clasess for ncurses | Todd C. Miller |
1999-04-21 | mention that strings in lastlog and utmp are not guaranteed to be NUL-terminated | Todd C. Miller |
1999-03-29 | powerpc does not support shared libraries and thus should not ship | Dale S. Rahn |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen |
1999-03-09 | Some style issues, make stuff neded before depend be built by beforedepend. | Niklas Hallqvist |
1999-03-02 | Provide a method to do prerequisites needed before | Niklas Hallqvist |
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt |
1999-02-25 | constify getcap(3). This fixes a warning in libcurses and doesn't | Todd C. Miller |
1999-02-16 | real dbm_rdonly | Todd C. Miller |
1999-02-15 | Update HASHKEY macro from db 1.8.6. I didn't update that initially as I thou... | Todd C. Miller |
1999-02-15 | missed this in the libc/db update | Todd C. Miller |
1999-02-15 | o Minor changes from db.1.86 (sleepycat). Does not include the new hash | Todd C. Miller |
1999-02-12 | add old dbm-compatible interface from db-1.86 with minor changes by me (needs... | Todd C. Miller |
1999-02-03 | Add syslogd's paths. | Angelos D. Keromytis |
1999-02-03 | Add some useful defines (used by ssyslog). | Angelos D. Keromytis |
1999-02-01 | add libc_r | David Leonard |