| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t). | trasz | 2010-06-05 | 1 | -5/+5 |
* | Don't forget to free the string in error case. | trasz | 2010-06-03 | 1 | -0/+1 |
* | _posix1e_acl_sort() never returns anything other than 0; change its | trasz | 2010-06-03 | 4 | -55/+15 |
* | Fix usage of uninitialized variable. | trasz | 2010-06-03 | 1 | -1/+1 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -2/+1 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -1/+1 |
* | mdoc: spell macros correctly, there's no need for the backslash escape | uqs | 2010-06-02 | 3 | -7/+7 |
* | mdoc cleanup | uqs | 2010-06-02 | 2 | -3/+1 |
* | mdoc: Use mdoc macro for the (R) symbol | uqs | 2010-05-27 | 1 | -8/+8 |
* | mdoc: Garbage collect unused/unneeded macros | uqs | 2010-05-27 | 1 | -3/+0 |
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -1/+8 |
* | Improve the documentation for PT_LWPINFO. Note that some features are | kib | 2010-05-24 | 1 | -3/+58 |
* | Coalesce one more broken line. | deischen | 2010-05-24 | 1 | -2/+1 |
* | Coalesce a couple of broken lines since they can fit within 80 | deischen | 2010-05-24 | 1 | -4/+2 |
* | These features will first appear in 8.1, soon to be released | uqs | 2010-05-24 | 1 | -1/+1 |
* | Make acl_get_perm_np(3) work with NFSv4 ACLs. | trasz | 2010-05-23 | 2 | -24/+18 |
* | With r208341 in place WARNS can be increased. | marius | 2010-05-20 | 1 | -1/+1 |
* | Update to a config.h created by a file 5.03 configure script. This causes | marius | 2010-05-20 | 1 | -38/+57 |
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 23 | -23/+23 |
* | Retry reads that fail with EINTR. This fixes a problem | kientzle | 2010-05-18 | 2 | -12/+20 |
* | Fix build. | delphij | 2010-05-17 | 1 | -1/+1 |
* | Reorganize slightly in preparation for making lzma and bz2 support conditional. | kientzle | 2010-05-16 | 2 | -4/+10 |
* | - Add versioned symbols to liblzma | delphij | 2010-05-14 | 3 | -2/+204 |
* | Make branding less intrusive - in acl_set(3), in case ACL brand | trasz | 2010-05-13 | 1 | -0/+3 |
* | Make it possible to actually use NFSv4 permission bits with acl_set_perm(3) | trasz | 2010-05-13 | 1 | -20/+32 |
* | mdoc: move remaining sections into consistent order | uqs | 2010-05-13 | 1 | -8/+8 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 15 | -262/+262 |
* | Use fixed width integer types for parsing the binary hid data. | thompsa | 2010-05-13 | 2 | -6/+9 |
* | Fix return values for usb_find_busses() and usb_find_devices(). We should try | thompsa | 2010-05-13 | 1 | -2/+2 |
* | Fix header file compliancy with libusb 1.0 from sourceforge. | thompsa | 2010-05-13 | 4 | -2/+8 |
* | Support getting signed and unsigned HID data. | thompsa | 2010-05-12 | 1 | -6/+10 |
* | Fix a bug due to a type conversion from 64 to 32 bits. The side effect of | gordon | 2010-05-12 | 1 | -2/+2 |
* | The previous revision actually removed the bug being hinted at, so | brueffer | 2010-05-12 | 1 | -3/+2 |
* | mdoc: simplify quotation scheme | uqs | 2010-05-11 | 1 | -3/+2 |
* | mdoc: fix parenthesis | uqs | 2010-05-11 | 2 | -4/+6 |
* | mdoc: use macro for +- that is understood by mdocml | uqs | 2010-05-11 | 2 | -4/+4 |
* | Document FIONREAD, FIONWRITE and FIONSPACE. | brueffer | 2010-05-11 | 1 | -1/+25 |
* | Enable liblzma support in libarchive | mm | 2010-05-10 | 1 | -6/+3 |
* | Add two public headers missing in r207842 | mm | 2010-05-10 | 1 | -0/+2 |
* | Import of liblzma, xz, xzdec, lzmainfo from vendor branch | mm | 2010-05-10 | 3 | -0/+231 |
* | strptime(3) confused July with June with the fr_FR locale. | edwin | 2010-05-09 | 1 | -0/+8 |
* | sigprocmask(2): pthread_sigmask(3) must be used in threaded processes. | jilles | 2010-05-07 | 1 | -1/+7 |
* | raise(3): Note that this sends a signal to the current thread, not process. | jilles | 2010-05-07 | 1 | -3/+3 |
* | Merger of the quota64 project into head. | mckusick | 2010-05-07 | 5 | -6/+928 |
|\ |
|
| * | Final update to current version of head in preparation for reintegration. | mckusick | 2010-05-06 | 5 | -29/+53 |
| |\ |
|
| * \ | Update to current version of head. | mckusick | 2010-04-28 | 356 | -5216/+18508 |
| |\ \ |
|
| * | | | Debugging nits found while testing the new 64-bit quota code. | mckusick | 2010-03-16 | 2 | -20/+36 |
| * | | | IFH@204581 | des | 2010-03-04 | 578 | -37824/+23538 |
| |\ \ \ |
|
| * | | | | Add and document the quota_convert function which converts between the | mckusick | 2009-12-28 | 3 | -10/+124 |
| * | | | | Minor bugs turned up during conversion of quotacheck. | mckusick | 2009-12-27 | 1 | -6/+7 |