| Commit message (Expand) | Author | Age | Files | Lines |
* | Make getcwd(3) faster, simpler and more compliant using *at syscalls. | jilles | 2009-10-13 | 1 | -45/+18 |
* | Add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP, | rwatson | 2009-10-13 | 1 | -0/+10 |
* | Make openat(2) a cancellation point. | jilles | 2009-10-11 | 6 | -0/+38 |
* | In nanosleep(2), note that the calling thread is put to sleep, not the | kib | 2009-10-11 | 1 | -1/+3 |
* | Document errno codes added in r144530. | das | 2009-10-11 | 1 | -0/+8 |
* | Add a new errno, ENOTCAPABLE, to be returned when a process requests an | rwatson | 2009-10-07 | 2 | -0/+4 |
* | Add basename_r(3) to complement basename(3). basename_r(3) which accepts | rwatson | 2009-10-06 | 4 | -13/+33 |
* | fts_open() requires that the list passed as argument to contain at least | delphij | 2009-10-05 | 2 | -2/+8 |
* | pam_ssh needs roaming_dummy to link correctly against libssh. | des | 2009-10-05 | 1 | -0/+3 |
* | Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. | edwin | 2009-10-05 | 1 | -0/+6 |
* | Better glibc compatibility for getline/getdelim: | das | 2009-10-04 | 1 | -2/+2 |
* | Install x86 related man pages on x86 systems only. | rpaulo | 2009-10-04 | 1 | -0/+2 |
* | Correct the pthread stub prototype for pthread_mutexattr_settype to allow for | marcus | 2009-10-01 | 1 | -1/+1 |
* | Fix bug, when RADIUS client gave up after single sendto() error, do not | mav | 2009-09-29 | 1 | -9/+4 |
* | Add two new fcntls to enable/disable read-ahead: | delphij | 2009-09-28 | 1 | -1/+17 |
* | - Add Galician NLS catalog | gabor | 2009-09-27 | 2 | -0/+250 |
* | Make malloc(3) superpage aware. Specifically, if getpagesizes(3) returns | alc | 2009-09-26 | 2 | -2/+19 |
* | don't report error if key was deleted. | davidxu | 2009-09-25 | 1 | -1/+11 |
* | rwlock implemented from libthr need to fall through the 'hard path' and | attilio | 2009-09-23 | 1 | -2/+5 |
* | Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1] | alc | 2009-09-21 | 1 | -3/+4 |
* | Fixed markup (mostly) errors. | ru | 2009-09-21 | 1 | -48/+54 |
* | Disable a check on a disk size because it's too strict. This change is | nyan | 2009-09-21 | 1 | -0/+2 |
* | Add getpagesizes(3). This functions either the number of supported page | alc | 2009-09-19 | 4 | -3/+183 |
* | Correct BIOS header sanitizing on pc98. | nyan | 2009-09-19 | 1 | -3/+6 |
* | Fix setfib(1) section number. | brueffer | 2009-09-18 | 1 | -2/+2 |
* | Make libc.a provide __stack_chk_fail_local weak alias. This is | kan | 2009-09-17 | 1 | -0/+4 |
* | Fix an off-by-one error in the marking of the O_CH operator | dds | 2009-09-16 | 1 | -1/+1 |
* | Add a couple of debugging statements. | dds | 2009-09-16 | 1 | -0/+3 |
* | Add EV_RECEIPT to kevents. | sson | 2009-09-16 | 1 | -0/+9 |
* | Add the EV_DISPATCH flag to kevents. | sson | 2009-09-16 | 1 | -0/+5 |
* | Add EVFILT_USER to kevents. | sson | 2009-09-16 | 1 | -1/+39 |
* | Add two test cases from PR 130504. | dds | 2009-09-15 | 1 | -0/+3 |
* | Use explicit int values for the device states in order to allow, | attilio | 2009-09-15 | 1 | -4/+4 |
* | Improve the way failure of pthread_key_create() gets detected. | edwin | 2009-09-14 | 1 | -2/+9 |
* | ANSIfy, whitespace and comment adjustments, to simplify comparing these | emaste | 2009-09-13 | 3 | -108/+65 |
* | Bump our namespace version for 9.0. | deischen | 2009-09-13 | 1 | -1/+11 |
* | Add simple embedded RADIUS server support to libradius, by extending existing | mav | 2009-09-11 | 4 | -90/+334 |
* | Make the description of `b' a little better. | ed | 2009-09-09 | 1 | -1/+1 |
* | Revert r196976, now that <machine/param.h> behaves predictably. | phk | 2009-09-09 | 1 | -1/+0 |
* | - Teach vesa(4) and dpms(4) about x86emu. [1] | delphij | 2009-09-09 | 1 | -0/+1 |
* | cr_groups is no longer embedded in struct ucred and is instead stored | brooks | 2009-09-08 | 1 | -1/+1 |
* | Add necessary include | phk | 2009-09-08 | 1 | -0/+1 |
* | Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logic | kientzle | 2009-09-08 | 2 | -3/+6 |
* | Update tests to match r195873, which corrected how hardlinked files | kientzle | 2009-09-08 | 3 | -18/+40 |
* | Synchornize description in manual page with strerror() output. | pjd | 2009-09-06 | 1 | -2/+2 |
* | Handle zero size for posix_memalign. Return NULL or unique address | kib | 2009-09-05 | 1 | -0/+9 |
* | Let the armchair generals handle this one. | des | 2009-09-04 | 22 | -218/+22 |
* | Document the need for a cast when passing a char to a ctype function. | des | 2009-09-03 | 22 | -22/+218 |
* | Use (unsigned char) cast for ctype macro | ache | 2009-09-02 | 1 | -1/+1 |
* | Fix regression introduced with NFSv4 ACL support - make acl_to_text(3) | trasz | 2009-09-01 | 2 | -11/+12 |