summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Further refine some #ifs:das2004-09-171-2/+2
* Fix two ugly errors:kientzle2004-09-171-2/+6
* There is no such manual page in FreeBSD.pjd2004-09-161-2/+0
* Implement cancellation points in libc interfaces, as specified by POSIX.mtm2004-09-162-0/+314
* Fix a condition where the hole would be inserted in the wrongkuriyama2004-09-131-4/+2
* We have now so many GEOM classes that it is better to just skip unknownpjd2004-09-131-12/+2
* Ignore geom_stripe providers.le2004-09-131-0/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this iskuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-104-19/+20
* Use the recently introduced RES_DFLRETRY parameter instead of a well-hiddenyar2004-09-091-1/+1
* bump .Ddalfred2004-09-091-1/+1
* Add/document autoreq_getxid(3), which gets the autofs requestalfred2004-09-093-5/+22
* Remove debug output.alfred2004-09-081-4/+4
* Fix a .Fn that should be an .Fa.alfred2004-09-081-3/+16
* sync with private code:alfred2004-09-084-4/+8
* Fix two problems with REG_ICASE that were introduced with the addition oftjr2004-09-051-13/+10
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+8
* Some old tar archives rely on "regular-file-plus-trailing-slash" tokientzle2004-09-041-12/+22
* Reset the seek pointer to 0 when a file is successfully opened,iedowse2004-09-041-0/+2
* Unbreak memmove(). Return the dst argument. While here, fix the ENDmarcel2004-09-041-7/+6
* Unbreak memcpy(). memcpy() is defined to return the dst argument.marcel2004-09-041-6/+5
* Normalize the makefile.alfred2004-09-031-8/+3
* Hook libautofs to the build.alfred2004-09-031-1/+1
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,roam2004-09-031-0/+9
* Hook autofs to the build.alfred2004-09-022-4/+7
* Septepber -> Septembertjr2004-09-011-1/+1
* Back out the previous change. glob() still does use strcmp() to ordertjr2004-09-011-4/+4
* Per Ruslan, bsd.lib.mk already has support for dynamically-generatedkientzle2004-09-011-17/+11
* Enter the autofs.alfred2004-08-314-0/+820
* Start the de-orbital burn of our previous FreeBSD version compat libsobrien2004-08-291-3/+1
* Add cross-reference to ftw(3).tjr2004-08-291-0/+1
* Remove the misleading description of the 'key' argument toroam2004-08-271-17/+1
* Cache uid-from-uname and gid-from-gname lookups during extraction.kientzle2004-08-271-17/+84
* Correct a denial-of-service vulnerability in zlib.nectar2004-08-262-0/+6
* Don't forget to va_end() the va_list we get from va_copy().des2004-08-262-0/+2
* Don't edit permissions of pre-existing directories during extract.kientzle2004-08-261-1/+1
* It is not legal to re-use a va_list variable. This causedkientzle2004-08-261-1/+4
* Add missing brackets. It was committed from wrong tree.davidxu2004-08-262-2/+2
* gcc -O2 cleanup. tested for a long time.davidxu2004-08-254-8/+8
* Make profiling actually work. The gcc compiler emits a call to themarcel2004-08-252-4/+79
* note that it is the caller's responsibility to free any buffer passedalfred2004-08-241-0/+5
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-243-193/+208
* struct tm.tm_year is listed as 'years since 1900', and is signed. Onpeter2004-08-241-0/+3
* Make sure we allocate at least enough space for the TCB for variant I TLS.dfr2004-08-231-0/+2
* Update documentation to match reality: glob() sorts its result accordingtjr2004-08-231-4/+4
* Pull debug symbols in for statically linked binary.davidxu2004-08-212-0/+8
* Back out the call to _init_tls() - something is broken there and itdfr2004-08-211-2/+0
* Re-word warning about the UTF2 encoding, taking care to use the wordtjr2004-08-211-3/+3
* Bump document date for previous.tjr2004-08-212-2/+2
* Re-word warning about the rune interface, taking care to use the wordtjr2004-08-212-12/+10
OpenPOWER on IntegriCloud