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