| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 4 | -12/+130 |
* | Add the ffsll and flsll functions. These are ffs and fls operating | kib | 2008-11-03 | 5 | -8/+122 |
* | Fix style. | kib | 2008-11-03 | 1 | -1/+1 |
* | Sync with OpenBSD's dirname(3) - license change, avoid strcpy() over | delphij | 2008-11-03 | 2 | -68/+46 |
* | Add missing END() macros, as per rev 184547 for amd64. The lack of these | peter | 2008-11-02 | 43 | -4/+59 |
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 27 | -4/+46 |
* | Correct the documented declaration of the archive_write_callback to | kientzle | 2008-11-01 | 1 | -2/+2 |
* | In example use of err(3) and errx(3), use sysexits(3) constants. | rwatson | 2008-10-31 | 1 | -4/+5 |
* | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | delphij | 2008-10-30 | 1 | -1/+1 |
* | Remove unneeded call to revoke() inside openpty(). | ed | 2008-10-28 | 1 | -4/+0 |
* | Supply a valid Connect ID when issuing XPT_DEV_MATCH, which | marius | 2008-10-27 | 1 | -0/+3 |
* | Finish what revision 1.40 started. Revision 1.40 removed a false statement | alc | 2008-10-24 | 1 | -8/+6 |
* | Don't fail mistakenly with -r when we already have the whole file. | ru | 2008-10-24 | 1 | -0/+1 |
* | Fix a typo. | rdivacky | 2008-10-23 | 1 | -1/+1 |
* | Fix a typo. q is already a pointer. | kib | 2008-10-22 | 1 | -1/+1 |
* | Remove doubtful structure definition with variable array members. | kib | 2008-10-22 | 1 | -67/+75 |
* | Move va_end() up | des | 2008-10-21 | 1 | -1/+1 |
* | If we don't know the file size, leave the file size unset. | kientzle | 2008-10-21 | 3 | -14/+28 |
* | Diff reduction against Varnish, including one important fix: use a shared | des | 2008-10-20 | 1 | -12/+12 |
* | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks. | des | 2008-10-20 | 2 | -13/+16 |
* | pidfile(3) uses flopen(3) - don't make any assumptions about how the | des | 2008-10-20 | 1 | -9/+8 |
* | There is no point in releasing a lock on a file which we've unlinked and | des | 2008-10-20 | 1 | -4/+0 |
* | Since in_lt() and in_lts() are not static, assume that they are intended to | des | 2008-10-20 | 2 | -2/+22 |
* | Additional style and whitespace fixes. | des | 2008-10-20 | 1 | -1/+3 |
* | Style and whitespace | des | 2008-10-20 | 1 | -17/+17 |
* | Unbreak | des | 2008-10-20 | 1 | -3/+3 |
* | Since setclasscpumask() is not static, assume that it is intended to be | des | 2008-10-20 | 2 | -5/+10 |
* | Style and whitespace. | des | 2008-10-20 | 1 | -15/+19 |
* | Parenthesize return values. | des | 2008-10-20 | 1 | -11/+11 |
* | include and whitespace cleanup. | des | 2008-10-20 | 1 | -7/+8 |
* | - License change to a less restrictive one; | delphij | 2008-10-19 | 1 | -33/+16 |
* | Further simplify the code. | delphij | 2008-10-19 | 1 | -11/+2 |
* | Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtime | kientzle | 2008-10-19 | 3 | -4/+248 |
* | Style: Mark private data 'static', correct an old comment. | kientzle | 2008-10-19 | 1 | -5/+4 |
* | Use strlcpy() in !localized case to avoid the -1's. | delphij | 2008-10-17 | 1 | -2/+1 |
* | Use strlcpy() when we mean it. | delphij | 2008-10-17 | 3 | -6/+3 |
* | Reduce code duplication: use calloc() intead of malloc() | delphij | 2008-10-17 | 1 | -4/+2 |
* | _kvm_malloc allocates memory through calloc() which | delphij | 2008-10-17 | 2 | -2/+0 |
* | MTC r183949: | netchild | 2008-10-17 | 1 | -0/+5 |
* | Let libstand(3) build on ARM. | raj | 2008-10-14 | 2 | -1/+13 |
* | - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order to | jkoshy | 2008-10-09 | 1 | -101/+287 |
* | Correct a typo. | jkoshy | 2008-10-06 | 1 | -1/+1 |
* | - Add cross-references. | jkoshy | 2008-10-04 | 1 | -3/+6 |
* | Add cross-references. | jkoshy | 2008-10-04 | 1 | -1/+5 |
* | Cross-reference new manual pages. | jkoshy | 2008-10-04 | 4 | -4/+20 |
* | - Cross-reference new manual pages. | jkoshy | 2008-10-04 | 1 | -8/+14 |
* | Add manual pages for performance measurement counters present in | jkoshy | 2008-10-04 | 5 | -0/+3171 |
* | Small cleanups to openpty(). | ed | 2008-10-03 | 1 | -23/+15 |
* | - Document event numbers associated with event names. | jkoshy | 2008-10-02 | 1 | -55/+148 |
* | - Document event numbers. | jkoshy | 2008-10-02 | 1 | -26/+49 |