| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow Solaris's manual page and describe Link_map structure here | phantom | 2003-02-14 | 1 | -1/+29 |
* | Add manual page for dlinfo(3). It's still need some work and add | phantom | 2003-02-14 | 1 | -0/+191 |
* | Implement dlinfo() function. | kan | 2003-02-13 | 1 | -0/+8 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 4 | -90/+164 |
* | This manual is called SIGNBIT(3) not FPCLASSIFY(3). | mike | 2003-02-12 | 1 | -1/+1 |
* | Implement C99's signbit() macro. | mike | 2003-02-11 | 3 | -2/+100 |
* | Handle %%m properly in syslog format string. Previously it would expand | alfred | 2003-02-10 | 1 | -3/+13 |
* | Implement fpclassify(): | mike | 2003-02-08 | 3 | -2/+177 |
* | Grammer fix. | mikeh | 2003-02-04 | 1 | -1/+1 |
* | Add getosreldate.3 to the Makefile. | trhodes | 2003-01-30 | 1 | -1/+1 |
* | Add a manual page for getosreldate.c. | trhodes | 2003-01-30 | 1 | -0/+65 |
* | Add const qualifier to data argument for msgsnd. | alfred | 2003-01-26 | 1 | -1/+1 |
* | Sync with NetBSD -- sl_add() now returns an int. | obrien | 2003-01-19 | 2 | -9/+23 |
* | Add a missing word. | tjr | 2003-01-15 | 1 | -1/+1 |
* | Document the named semaphore functions. This could still use a bit | tjr | 2003-01-15 | 1 | -18/+165 |
* | Back out previous; sharing semaphores between processes only works | tjr | 2003-01-14 | 1 | -8/+16 |
* | Sharing semaphores between processes works now, so remove the stale comments | tjr | 2003-01-14 | 1 | -16/+8 |
* | Cross reference sem(4) so users know which kernel options are required | tjr | 2003-01-14 | 5 | -5/+10 |
* | Add the newly created semaphore to the named semaphore list in sem_open() | tjr | 2003-01-14 | 1 | -1/+2 |
* | Avoid a memory leak by using reallocf() instead of realloc(). | tjr | 2003-01-10 | 1 | -1/+1 |
* | Prototype __getcwd() to avoid a warning. | tjr | 2003-01-10 | 1 | -0/+2 |
* | #include <ctype.h> for prototypes (or macro versions) of | tjr | 2003-01-10 | 1 | -0/+1 |
* | #include "namespace.h" to get a prototype for _err(). | tjr | 2003-01-07 | 1 | -0/+2 |
* | Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate. | tjr | 2003-01-07 | 1 | -22/+22 |
* | Fix a number of bugs noticed by more extensive testing: | tjr | 2003-01-04 | 1 | -7/+15 |
* | Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these are | tjr | 2003-01-04 | 2 | -6/+6 |
* | Remove unused variable: sz. | tjr | 2003-01-04 | 1 | -2/+0 |
* | Remove unused variable: size. | tjr | 2003-01-04 | 1 | -1/+1 |
* | #include <string.h> for strcmp()'s prototype. | tjr | 2003-01-04 | 1 | -0/+1 |
* | Remove unused variable: omask. | tjr | 2003-01-04 | 1 | -1/+0 |
* | #include <sys/linker.h> for kldload()'s prototype. | tjr | 2003-01-04 | 1 | -0/+1 |
* | #include <string.h> for strlen()'s prototype. | tjr | 2003-01-04 | 1 | -0/+1 |
* | #include <ctype.h> for isspace()'s prototype (or a macro version). | tjr | 2003-01-03 | 1 | -0/+1 |
* | Remove an unused variable: `sb' in fts_read(). | tjr | 2003-01-03 | 2 | -2/+0 |
* | Remove an unused variable, `sverrno', which has not been used since 1.11. | tjr | 2003-01-03 | 1 | -1/+0 |
* | It is no longer necessary to include sys/types.h before wordexp.h. | tjr | 2003-01-03 | 1 | -1/+0 |
* | popen() is a function, not an argument. | tjr | 2003-01-03 | 1 | -1/+1 |
* | Protect pidlist with a mutex to avoid a race causing a duplicate free() | tjr | 2003-01-03 | 1 | -8/+24 |
* | In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. | thomas | 2003-01-02 | 1 | -0/+3 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -3/+3 |
* | Back out the s/int */size_t */ commit. | obrien | 2002-12-30 | 2 | -2/+2 |
* | Fix LP64 architectures and especially ia64. Functions that return | marcel | 2002-12-30 | 2 | -0/+2 |
* | Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate. | mike | 2002-12-29 | 4 | -7/+7 |
* | english(4) police. | schweikh | 2002-12-27 | 6 | -6/+6 |
* | Silence casting away constness warnings. | alfred | 2002-12-27 | 1 | -5/+12 |
* | Fix a small typo. | tjr | 2002-12-27 | 1 | -1/+1 |
* | Be more consistent with "static". | tjr | 2002-12-27 | 1 | -1/+1 |
* | Add an implementation of the POSIX wordexp() and wordfree() functions, | tjr | 2002-12-26 | 3 | -2/+518 |
* | Reduce libc's memory footprint by lazily allocating memory used internally | bbraun | 2002-12-21 | 1 | -9/+22 |