| Age | Commit message (Expand) | Author |
| 1997-02-03 | Apply the necessary fixes from: routed-970113 | christos |
| 1997-01-30 | Install md4.h and md5.h | thorpej |
| 1997-01-30 | Include files for MD4/MD5 routines, from FreeBSD. | thorpej |
| 1997-01-27 | fs_passno comment dump->fsck, fixes 3150 from Andrew Wheadon | perry |
| 1997-01-17 | A stringlist implementation (previously ``private'' to libc netgroup code, | lukem |
| 1997-01-03 | Catch up with const changes to dlopen() and dlsym() prototypes in | scottr |
| 1997-01-02 | Add `const' to dlopen() & dlsym() protos, per PR#2453. | pk |
| 1996-12-27 | link.h no longer liver here | pk |
| 1996-12-23 | <link.h> is now installed from the rtld source directory. | pk |
| 1996-12-21 | __syscall() should return quad_t, not int; what was i thinking? | cgd |
| 1996-12-20 | sethostid returns int not void, also add prototype for __syscall that | cgd |
| 1996-12-18 | install dlfcn.h on the Alpha, since the Alpha (with the ELF shared library | cgd |
| 1996-12-16 | First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf | cgd |
| 1996-11-30 | patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues, | cgd |
| 1996-11-14 | Add declaration for ttyaction(). | gwr |
| 1996-11-04 | Fix RIP-V1 netinfo structure to be sizeof(sockaddr) + sizeof(u_int32_t) by | christos |
| 1996-10-21 | Fix typo: _POSIX_SSIZE_MAX was set to wrong value | jtc |
| 1996-10-20 | Add missing a_family member to struct netauth. | thorpej |
| 1996-10-18 | Use ${INSTALL}. | thorpej |
| 1996-10-12 | add _PATH_KVMDB as "/var/db/kvm.db" | cgd |
| 1996-10-01 | prototype __fdnlist(), since it's used by things outside of libc (libkvm, | cgd |
| 1996-09-29 | install sys headers from sys/Makefile. | mrg |
| 1996-09-24 | put back the explicit ripv1 field enumeration; lots of userland has changed | christos |
| 1996-09-24 | - Revert to the traditional struct sockaddr description of the rip v1 packets. | christos |
| 1996-09-23 | {long,int} -> int32_t | mycroft |
| 1996-09-07 | Don't prototype poll(2) here. SysV requires poll.h to be included. | mycroft |
| 1996-09-07 | Make a symlink for poll.h. | mycroft |
| 1996-09-07 | Prototype poll(2). | mycroft |
| 1996-08-30 | RCS id police. | thorpej |
| 1996-08-10 | Update from the new routed(8) source. | thorpej |
| 1996-08-09 | update for new reboot(2). | mrg |
| 1996-08-09 | Fix some potential type-size problems. | thorpej |
| 1996-08-09 | install rmt.h | jtc |
| 1996-08-09 | clean up comments, etc. | jtc |
| 1996-08-09 | Remote mag tape library from volume 18 of comp.sources.unix. | jtc |
| 1996-06-23 | Declare setre[ug]id() to take [ug]id_t args. No functional difference. | mycroft |
| 1996-06-11 | POSIX.1 requires programs to include <sys/types.h> before including | jtc |
| 1996-06-10 | Include <sys/types.h> | explorer |
| 1996-05-29 | Pull down yp/xdr fixes from release branch. | thorpej |
| 1996-05-28 | Change iuserok() to take u_int32_t. Some netgroup fixes (partially | mrg |
| 1996-05-16 | Prototypes for getmaxpartitions(3) and getrawpartition(3). | thorpej |
| 1996-05-15 | Added new header files for functions in libutil. | jtc |
| 1996-05-13 | Add data structure declarations used in external message catalog format | jtc |
| 1996-05-10 | don't install dlfcn.h or link.h on the Alpha, because they make no | cgd |
| 1996-05-03 | merge DB 1.85 import | cgd |
| 1996-04-27 | Added private functions. | christos |
| 1996-04-25 | Fix typo, __STRICT_ANSI_ -> __STRICT_ANSI__ | jtc |
| 1996-04-25 | Use 'includes' instead of 'install' targets to install headers | jtc |
| 1996-04-19 | Add kvm_dump* prototypes. | leo |
| 1996-04-09 | time seconds/usec sent over the net are signed. | cgd |