| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix struct iovec documentation to match reality. | Mike Barcroft | 2003-01-12 | 2 | -2/+2 |
| * | Add a manual page for the lio_listio() syscall. Still needs a bit | Tim J. Robbins | 2003-01-12 | 2 | -1/+177 |
| * | Implement missing fpgetround() and fpsetround(). | Marcel Moolenaar | 2003-01-11 | 3 | -2/+84 |
| * | Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft | Matthew Dillon | 2003-01-11 | 1 | -2/+2 |
| * | Increase the scheduler stack to 4 pages. This should prevent a stack | Daniel Eischen | 2003-01-11 | 1 | -1/+1 |
| * | Use the fstype obtained from the GEOM dumpconf output to set the fstype | John Baldwin | 2003-01-10 | 1 | -1/+1 |
| * | - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM(). | John Baldwin | 2003-01-10 | 3 | -3/+21 |
| * | About September 2001, I consulted with all the previous authors of | Jacques Vidrine | 2003-01-10 | 1 | -163/+13 |
| * | The macro versions of putc() and putchar() are gone. | Tim J. Robbins | 2003-01-10 | 1 | -9/+3 |
| * | There is no macro version of getc() anymore. | Tim J. Robbins | 2003-01-10 | 1 | -2/+1 |
| * | Bring the list of function-like macros up to date with reality. | Tim J. Robbins | 2003-01-10 | 1 | -28/+20 |
| * | spell multiple correctly. | Alfred Perlstein | 2003-01-10 | 1 | -1/+1 |
| * | Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked() | Tim J. Robbins | 2003-01-10 | 2 | -3/+38 |
| * | Add a manual page for flockfile(), ftrylockfile(), and funlockfile(). | Tim J. Robbins | 2003-01-10 | 2 | -1/+106 |
| * | Document getc_unlocked(), getchar_unlocked(), putc_unlocked(), | Tim J. Robbins | 2003-01-10 | 3 | -6/+68 |
| * | Add function versions of getchar_unlocked(), getc_unlocked(), | Tim J. Robbins | 2003-01-10 | 2 | -1/+96 |
| * | Avoid a memory leak by using reallocf() instead of realloc(). | Tim J. Robbins | 2003-01-10 | 1 | -1/+1 |
| * | Prototype __getcwd() to avoid a warning. | Tim J. Robbins | 2003-01-10 | 1 | -0/+2 |
| * | #include <ctype.h> for prototypes (or macro versions) of | Tim J. Robbins | 2003-01-10 | 1 | -0/+1 |
| * | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | Max Khon | 2003-01-07 | 2 | -9/+8 |
| * | Correct a couple small typos. | Chris Costello | 2003-01-07 | 1 | -2/+2 |
| * | Document the file system firewall interface library functions. | Chris Costello | 2003-01-07 | 6 | -0/+515 |
| * | #include "namespace.h" to get a prototype for _err(). | Tim J. Robbins | 2003-01-07 | 1 | -0/+2 |
| * | Remove an unused variable: mbresult. | Tim J. Robbins | 2003-01-07 | 1 | -1/+0 |
| * | #include <stdlib.h> for free()'s prototype. | Tim J. Robbins | 2003-01-07 | 1 | -0/+1 |
| * | Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate. | Tim J. Robbins | 2003-01-07 | 1 | -22/+22 |
| * | Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c. | Tim J. Robbins | 2003-01-07 | 2 | -2/+2 |
| * | Typo fixes. | Giorgos Keramidas | 2003-01-07 | 2 | -2/+2 |
| * | Remove redundant documenation. | Tom Rhodes | 2003-01-06 | 1 | -14/+1 |
| * | strfmon(3) does not correctly handle multibyte characters in the | Tim J. Robbins | 2003-01-06 | 1 | -0/+6 |
| * | Note that the printf(3) and scanf(3) family of functions don't deal with | Tim J. Robbins | 2003-01-06 | 2 | -2/+14 |
| * | Port libc_r to ia64. We need to do things slightly different | Marcel Moolenaar | 2003-01-06 | 5 | -1/+45 |
| * | Build libc_r on sparc64, it should work now. | Thomas Moestl | 2003-01-05 | 1 | -1/+1 |
| * | Add MD definitions for sparc64. This is based on work by des. | Thomas Moestl | 2003-01-05 | 1 | -0/+29 |
| * | Add an implementation of _atomic_lock for sparc64. This was submitted by | Thomas Moestl | 2003-01-05 | 1 | -0/+45 |
| * | Rewrite longjmp() and _longjmp() to directly restore the saved frame, | Thomas Moestl | 2003-01-05 | 2 | -55/+19 |
| * | Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(), | Thomas Moestl | 2003-01-05 | 1 | -2/+4 |
| * | Use in_addr_t for the right size of an IPv4 address, and copy into | Bill Fenner | 2003-01-05 | 1 | -1/+3 |
| * | No need to include <assert.h> here. | Tim J. Robbins | 2003-01-05 | 4 | -4/+0 |
| * | strptime(), like strftime(), does not handle multibyte characters | Tim J. Robbins | 2003-01-04 | 1 | -1/+7 |
| * | Mention in the BUGS section that strftime() does not handle multibyte | Tim J. Robbins | 2003-01-04 | 1 | -1/+7 |
| * | Rename the dos_partition structure for pc98 to pc98_partition. | Yoshihiro Takahashi | 2003-01-04 | 1 | -2/+2 |
| * | Fix three warnings: | Tim J. Robbins | 2003-01-04 | 1 | -2/+2 |
| * | style(9): return type on separate line from function name. | Tim J. Robbins | 2003-01-04 | 2 | -2/+4 |
| * | Fix a number of bugs noticed by more extensive testing: | Tim J. Robbins | 2003-01-04 | 1 | -7/+15 |
| * | Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these are | Tim J. Robbins | 2003-01-04 | 2 | -6/+6 |
| * | Remove unused variable: sz. | Tim J. Robbins | 2003-01-04 | 1 | -2/+0 |
| * | Remove unused variable: size. | Tim J. Robbins | 2003-01-04 | 1 | -1/+1 |
| * | #include <string.h> for strcmp()'s prototype. | Tim J. Robbins | 2003-01-04 | 1 | -0/+1 |
| * | Remove unused variable: omask. | Tim J. Robbins | 2003-01-04 | 1 | -1/+0 |