| Commit message (Expand) | Author | Age | Files | Lines |
* | realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. | johan | 2003-01-15 | 2 | -9/+9 |
* | Add a missing word. | tjr | 2003-01-15 | 2 | -2/+2 |
* | Document the named semaphore functions. This could still use a bit | tjr | 2003-01-15 | 2 | -36/+330 |
* | Actually add mac_prepare.3. | chris | 2003-01-15 | 1 | -0/+85 |
* | Cross-reference mac(4) | chris | 2003-01-15 | 5 | -0/+5 |
* | s/SEE_ALSO/SEE ALSO/ | chris | 2003-01-15 | 2 | -2/+5 |
* | o Document mac_prepare() and associated functions | chris | 2003-01-15 | 8 | -33/+61 |
* | o Remove clause #3 | chris | 2003-01-14 | 1 | -5/+9 |
* | Back out previous; sharing semaphores between processes only works | tjr | 2003-01-14 | 2 | -16/+32 |
* | Sharing semaphores between processes works now, so remove the stale comments | tjr | 2003-01-14 | 2 | -32/+16 |
* | Cross reference sem(4) so users know which kernel options are required | tjr | 2003-01-14 | 10 | -10/+20 |
* | Add the newly created semaphore to the named semaphore list in sem_open() | tjr | 2003-01-14 | 2 | -2/+4 |
* | Including <time.h> before <aio.h> has not been necessary for a while now. | tjr | 2003-01-14 | 1 | -1/+0 |
* | Mention the oddities and requirements for mount operations executed by | joerg | 2003-01-13 | 1 | -3/+16 |
* | Refer to 1003.1 instead of 1003.2 in the Standards section. | tjr | 2003-01-13 | 6 | -6/+6 |
* | Lock the stream before calling __sfileno() to retrieve the file descriptor. | tjr | 2003-01-13 | 1 | -2/+10 |
* | Add missing word to "Return Values" section. | tjr | 2003-01-13 | 1 | -0/+1 |
* | Fix struct iovec documentation to match reality. | mike | 2003-01-12 | 2 | -2/+2 |
* | Add a manual page for the lio_listio() syscall. Still needs a bit | tjr | 2003-01-12 | 2 | -1/+177 |
* | Implement missing fpgetround() and fpsetround(). | marcel | 2003-01-11 | 3 | -2/+84 |
* | Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft | dillon | 2003-01-11 | 1 | -2/+2 |
* | Increase the scheduler stack to 4 pages. This should prevent a stack | deischen | 2003-01-11 | 1 | -1/+1 |
* | Use the fstype obtained from the GEOM dumpconf output to set the fstype | jhb | 2003-01-10 | 1 | -1/+1 |
* | - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM(). | jhb | 2003-01-10 | 3 | -3/+21 |
* | About September 2001, I consulted with all the previous authors of | nectar | 2003-01-10 | 1 | -163/+13 |
* | The macro versions of putc() and putchar() are gone. | tjr | 2003-01-10 | 1 | -9/+3 |
* | There is no macro version of getc() anymore. | tjr | 2003-01-10 | 1 | -2/+1 |
* | Bring the list of function-like macros up to date with reality. | tjr | 2003-01-10 | 1 | -28/+20 |
* | spell multiple correctly. | alfred | 2003-01-10 | 1 | -1/+1 |
* | Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked() | tjr | 2003-01-10 | 2 | -3/+38 |
* | Add a manual page for flockfile(), ftrylockfile(), and funlockfile(). | tjr | 2003-01-10 | 2 | -1/+106 |
* | Document getc_unlocked(), getchar_unlocked(), putc_unlocked(), | tjr | 2003-01-10 | 3 | -6/+68 |
* | Add function versions of getchar_unlocked(), getc_unlocked(), | tjr | 2003-01-10 | 2 | -1/+96 |
* | 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 |
* | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | fjoe | 2003-01-07 | 2 | -9/+8 |
* | Correct a couple small typos. | chris | 2003-01-07 | 1 | -2/+2 |
* | Document the file system firewall interface library functions. | chris | 2003-01-07 | 6 | -0/+515 |
* | #include "namespace.h" to get a prototype for _err(). | tjr | 2003-01-07 | 1 | -0/+2 |
* | Remove an unused variable: mbresult. | tjr | 2003-01-07 | 1 | -1/+0 |
* | #include <stdlib.h> for free()'s prototype. | tjr | 2003-01-07 | 1 | -0/+1 |
* | Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate. | tjr | 2003-01-07 | 1 | -22/+22 |
* | Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c. | tjr | 2003-01-07 | 2 | -2/+2 |
* | Typo fixes. | keramida | 2003-01-07 | 2 | -2/+2 |
* | Remove redundant documenation. | trhodes | 2003-01-06 | 1 | -14/+1 |
* | strfmon(3) does not correctly handle multibyte characters in the | tjr | 2003-01-06 | 1 | -0/+6 |
* | Note that the printf(3) and scanf(3) family of functions don't deal with | tjr | 2003-01-06 | 2 | -2/+14 |
* | Port libc_r to ia64. We need to do things slightly different | marcel | 2003-01-06 | 5 | -1/+45 |
* | Build libc_r on sparc64, it should work now. | tmm | 2003-01-05 | 1 | -1/+1 |