aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix threaded applications on ia64 that are linked dynamicly. We didMarcel Moolenaar2003-03-051-3/+5
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforeMarcel Moolenaar2003-03-051-2/+2
* Restore vendor ID.David E. O'Brien2003-03-031-2/+2
* Use __FBSDID.David E. O'Brien2003-03-0335-44/+85
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-2714-5/+33
* ia64 actually uses 80-bit long doubles and must support big and littleMike Barcroft2003-02-262-3/+27
* Fix typo.Robert Drehmel2003-02-251-1/+1
* Catch up with change to kse_release syscall.Julian Elischer2003-02-251-2/+2
* Fixed copyright.Ruslan Ermilov2003-02-241-20/+32
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-244-23/+26
* Mention CLOCK_MONOTONIC.Poul-Henning Kamp2003-02-231-2/+3
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-239-35/+39
* mdoc(7) police: kill self-xref.Ruslan Ermilov2003-02-231-1/+0
* Punctuation.Ruslan Ermilov2003-02-231-1/+1
* Typo.Ruslan Ermilov2003-02-231-1/+1
* Grammar.Ruslan Ermilov2003-02-231-0/+1
* More changes from NetBSD:Mike Heffner2003-02-231-9/+11
* Grab some changes from NetBSD:Mike Heffner2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificDave Zarzycki2003-02-221-3/+3
* Use strlcpy instead of strncpy.Johan Karlsson2003-02-221-2/+1
* Fix a bad free() call that would occur if some #if 0'd code was used.Tim J. Robbins2003-02-221-4/+6
* Mention that dlerror() is also applicable to retrieve error message afterAlexey Zelkin2003-02-211-0/+2
* Fix the description for mkdtemp(), which creates directories, not files.Gregory Neil Shapiro2003-02-191-1/+1
* Update errors.Tom Rhodes2003-02-181-8/+8
* Whack 28 unused variables.Jacques Vidrine2003-02-188-19/+9
* Remove these from libc; they are now system calls.Daniel Eischen2003-02-182-532/+0
* Call the weak symbol for sigprocmask, so that it can be overridden.Jonathan Mini2003-02-171-1/+1
* Back out "drop first N values" method of removing monotonically increasedAndrey A. Chernov2003-02-171-7/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-1637-39/+74
* Add dlinfo(3) manual page to the rank of base system manpagesAlexey Zelkin2003-02-151-2/+2
* Add examples of dlinfo() usage to manual page.Alexey Zelkin2003-02-151-1/+48
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFAlexey Zelkin2003-02-141-1/+16
* Follow Solaris's manual page and describe Link_map structure hereAlexey Zelkin2003-02-141-1/+29
* Add manual page for dlinfo(3). It's still need some work and addAlexey Zelkin2003-02-141-0/+191
* Implement dlinfo() function.Alexander Kabaev2003-02-131-0/+8
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-1210-90/+188
* This manual is called SIGNBIT(3) not FPCLASSIFY(3).Mike Barcroft2003-02-121-1/+1
* Implement C99's signbit() macro.Mike Barcroft2003-02-113-2/+100
* Handle %%m properly in syslog format string. Previously it would expandAlfred Perlstein2003-02-101-3/+13
* Implement fpclassify():Mike Barcroft2003-02-0817-3/+498
* The .Fn functionPhilippe Charnier2003-02-0610-33/+43
* Fix use of an uninitialized pointer introduced in a previous revision.Mike Makonnen2003-02-061-0/+1
* Since we drop NSHUFF values now, set default seed to what it becomesAndrey A. Chernov2003-02-051-3/+3
* Prevent uppercase after .Xr by adding ``The ... utility/system call''.Philippe Charnier2003-02-052-7/+9
* Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.Tim J. Robbins2003-02-051-1/+7
* Grammer fix.Mike Heffner2003-02-041-1/+1
* For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}()Andrey A. Chernov2003-02-042-6/+15
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckAndrey A. Chernov2003-02-032-2/+8
* For some combinations of variable sizes and RAND_MAX value rand_r()Andrey A. Chernov2003-02-021-2/+4
* Document a bug in our chroot(2) implementation: if access controlRobert Watson2003-01-311-0/+6