summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update file flag handling.kientzle2004-04-269-82/+506
* Rewrite split_lines() to operate safelyache2004-04-251-3/+7
* Make sure that symbols are declared in math.h iff the appropriatedas2004-04-251-65/+68
* Remove a stale comment referring to values.h, which has never beendas2004-04-251-6/+1
* Unconditionaly initialize any spin lock passed to pthread_spin_init(). Whilemtm2004-04-241-4/+0
* Make clone more aggressive about copying strings to the new entry.kientzle2004-04-231-9/+9
* Set the 'dump' flag for shardump format.kientzle2004-04-231-0/+4
* Correct spelling of == so that file flags are correctly restored.kientzle2004-04-231-1/+1
* Use the correct size to allocate, copy and clear argument type tablestjr2004-04-222-12/+18
* Enable libdisk for powerpc build.grehan2004-04-211-5/+1
* PowerPC support.grehan2004-04-216-4/+125
* Fix a bug that could result in getpw*() incorrectly returning NULL when NISjon2004-04-211-0/+1
* Unbreak world.ru2004-04-211-3/+2
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-215-44/+82
* MFdragonfly: resolver fix for timeouts on unqualified hostnamesnjl2004-04-211-5/+18
* Add mention of the fact that timeouts are silently limited to 24 hours.cperciva2004-04-201-0/+5
* Yucky bug: Don't emit 'mkdir' commands for regular files in shar archives.kientzle2004-04-201-15/+27
* In GNU tar archives, read ctime from ctime field, not atime field.kientzle2004-04-201-1/+1
* Eliminate some redundant calls to archive_entry_hardlink.kientzle2004-04-202-8/+15
* Optimize ustar header formatting.kientzle2004-04-191-89/+79
* Document POSIX stupidity: Attempts to mmap zero bytes will succeed (andcperciva2004-04-181-0/+7
* Bring describtion of a sysctl in line with the source:brueffer2004-04-161-1/+1
* Remove unnecessary .Pp macro and bump document datebrueffer2004-04-161-2/+1
* List some sysctl variables that influence accountingbrueffer2004-04-161-0/+16
* Only enable the ACL restore logic on FreeBSD versions >= 5.0.kientzle2004-04-161-0/+3
* Use a MANFILTER to patch the man pages to point to the right path.harti2004-04-141-0/+4
* Bump the shared library version number for the bsnmp v1.6 importharti2004-04-141-1/+1
* Put the name of the module first in the list of all .Nm calls withharti2004-04-141-0/+1
* Compare with 0 if comparing an integer, not with NULL.harti2004-04-141-1/+1
* Move the SNMP MIBs and tree definitions from /usr/share/bsnmp toharti2004-04-141-2/+2
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-1312-51/+99
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-128-16/+116
* Remove a nonsensical remark about byte order markers in UTF-8 streams.tjr2004-04-121-6/+1
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-1236-933/+396
* Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-113-342/+2
* Document the meaning of the zero return value.tjr2004-04-112-6/+11
* Fix a typo. I was locked out for two days from my machine.davidxu2004-04-101-1/+1
* Don't cast away const qualifiers.tjr2004-04-108-8/+8
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-091-2/+2
* Terminate execl()'s argument list with a null pointer instead of atjr2004-04-091-1/+1
* After forking and initializing the library to single-threadeddeischen2004-04-082-4/+6
* Update manual pages for change to C99 mbrtowc() semantics.tjr2004-04-0812-134/+143
* Linux still uses 32-bit off_t by default. Ask for 64-bit off_t onkientzle2004-04-071-0/+1
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-0712-89/+350
* Prepare to handle trivial state-dependent encodings. Full support fortjr2004-04-079-21/+61
* Begin conversions for sgetrune() and sputrune() in the initialtjr2004-04-071-3/+12
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-076-21/+38
* Begin in the initial shift state in mbstowcs() and wcstombs().tjr2004-04-072-2/+6
* Fix some issues with ACL handling:kientzle2004-04-065-53/+89
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-0612-71/+87
OpenPOWER on IntegriCloud