| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated | cgd |
| 1995-06-16 | Change return type of {get,set}{domain,host}name() from long to int. | jtc |
| 1995-06-16 | <sys/termios.h> -> <termios.h> | jtc |
| 1995-06-16 | getsubopt() uses strcmp(), so include <string.h> | jtc |
| 1995-06-16 | Use standard conditional for rcsid definition. | jtc |
| 1995-06-16 | Don't cast void functions to void. | jtc |
| 1995-06-15 | don't include <sys/cdefs.h>, it's a 'private' header | jtc |
| 1995-06-14 | add explicit return type | jtc |
| 1995-06-14 | define __atexit pointer | jtc |
| 1995-06-14 | add extern qualifier to __atexit pointer declaration | jtc |
| 1995-06-13 | Add btree(3) cross reference. | jtc |
| 1995-06-12 | Open with O_NONBLOCK, in case someone tries to open a blocking device | jtc |
| 1995-06-07 | eliminate the need for some (fatal) casts. | cgd |
| 1995-06-07 | build tags at library build time, not at install time. | cgd |
| 1995-06-05 | Fix typo (Der mouse, PR #1115). | pk |
| 1995-06-03 | Fill in sin_len. | mycroft |
| 1995-06-03 | Fill in sin_len. | mycroft |
| 1995-06-03 | Don't set the rgid or egid. Document this behavior. This is compatible with | mycroft |
| 1995-06-02 | We must do setgid() explicitly now. | mycroft |
| 1995-06-01 | Don't duplicate the primary group. The first member of the groups list | jtc |
| 1995-06-01 | Converted K&R -> ansi. | ragge |
| 1995-05-21 | Use inet_aton(), not inet_addr(). | mycroft |
| 1995-05-17 | Modify getpwent() to use __ypparse(). | mycroft |
| 1995-05-16 | Use the new ps_strings format. | mycroft |
| 1995-05-13 | strtok replaces the separator character, not the token, with a NUL. | jtc |
| 1995-05-13 | #include appropriate header files to bring prototypes into scope | jtc |
| 1995-05-11 | Winning Strategies has placed this code in the public domain. | jtc |
| 1995-05-03 | Explicitly unblock SIGALRM while waiting. | mycroft |
| 1995-05-03 | m68k sig{set,long}jmp from Henric Jungheim (uhenric@mcl.ucsb.edu) as | briggs |
| 1995-05-03 | typo: fld_... -> flt_... | phil |
| 1995-05-02 | Enable C and Pig Latin message catalogs. | jtc |
| 1995-05-02 | C and Pig Latin message catalogs for libc | jtc |
| 1995-05-02 | The C Standard says that printf's format string is a multi-byte | jtc |
| 1995-05-02 | Use POSIX tty semantics. | mycroft |
| 1995-04-29 | change some of the rpc "on-the-wire" structures' fields to be explicitly-sized | cgd |
| 1995-04-29 | functions to set FP exception masks & sticky exceptions. they abort, for now. | cgd |
| 1995-04-29 | get & set FP rounding direction. these actually seem to work. | cgd |
| 1995-04-29 | add entries for the float rounding and exception functions | cgd |
| 1995-04-28 | Winning Strategies has placed this code into the Public Domain | jtc |
| 1995-04-28 | Winning Strategies has placed this code into the Public Domain | jtc |
| 1995-04-28 | $Id: $ -> $NetBSD: $ | jtc |
| 1995-04-28 | Winning Strategies has placed this code into the Public Domain | jtc |
| 1995-04-28 | Added __flt_rounds, fp{get,set}round. | jtc |
| 1995-04-25 | The typo police "dase" != "case" | christos |
| 1995-04-25 | Fix typo... | christos |
| 1995-04-25 | Changed abs.S to abs.c for vax. | ragge |
| 1995-04-25 | termios code has been moved to new libc/termios directory. | jtc |
| 1995-04-25 | Initial checkin of termios directory. The code used to be in | jtc |
| 1995-04-25 | Handle new termios subdirectory. | jtc |
| 1995-04-24 | Use a switch instead of three if statements in xdr_long() and xdr_u_long(), | jtc |