aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Must link strerror manpage to strerror_r.Wes Peters2001-11-271-0/+1
* Add strerror_r function per Posix prototype.Wes Peters2001-11-272-23/+107
* Be more explicit about the fact that realloc() might return aGiorgos Keramidas2001-11-241-0/+4
* mdoc(7) police: markup cleanup.Ruslan Ermilov2001-11-221-15/+26
* mdoc(7) police: add missing comma.Ruslan Ermilov2001-11-221-1/+1
* fix compilation (include -> #include)Max Khon2001-11-211-1/+1
* mdoc(7) police: fixed typos and minor markup nits.Ruslan Ermilov2001-11-214-17/+21
* mdoc(7) police: general cleanup.Ruslan Ermilov2001-11-211-40/+55
* Should also include namespace.hBrian Feldman2001-11-211-1/+3
* Change certain syscalls from x to _x.Brian Feldman2001-11-211-7/+7
* Introduce readpassphrase(3), a superset of getpass(3). ThisBrian Feldman2001-11-205-101/+256
* mdoc(7) police: minor markup and spelling fixes.Ruslan Ermilov2001-11-201-4/+7
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-11-201-2/+2
* mdoc(7) police: consistently use the .Ux macro.Ruslan Ermilov2001-11-201-4/+4
* mdoc(7) police: remove whitespace at EOL.Ruslan Ermilov2001-11-201-1/+1
* Actually build new files.Jake Burkholder2001-11-191-1/+2
* Need .type and .size here too.Jake Burkholder2001-11-187-4/+15
* Add more libc stuff.Jake Burkholder2001-11-1811-0/+843
* Catch up to jmpbuf changes. Define offsets used from assmebly languageJake Burkholder2001-11-182-24/+39
* Remove fork and vfork wrappers. The kernel does the right thing.Jake Burkholder2001-11-183-127/+1
* Add .type and .size pseudo-ops to system call macros so that dynamic binariesJake Burkholder2001-11-181-7/+15
* Remove a sentence from the BUGS section that claims non page-alignedIan Dowse2001-11-181-3/+1
* If 'VX' is given, realloc(foo,0) will bail, it shouldn't.Poul-Henning Kamp2001-11-171-2/+5
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.Poul-Henning Kamp2001-11-161-0/+2
* Create link from directory.3 to readdir_r.3.Dima Dorfman2001-11-161-2/+2
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingRobert Watson2001-11-161-2/+6
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-1513-12/+450
* Cross-reference the fdopen and fileno manpages.Murray Stokely2001-11-142-1/+3
* Cleanups after previous change:John Baldwin2001-11-132-18/+4
* The kernel already fixes up %eax for parents that return from fork, soJohn Baldwin2001-11-136-110/+4
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-116-7/+17
* Increment the loop counter.Dag-Erling Smørgrav2001-11-101-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.Ruslan Ermilov2001-11-092-58/+66
* The algorithm that computes the tables used in the BM search algorithm sometimesDaniel C. Sobral2001-11-091-1/+2
* Note that the manpage is incorrect about the vector argument.Peter Wemm2001-11-091-0/+3
* Fix vendor ID's.David E. O'Brien2001-11-0712-36/+60
* rcsid[]->__FBSDIDDavid E. O'Brien2001-11-0755-248/+95
* Don't ignore unknown characters. The previous code treated a line like:Bill Fenner2001-11-072-3/+5
* Add a note explaining why CLOCKS_PER_SEC isn't 1000000.David Malone2001-11-051-1/+10
* - There is no such thing as a socket structure. sockets are integers.John Baldwin2001-11-051-2/+2
* Document ENETDOWN.Dima Dorfman2001-11-051-0/+2
* malloc and calloc do not free memory.Dima Dorfman2001-11-051-2/+3
* Make strtod.c work on Alpha as well. strtod.c has got locale support,Peter Wemm2001-11-041-11/+8
* Slightly closer to netbsd_strtod.c:Peter Wemm2001-11-041-11/+12
* Implement fpsetmask() and fpgetmask().Doug Rabson2001-11-033-1/+83
* phkmalloc->evilchecks++;Poul-Henning Kamp2001-11-021-3/+13
* Add notice about early use from malloc.c forbidding malloc use fromPoul-Henning Kamp2001-11-021-0/+5
* Add a long-overdue nail to the deprecated /dev/urandom interfaceMark Murray2001-10-302-2/+2
* Make the output from assert() look more like the example in the C99Mike Barcroft2001-10-291-2/+2
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().Matthew Dillon2001-10-281-0/+40