aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* After the long explanaition of how the inet_* functions interpretCrist J. Clark2001-11-291-0/+8
* Do not write warning messages on stderr - a caller is expected to checkAnton Berezin2001-11-282-10/+8
* Don't ever assume that isdigit() is always subset of isxdigit()Andrey A. Chernov2001-11-287-7/+7
* Fix typoAndrey A. Chernov2001-11-281-1/+1
* Use stricter tests to disallow national digits > 9Andrey A. Chernov2001-11-281-14/+14
* Allow national (non-ASCII) digitsAndrey A. Chernov2001-11-281-55/+53
* Allow national (non-ASCII) digitsAndrey A. Chernov2001-11-281-23/+23
* Implement strtoimax() and strtoumax()Bill Fenner2001-11-285-42/+337
* Also mention "long long" in synopsis.Bill Fenner2001-11-281-1/+1
* Return a more meaningful errno when the length of the interpreterJohn W. De Boskey2001-11-281-0/+3
* Base 36 is allowed.Bill Fenner2001-11-284-4/+4
* Put back base > 35 check. If someone dislike it, plese discuss it withAndrey A. Chernov2001-11-284-4/+4
* Add atoll(3) to conform POSIX and C99Andrey A. Chernov2001-11-283-2/+69
* Understand national (non-ASCII) digits nowAndrey A. Chernov2001-11-286-56/+42
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatJohn Baldwin2001-11-2713-21/+21
* 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