| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-08 | Do not give names to the parameters in function prototypes (those names | kristerw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-04-14 | Well, _The_ Open Group. | kleink |
| 2003-04-14 | Use the real TOG specification name for references. | kleink |
| 2003-04-07 | 1003.1-2001 has introduced unsetenv() which differs from the current | kleink |
| 2003-03-01 | Add _Exit(), for C99 and POSIX-2001. | bjh21 |
| 2002-11-29 | add strsuftoll(3) and strsuftollx(3) - parse a string for a number | lukem |
| 2002-05-24 | add arc4random(3). from openbsd | itojun |
| 2001-03-28 | Don't declare qdiv() when qdiv_t wasn't defined previously; fixes PR lib/11557 | kleink |
| 2001-03-21 | Sprinkle some restrict qualifiers. | kleink |
| 2001-03-10 | add prototypes for shquote() and shquotev() | cgd |
| 2001-02-19 | add prototypes for getprogname and setprogname | cgd |
| 2000-12-20 | deal with bsearch duplicate declaration. | christos |
| 2000-11-15 | Move fmtcheck() prototype to stdio.h. It makes more sense to declare it | briggs |
| 2000-10-20 | Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check | briggs |
| 2000-10-03 | Allow format-arg checking for setproctitle | sommerfeld |
| 2000-08-10 | ISO/IEC 9899:1999: MB_CUR_MAX expands to a positive integer expression with | kleink |
| 2000-08-08 | Preparation for the future introduction of multibyte locale. | tshiozak |
| 2000-03-06 | Add ISO C99 long long integer general utility interfaces; partially addresses | kleink |
| 2000-01-10 | Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to | kleink |
| 1999-12-22 | For the benefit of G++'s null pointer constant implementation, #define NULL | kleink |
| 1999-02-06 | Add l64a_r(), a reentrant version of l64a(); found in the Multithreading | kleink |
| 1998-07-30 | __Namespace__ __protection__. | mycroft |
| 1998-07-28 | Sprinkle in some __attribute__((noreturn))s. | mycroft |
| 1998-07-27 | Actually, FreeBSD calls this mkdtemp(). No point in creating a new name. | mycroft |
| 1998-07-27 | Add a mktempdir(), like mkstemp(), but it creates a directory. | mycroft |
| 1998-07-27 | Slight rearrangement. | mycroft |
| 1998-07-27 | If __AUDIT__ is defined, remove some traditional interfaces: gets, sprintf, | mycroft |
| 1998-07-27 | Mark more functions returning internal buffers for const auditing. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-06-01 | * Further name space protection reorganization: distinguish between various | kleink |
| 1998-05-11 | Reorganize name space protection. | kleink |
| 1998-02-04 | Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it was | kleink |
| 1998-02-02 | merge lite-2 | perry |
| 1998-01-31 | Fix the prototypes for srandom() and initstate() after the libc/stdlib lite-2 | thorpej |
| 1997-10-16 | devname is (dev_t, mode_t) not (int, int) | christos |
| 1997-07-14 | some minor KNF | mikel |
| 1997-07-13 | Add missing rand_r prototype | christos |
| 1995-12-27 | Add __dead qualifier to abort() and exit(); PR 1845 | jtc |
| 1995-03-22 | added prototype for qabs() | jtc |
| 1995-03-21 | Moved conditional #include of <sys/types.h> to near the top of file. | jtc |
| 1994-12-17 | fix typo | jtc |
| 1994-12-16 | add prototype for realpath() | jtc |
| 1994-10-26 | new RCS ID format. | cgd |
| 1994-08-07 | Add strtoq() & strtouq() declarations | jtc |
| 1994-07-02 | add 3 protos | deraadt |
| 1994-06-16 | Update *sort() prototypes. | mycroft |
| 1994-05-21 | add _BSD's to ansi types | cgd |
| 1994-05-07 | add new getopt(3) extern variable optreset | jtc |