| Age | Commit message (Expand) | Author |
| 1993-11-06 | update to latest version | cgd |
| 1993-11-06 | version number update | cgd |
| 1993-11-06 | update to latest version; don't proto fnmatch() unless _POSIX_SOURCE | cgd |
| 1993-11-06 | trim _BSD off of _BSD_VA_LIST, so that we don't have to change all | cgd |
| 1993-11-06 | update to latest version | cgd |
| 1993-10-27 | Remove old endian cruft and #include machine/endian.h instead. | mycroft |
| 1993-10-25 | X/Open 1170 defines the return type of setgrent() to be void -- a trival | jtc |
| 1993-10-25 | X/Open 1170 defines the return type of setpwent() to be void -- a trival | jtc |
| 1993-10-22 | Some definitions for the `ld.so.hints' file. | pk |
| 1993-10-22 | Fix typo in last checkin. | jtc |
| 1993-10-22 | Added prototypes for lfind() and lsearch(). | jtc |
| 1993-10-22 | Added prototypes for a64l() & l64a(). | jtc |
| 1993-10-21 | Define size_t if it hasn't been allready. | jtc |
| 1993-10-21 | Added X/Open 1170's <search.h> header --- it only declares bsearch, insque, | jtc |
| 1993-10-20 | update to v1.72 of new DB code | cgd |
| 1993-10-19 | Remove warnings wrt. sigsetjmp() && siglongjmp(), now that there is | jtc |
| 1993-10-19 | _JBLEN is 9 on the sparc; I think. | deraadt |
| 1993-10-18 | Moved __LDPGSZ and `struct relocation_info' to <machine/exec.h>. | pk |
| 1993-10-17 | Moved <link.h> here from usr.bin/ld as it is needed by other modules | pk |
| 1993-10-14 | Change prototypes of alarm and sleep to use "unsigned" instead of "u_int". | jtc |
| 1993-10-13 | Declare getopt(), getsubopt() and their external variables. | jtc |
| 1993-10-13 | Moved declarations for cfree, setenv, putenv and the rand48 family | jtc |
| 1993-10-12 | POSIX2_VERSION macro is supposed to live in <unistd.h> | jtc |
| 1993-10-11 | #include <machine/ansi.h>, declare size_t typedef. | jtc |
| 1993-10-11 | declare char *tzname[2]; | jtc |
| 1993-10-11 | Changed preprocessor conditional so non-standard functions would not be | jtc |
| 1993-10-11 | Moved definition of M_FOO constants into !_ANSI_SOURCE && !_POSIX_SOURCE | jtc |
| 1993-10-11 | Restore define for L_cuserid and add cuserid prototype. | jtc |
| 1993-10-09 | install the 2 includes in ./rpcsvc, too. | cgd |
| 1993-10-08 | Clean up deleted files. | mycroft |
| 1993-10-08 | move rpcsvc files and include generation into src/lib/librpcsvc | cgd |
| 1993-10-07 | Use _ASSERT_H_ guard macro so that <sys/cdefs.h> is only included once and | jtc |
| 1993-10-07 | Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) | brezak |
| 1993-10-06 | cuserid() was removed by 1990's revision of 1003.1, and we never provided it | jtc |
| 1993-10-05 | #ifdef out the isblank macro. Programs that use it will still work, as | jtc |
| 1993-10-04 | fread and fwrite both return size_t, not int. | jtc |
| 1993-10-04 | sscanf takes a const char * as the first arg; the man page was (already) | cgd |
| 1993-10-02 | Added fields to struct relocation_info to accommodate PIC code and | pk |
| 1993-10-01 | Use `:', rather than `.' to separate user and group in chown commands | jtc |
| 1993-09-25 | POSIX.1 says that ssize_t is defined in <sys/types.h>. | jtc |
| 1993-09-24 | Do not #define the _POSIX_FOO constants if compliling in strict ANSI mode. | jtc |
| 1993-09-21 | POSIX_EQUIV_CLASS_MAX was renamed POSIX_COLL_WEIGHTS_MAX in final draft | jtc |
| 1993-09-21 | Provide prototype for POSIX.2 function confstr(). | jtc |
| 1993-09-16 | forgot the friggin' rcsid last time around. | cgd |
| 1993-09-14 | Added isblank() used by 4.4 and POSIX utilities like tr. | jtc |
| 1993-09-12 | sun3 has 8k pages | glass |
| 1993-09-10 | Add prototypes for getdomainname() and setdomainname(); the man page | jtc |
| 1993-09-09 | upgrade new DB code to version 1.7 | cgd |
| 1993-09-05 | ANSI_SOURCE --> _ANSI_SOURCE | mycroft |
| 1993-09-02 | Add POSIX's LC_MESSAGES define. According to a net posting, it is needed | jtc |