summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a manual page for getosreldate.c.trhodes2003-01-301-0/+65
* Catch some cases where asking for ridiculously large allocations couldphk2003-01-301-0/+4
* Remove runtime warning about gets().tjr2003-01-301-8/+0
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()tjr2003-01-301-5/+9
* Fix signed/unsigned comparison warnings.mbr2003-01-271-3/+3
* Fix signed/unsigned comparison warnings. Fix spelling error inmbr2003-01-271-4/+5
* Make this work in the !INET6 case -- if we mismatch the AF, don't return ambr2003-01-271-9/+10
* Check pmap_flag before sendto.mbr2003-01-271-1/+2
* Make sure we don't look before the beginning of the string.mbr2003-01-271-2/+2
* Add missing __rpc_fixup_addr. This is needed to makembr2003-01-271-0/+3
* Free the correct buffer in error handling.mbr2003-01-271-1/+3
* Reset the record lenght and received bytes once a recordmbr2003-01-271-0/+9
* Fix namespace pollution introduced in previous commit.mbr2003-01-262-5/+5
* Add const qualifier to data argument for msgsnd.alfred2003-01-261-1/+1
* Remove part of my stateful locale patch that slipped into the previous rev.tjr2003-01-261-3/+0
* Initial implementation of the C99 feature whereby calling freopen() withtjr2003-01-262-2/+94
* Bring shm functions closer the the opengroup standards.alfred2003-01-252-3/+3
* Bring semop() closer the the opengroup standards.alfred2003-01-251-1/+1
* Add an MLINK malloc.conf(5) -> malloc(3).mike2003-01-241-1/+2
* For "sensitive" processes, we always set the 'A' flag which causes abort()phk2003-01-231-0/+7
* Remove EOL whitespaces.maxim2003-01-201-2/+2
* o Fix a typo.maxim2003-01-201-2/+3
* Sync with NetBSD -- sl_add() now returns an int.obrien2003-01-192-9/+23
* Use __FBSDID.obrien2003-01-1928-42/+66
* We don't need our own personal definition of __CONCAT.obrien2003-01-181-4/+1
* Document that listen() can return EINVAL now.tmm2003-01-171-0/+2
* Do a better job of documenting mincore(2), esp. the MINCORE_* flags.tjr2003-01-171-14/+46
* Fix memleak.mbr2003-01-161-2/+8
* Implement non-blocking tcp-connections.mbr2003-01-165-62/+437
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.johan2003-01-152-9/+9
OpenPOWER on IntegriCloud