summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* ia64 actually uses 80-bit long doubles and must support big and littlemike2003-02-262-3/+27
* Fix typo.robert2003-02-251-1/+1
* Catch up with change to kse_release syscall.julian2003-02-251-2/+2
* Fixed copyright.ru2003-02-241-20/+32
* mdoc(7) police: Scheduled sweep.ru2003-02-244-23/+26
* Mention CLOCK_MONOTONIC.phk2003-02-231-2/+3
* mdoc(7) police: markup laundry.ru2003-02-239-35/+39
* mdoc(7) police: kill self-xref.ru2003-02-231-1/+0
* Punctuation.ru2003-02-231-1/+1
* Typo.ru2003-02-231-1/+1
* Grammar.ru2003-02-231-0/+1
* More changes from NetBSD:mikeh2003-02-231-9/+11
* Grab some changes from NetBSD:mikeh2003-02-231-5/+6
* Apple PR-2449102: getdomainname() doesn't document that it is NIS/YP specificzarzycki2003-02-221-3/+3
* Use strlcpy instead of strncpy.johan2003-02-221-2/+1
* Fix a bad free() call that would occur if some #if 0'd code was used.tjr2003-02-221-4/+6
* Mention that dlerror() is also applicable to retrieve error message afterphantom2003-02-211-0/+2
* Fix the description for mkdtemp(), which creates directories, not files.gshapiro2003-02-191-1/+1
* Update errors.trhodes2003-02-181-8/+8
* Whack 28 unused variables.nectar2003-02-188-19/+9
* Remove these from libc; they are now system calls.deischen2003-02-182-532/+0
* Call the weak symbol for sigprocmask, so that it can be overridden.mini2003-02-171-1/+1
* Back out "drop first N values" method of removing monotonically increasedache2003-02-171-7/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-1637-39/+74
* Add dlinfo(3) manual page to the rank of base system manpagesphantom2003-02-151-2/+2
* Add examples of dlinfo() usage to manual page.phantom2003-02-151-1/+48
* o Document that dlsym()'s behaviour with new special handle RTLD_SELFphantom2003-02-141-1/+16
* Follow Solaris's manual page and describe Link_map structure herephantom2003-02-141-1/+29
* Add manual page for dlinfo(3). It's still need some work and addphantom2003-02-141-0/+191
* Implement dlinfo() function.kan2003-02-131-0/+8
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-1210-90/+188
* This manual is called SIGNBIT(3) not FPCLASSIFY(3).mike2003-02-121-1/+1
* Implement C99's signbit() macro.mike2003-02-113-2/+100
* Handle %%m properly in syslog format string. Previously it would expandalfred2003-02-101-3/+13
* Implement fpclassify():mike2003-02-0817-3/+498
* The .Fn functioncharnier2003-02-0610-33/+43
* Fix use of an uninitialized pointer introduced in a previous revision.mtm2003-02-061-0/+1
* Since we drop NSHUFF values now, set default seed to what it becomesache2003-02-051-3/+3
* Prevent uppercase after .Xr by adding ``The ... utility/system call''.charnier2003-02-052-7/+9
* Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.tjr2003-02-051-1/+7
* Grammer fix.mikeh2003-02-041-1/+1
* For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}()ache2003-02-042-6/+15
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckache2003-02-032-2/+8
* For some combinations of variable sizes and RAND_MAX value rand_r()ache2003-02-021-2/+4
* Document a bug in our chroot(2) implementation: if access controlrwatson2003-01-311-0/+6
* Zap another reference to !RFPROC being unsupported that I missed before.tjr2003-01-311-2/+0
* Don't use -compact in list of available flags. Fix tag width.tjr2003-01-311-1/+1
* !RFPROC has been supported for a while now.tjr2003-01-311-2/+1
* Back out previous. Many people disagreed with removing the warning.tjr2003-01-301-0/+8
* Add getosreldate.3 to the Makefile.trhodes2003-01-301-1/+1
OpenPOWER on IntegriCloud