Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: spelling fixes. | pfg | 2016-04-30 | 1 | -1/+1 |
| | | | | Mostly on comments. | ||||
* | Remove names from prototypes | rodrigc | 2015-09-20 | 1 | -3/+3 |
| | |||||
* | Add declarations to eliminate -Wmissing-prototypes warnings. | rodrigc | 2015-09-20 | 1 | -0/+6 |
| | |||||
* | Use ANSI C prototypes. | rodrigc | 2015-09-14 | 1 | -8/+3 |
| | | | | Eliminates gcc 4.9 warnings. | ||||
* | Silence a warning with GCC that was breaking the build with Juniper's GCC. | theraven | 2014-04-05 | 1 | -1/+2 |
| | | | | Reviewed by: marcel | ||||
* | Add support for some block functions that come from OS X. These are | theraven | 2014-04-02 | 1 | -4/+21 |
| | | | | | | | intended to build with any C compiler. Reviewed by: pfg MFC after: 3 weeks | ||||
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-05-28 | 1 | -1/+1 |
| | | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. | ||||
* | Use size_t to avoid overflow when sorting arrays larger than 2 GB. | das | 2008-01-13 | 1 | -1/+1 |
| | | | | | PR: 111085 MFC after: 2 weeks | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -2/+4 |
| | |||||
* | Don't include <sys/types.h> when it isn't used. | bde | 1996-04-19 | 1 | -2/+1 |
| | | | | | This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+184 |