aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* BDE'ifyMax Khon2003-03-291-79/+89
* fix truncation check and buffer overflow checkMax Khon2003-03-291-11/+11
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerDaniel Eischen2003-03-291-1/+2
* Don't dereference flags if NULL (see http.c rev 1.87)Dag-Erling Smørgrav2003-03-291-1/+1
* Fill in the rest of the fields in the resulting struct tmMike Makonnen2003-03-291-2/+3
* - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well)Max Khon2003-03-281-17/+17
* Close the disk file descriptor that is RO before trying to open theJuli Mallett2003-03-281-4/+1
* Make realpath() thread-safe. New implementation does not use chdir(2) at all.Max Khon2003-03-272-111/+128
* Run a revision on the OAM api.Poul-Henning Kamp2003-03-272-93/+136
* - Define a _spinunlock() function so that threading implementations may doJeff Roberson2003-03-265-1/+31
* Back off WARNS until I've had a chance to deal with the problems onMatthew N. Dodd2003-03-251-1/+1
* Fix warnings.Matthew N. Dodd2003-03-256-18/+24
* The .Fn functionPhilippe Charnier2003-03-244-7/+11
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-2436-89/+166
* The .Fn functionPhilippe Charnier2003-03-2417-48/+84
* The .Nm libraryPhilippe Charnier2003-03-241-2/+3
* The .Fn functionPhilippe Charnier2003-03-245-13/+23
* The .Fn functionPhilippe Charnier2003-03-241-5/+10
* Add marshalling functions for OAM api.Poul-Henning Kamp2003-03-233-1/+262
* According to C99 decimal_point can't be emptyAndrey A. Chernov2003-03-201-4/+1
* According to C99 decimal_point can't be the empty string, mention it.Andrey A. Chernov2003-03-201-1/+2
* decimal_point can't be "" according to C99, so set it to standard "."Andrey A. Chernov2003-03-201-1/+6
* The flags passed in to _ftp_get_proxy may be nullMike Makonnen2003-03-191-1/+1
* - Revamp the function _nis_initshells() to make getusershell() backedRobert Drehmel2003-03-191-35/+30
* typoPoul-Henning Kamp2003-03-191-1/+1
* Further unbreak devstat: sort the index array in correct order too.Poul-Henning Kamp2003-03-191-10/+10
* If realloc(3) fails in copyline(), do not make matters worse byRobert Drehmel2003-03-191-6/+11
* ARGH!Poul-Henning Kamp2003-03-181-3/+3
* Commit ken@' changes to this file: Bump version and append new entriesPoul-Henning Kamp2003-03-181-9/+9
* Update to match reality closer.Poul-Henning Kamp2003-03-181-274/+42
* Add more devstat calculations, mostly filling in holes, but also addingPoul-Henning Kamp2003-03-182-27/+130
* Use devstat instead of GEOM private statistics structure.Poul-Henning Kamp2003-03-182-8/+7
* Constify arg to geom_lookupid().Poul-Henning Kamp2003-03-172-3/+3
* Ignore GBDE devices.Poul-Henning Kamp2003-03-171-0/+2
* Make pw_edit() use /bin/sh to interpret the EDITOR environmentDavid Schultz2003-03-171-2/+12
* And I managed to make a regression here too.Poul-Henning Kamp2003-03-151-5/+5
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-153-123/+48
* The gdtoa import apparently hasn't caused anything or anyone toDavid Schultz2003-03-151-2429/+0
* Backout last commit.David Xu2003-03-152-2/+2
* MFp4: Pentium/Athlon-optimised implementation of wcslen().Tim J. Robbins2003-03-142-1/+69
* Merge vfprintf.c revision 1.52.Tim J. Robbins2003-03-141-2/+2
* Kludge around a bug that results from printf() assuming thatDavid Schultz2003-03-141-1/+1
* Unexpand RCS tag.Tim J. Robbins2003-03-141-1/+1
* In src/lib/libz/gzio.c the function gzprintf does not check if theJean-Marc Zucconi2003-03-141-7/+6
* Fix a bug in rwlock. When a rwlock was locked by reader threads, aDavid Xu2003-03-142-2/+2
* Catch up to p_tracep -> p_tracevp rename to unbreak world.John Baldwin2003-03-131-1/+1
* Clean up the way gdtoa sources are found.David E. O'Brien2003-03-132-8/+7
* Document return type of wordfree() (void). Reduce the space betweenTim J. Robbins2003-03-131-3/+4
* MFp4: Implementations of the wcstof() and wcstold() functions.Tim J. Robbins2003-03-134-10/+195
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'sTim J. Robbins2003-03-131-11/+10