| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add MD definitions for sparc64. This is based on work by des. | tmm | 2003-01-05 | 1 | -0/+29 |
* | Add an implementation of _atomic_lock for sparc64. This was submitted by | tmm | 2003-01-05 | 1 | -0/+45 |
* | Rewrite longjmp() and _longjmp() to directly restore the saved frame, | tmm | 2003-01-05 | 2 | -55/+19 |
* | Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(), | tmm | 2003-01-05 | 1 | -2/+4 |
* | Use in_addr_t for the right size of an IPv4 address, and copy into | fenner | 2003-01-05 | 1 | -1/+3 |
* | No need to include <assert.h> here. | tjr | 2003-01-05 | 4 | -4/+0 |
* | strptime(), like strftime(), does not handle multibyte characters | tjr | 2003-01-04 | 1 | -1/+7 |
* | Mention in the BUGS section that strftime() does not handle multibyte | tjr | 2003-01-04 | 1 | -1/+7 |
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -2/+2 |
* | Fix three warnings: | tjr | 2003-01-04 | 1 | -2/+2 |
* | style(9): return type on separate line from function name. | tjr | 2003-01-04 | 2 | -2/+4 |
* | 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 |
* | Add missing #include "namespace.h". | tjr | 2003-01-03 | 1 | -0/+1 |
* | Remove unused variable: ntmp. | tjr | 2003-01-03 | 1 | -1/+0 |
* | #include <string.h> for strcmp()'s prototype. | tjr | 2003-01-03 | 1 | -1/+2 |
* | #include "local.h" to make __svfscanf()'s prototype visible. | tjr | 2003-01-03 | 3 | -0/+3 |
* | 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 |
* | Optimize errstr() by reducing the number of times it walks a string. | mike | 2003-01-03 | 1 | -9/+7 |
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | phk | 2003-01-03 | 1 | -1/+1 |
* | Reset the stream orientation to 0 (unoriented) in freopen(), as required | tjr | 2003-01-03 | 1 | -0/+1 |
* | 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 |
* | Set auto-retry mode to avoid some spurious errors. | des | 2003-01-03 | 1 | -0/+1 |
* | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | jmallett | 2003-01-02 | 3 | -7/+491 |
* | 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 | 25 | -531/+531 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 5 | -6/+6 |
* | Back out the s/int */size_t */ commit. | obrien | 2002-12-30 | 2 | -2/+2 |
* | This compiles fine w/WARNS. | obrien | 2002-12-30 | 1 | -6/+5 |
* | Fix LP64 architectures and especially ia64. Functions that return | marcel | 2002-12-30 | 2 | -0/+2 |
* | Remove BUGS section indicating that these calls are unimplemented. | rwatson | 2002-12-29 | 5 | -15/+15 |
* | Update acl_set.3, missed in last round: | rwatson | 2002-12-29 | 1 | -11/+19 |
* | Update libc POSIX.1e code and documentation to reflect: | rwatson | 2002-12-29 | 8 | -44/+164 |
* | Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate. | mike | 2002-12-29 | 4 | -7/+7 |
* | Fix typos in comment. | deischen | 2002-12-28 | 1 | -2/+2 |
* | english(4) police. | schweikh | 2002-12-27 | 41 | -55/+55 |
* | Silence casting away constness warnings. | alfred | 2002-12-27 | 1 | -5/+12 |
* | Fix a small typo. | tjr | 2002-12-27 | 1 | -1/+1 |