| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prevents pam_lastlog from segfaulting on session close when tty is null. | jon | 2009-08-30 | 1 | -0/+5 |
* | Style: Remove trailing whitespace. | kientzle | 2009-08-29 | 1 | -11/+11 |
* | Consider flag == 0 as the same of flag == R_NEXT. This change will restore | delphij | 2009-08-24 | 1 | -2/+2 |
* | Our implementation of granpt(3) could be valid in the future. | ed | 2009-08-24 | 1 | -15/+11 |
* | Use a more appropriate choice of words. | jkoshy | 2009-08-23 | 1 | -1/+1 |
* | Use US spellings, fix typos. | jkoshy | 2009-08-23 | 3 | -18/+18 |
* | Fix typos. | jkoshy | 2009-08-23 | 1 | -7/+7 |
* | Fix a typo. | jkoshy | 2009-08-23 | 1 | -1/+1 |
* | Fix typos, use American English spellings. | jkoshy | 2009-08-23 | 4 | -22/+22 |
* | Fix typos. | jkoshy | 2009-08-23 | 1 | -9/+9 |
* | Correct typos. | jkoshy | 2009-08-23 | 1 | -2/+2 |
* | Correct grammar. | jkoshy | 2009-08-23 | 1 | -2/+2 |
* | Fix a typo. | jkoshy | 2009-08-23 | 1 | -1/+1 |
* | Fix typos. | jkoshy | 2009-08-23 | 3 | -4/+4 |
* | Rather than replicating the maths from the kernel, use the | bz | 2009-08-13 | 1 | -1/+1 |
* | Update posix1e-related man pages, especially as relates to MAC, to more | rwatson | 2009-08-12 | 7 | -156/+129 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | LibUSB v1.0: | alfred | 2009-07-30 | 9 | -1531/+1356 |
* | The parser for Rockridge symlinks tended to insert | kientzle | 2009-07-26 | 1 | -8/+8 |
* | Eliminate a stale paragraph from the BUGS section. This "bug" was | alc | 2009-07-26 | 1 | -8/+1 |
* | Libarchive recognizes hardlinked files on ISO images, | kientzle | 2009-07-25 | 1 | -0/+1 |
* | Some jail parameters (in particular, "ip4" and "ip6" for IP address | jamie | 2009-07-25 | 2 | -60/+89 |
* | Revert the changes to struct kinfo_proc in r194498. Instead, fill | brooks | 2009-07-24 | 1 | -2/+8 |
* | Make libkvm work on live systems and crashdumps with and | bz | 2009-07-23 | 4 | -9/+412 |
* | It is believed the last subsystem that limited ID sizes to something | kensmith | 2009-07-22 | 1 | -7/+18 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 41 | -41/+41 |
* | Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page. | jilles | 2009-07-19 | 1 | -1/+1 |
* | Store accurate offset information in CTF data. A large number of | np | 2009-07-17 | 1 | -2/+2 |