summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't fail mistakenly with -r when we already have the whole file.ru2008-10-241-0/+1
* Fix a typo.rdivacky2008-10-231-1/+1
* Fix a typo. q is already a pointer.kib2008-10-221-1/+1
* Remove doubtful structure definition with variable array members.kib2008-10-221-67/+75
* Move va_end() updes2008-10-211-1/+1
* If we don't know the file size, leave the file size unset.kientzle2008-10-213-14/+28
* Diff reduction against Varnish, including one important fix: use a shareddes2008-10-201-12/+12
* Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.des2008-10-202-13/+16
* pidfile(3) uses flopen(3) - don't make any assumptions about how thedes2008-10-201-9/+8
* There is no point in releasing a lock on a file which we've unlinked anddes2008-10-201-4/+0
* Since in_lt() and in_lts() are not static, assume that they are intended todes2008-10-202-2/+22
* Additional style and whitespace fixes.des2008-10-201-1/+3
* Style and whitespacedes2008-10-201-17/+17
* Unbreakdes2008-10-201-3/+3
* Since setclasscpumask() is not static, assume that it is intended to bedes2008-10-202-5/+10
* Style and whitespace.des2008-10-201-15/+19
* Parenthesize return values.des2008-10-201-11/+11
* include and whitespace cleanup.des2008-10-201-7/+8
* - License change to a less restrictive one;delphij2008-10-191-33/+16
* Further simplify the code.delphij2008-10-191-11/+2
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimekientzle2008-10-193-4/+248
* Style: Mark private data 'static', correct an old comment.kientzle2008-10-191-5/+4
* Use strlcpy() in !localized case to avoid the -1's.delphij2008-10-171-2/+1
* Use strlcpy() when we mean it.delphij2008-10-173-6/+3
* Reduce code duplication: use calloc() intead of malloc()delphij2008-10-171-4/+2
* _kvm_malloc allocates memory through calloc() whichdelphij2008-10-172-2/+0
* MTC r183949:netchild2008-10-171-0/+5
* Let libstand(3) build on ARM.raj2008-10-142-1/+13
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order tojkoshy2008-10-091-101/+287
* Correct a typo.jkoshy2008-10-061-1/+1
* - Add cross-references.jkoshy2008-10-041-3/+6
* Add cross-references.jkoshy2008-10-041-1/+5
* Cross-reference new manual pages.jkoshy2008-10-044-4/+20
* - Cross-reference new manual pages.jkoshy2008-10-041-8/+14
* Add manual pages for performance measurement counters present injkoshy2008-10-045-0/+3171
* Small cleanups to openpty().ed2008-10-031-23/+15
* - Document event numbers associated with event names.jkoshy2008-10-021-55/+148
* - Document event numbers.jkoshy2008-10-021-26/+49
* -mdoc tweaks.jkoshy2008-10-021-35/+35
* - Document event numbers.jkoshy2008-10-021-39/+108
* Document event numbers alongside event names.jkoshy2008-10-021-39/+78
* Add unistd.h to the getosreldate(3) manpage.kib2008-09-301-1/+2
* Verify high-res birthtime support on FreeBSD.kientzle2008-09-301-0/+2
* MfP4: restore birth time data to disk + more thorough tests forkientzle2008-09-304-83/+320
* MfP4: Store/read birthtime data in pax format.kientzle2008-09-304-0/+160
* MfP4: Support for storing birthtime in archive_entry objects.kientzle2008-09-307-0/+73
* Support for CPU sets is going to appear in 7.1 before 8.0.jhb2008-09-292-2/+2
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in thenwhitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-16/+16
* Document changes in behaviour due to sparse CPU numbering support.jkoshy2008-09-225-18/+29
OpenPOWER on IntegriCloud