| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document the need for a cast when passing a char to a ctype function. | Dag-Erling Smørgrav | 2009-09-03 | 22 | -22/+218 |
| * | Use (unsigned char) cast for ctype macro | Andrey A. Chernov | 2009-09-02 | 1 | -1/+1 |
| * | Fix regression introduced with NFSv4 ACL support - make acl_to_text(3) | Edward Tomasz Napierala | 2009-09-01 | 2 | -11/+12 |
| * | Prevents pam_lastlog from segfaulting on session close when tty is null. | Jonathan Chen | 2009-08-30 | 1 | -0/+5 |
| * | Style: Remove trailing whitespace. | Tim Kientzle | 2009-08-29 | 1 | -11/+11 |
| * | Consider flag == 0 as the same of flag == R_NEXT. This change will restore | Xin LI | 2009-08-24 | 1 | -2/+2 |
| * | Our implementation of granpt(3) could be valid in the future. | Ed Schouten | 2009-08-24 | 1 | -15/+11 |
| * | Use a more appropriate choice of words. | Joseph Koshy | 2009-08-23 | 1 | -1/+1 |
| * | Use US spellings, fix typos. | Joseph Koshy | 2009-08-23 | 3 | -18/+18 |
| * | Fix typos. | Joseph Koshy | 2009-08-23 | 1 | -7/+7 |
| * | Fix a typo. | Joseph Koshy | 2009-08-23 | 1 | -1/+1 |
| * | Fix typos, use American English spellings. | Joseph Koshy | 2009-08-23 | 4 | -22/+22 |
| * | Fix typos. | Joseph Koshy | 2009-08-23 | 1 | -9/+9 |
| * | Correct typos. | Joseph Koshy | 2009-08-23 | 1 | -2/+2 |
| * | Correct grammar. | Joseph Koshy | 2009-08-23 | 1 | -2/+2 |
| * | Fix a typo. | Joseph Koshy | 2009-08-23 | 1 | -1/+1 |
| * | Fix typos. | Joseph Koshy | 2009-08-23 | 3 | -4/+4 |
| * | Rather than replicating the maths from the kernel, use the | Bjoern A. Zeeb | 2009-08-13 | 1 | -1/+1 |
| * | Update posix1e-related man pages, especially as relates to MAC, to more | Robert Watson | 2009-08-12 | 7 | -156/+129 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | LibUSB v1.0: | Alfred Perlstein | 2009-07-30 | 9 | -1518/+1343 |
| * | The parser for Rockridge symlinks tended to insert | Tim Kientzle | 2009-07-26 | 1 | -8/+8 |
| * | Eliminate a stale paragraph from the BUGS section. This "bug" was | Alan Cox | 2009-07-26 | 1 | -8/+1 |
| * | Libarchive recognizes hardlinked files on ISO images, | Tim Kientzle | 2009-07-25 | 1 | -0/+1 |
| * | Some jail parameters (in particular, "ip4" and "ip6" for IP address | Jamie Gritton | 2009-07-25 | 2 | -60/+89 |
| * | Revert the changes to struct kinfo_proc in r194498. Instead, fill | Brooks Davis | 2009-07-24 | 1 | -2/+8 |
| * | Make libkvm work on live systems and crashdumps with and | Bjoern A. Zeeb | 2009-07-23 | 4 | -9/+412 |
| * | It is believed the last subsystem that limited ID sizes to something | Ken Smith | 2009-07-22 | 1 | -7/+18 |
| * | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 41 | -41/+41 |
| * | Correct AT_SYMLINK_FOLLOW flag name in linkat(2) man page. | Jilles Tjoelker | 2009-07-19 | 1 | -1/+1 |
| * | Store accurate offset information in CTF data. A large number of | Navdeep Parhar | 2009-07-17 | 1 | -2/+2 |
| * | Implement RTLD_NOLOAD flag for dlopen(3). | Konstantin Belousov | 2009-07-17 | 1 | -1/+8 |
| * | Second attempt at eliminating .text relocations in shared libraries | Alexander Kabaev | 2009-07-14 | 3 | -8/+2 |
| * | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | John Baldwin | 2009-07-14 | 1 | -2/+2 |
| * | Add missing MLINKS for acl_{get,set}_link_fd(3). | Edward Tomasz Napierala | 2009-07-14 | 1 | -0/+2 |
| * | Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. | Edward Tomasz Napierala | 2009-07-13 | 7 | -26/+27 |
| * | Fix fwrite() to return 0 when size or nmemb are zero. | Ed Schouten | 2009-07-12 | 2 | -4/+9 |
| * | Sync the libusb 1.0 exported api to the latest GSoC code. | Andrew Thompson | 2009-07-10 | 5 | -505/+509 |
| * | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 1 | -2/+4 |
| * | There is an optimization in chmod(1), that makes it not to call chmod(2) | Edward Tomasz Napierala | 2009-07-08 | 3 | -3/+27 |
| * | In the current code, rdlock_count is not correctly handled for some cases. | Attilio Rao | 2009-07-06 | 2 | -1/+4 |
| * | - Don't suggest opening file for writing in preparation for fexecve(2). | Pawel Jakub Dawidek | 2009-07-05 | 1 | -6/+5 |
| * | Make it clear where to look for for protocol-specific socket options. | Edward Tomasz Napierala | 2009-06-30 | 1 | -0/+9 |
| * | Make the structure definitions in the man pages match the real code, and | Konstantin Belousov | 2009-06-29 | 3 | -25/+7 |
| * | Back out previous revision until better tested fix is ready. | Alexander Kabaev | 2009-06-29 | 3 | -2/+8 |
| * | Eliminate .text relocations in shared libraries compiled with stack protector. | Alexander Kabaev | 2009-06-28 | 3 | -8/+2 |
| * | Implement %z for strptime. | Xin LI | 2009-06-25 | 1 | -0/+28 |
| * | Fix dynamic (re)allocation logic in jailparam_set and jailparam_get. | Jamie Gritton | 2009-06-25 | 1 | -34/+72 |
| * | Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't know | Edward Tomasz Napierala | 2009-06-25 | 2 | -2/+3 |
| * | Manual page tweaks. | Edward Tomasz Napierala | 2009-06-25 | 1 | -2/+2 |