aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Clarify the bit about realloc() and its `ptr' argument a bit.Giorgos Keramidas2002-06-061-2/+3
* Correct FreeBSD release of first appearance in the HISTORY sectionSheldon Hearn2002-06-061-1/+1
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesJake Burkholder2002-06-041-0/+14
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-0213-13/+13
* Correct a bunch of typos. Translators can ignore this commit.Jens Schweikhardt2002-06-021-8/+8
* Add mdoc bits for the new waitpid() WCONTINUED option, andMike Barcroft2002-06-011-0/+12
* Grammar nit: treat "contents" as plural.Archie Cobbs2002-05-311-1/+1
* Grammar fix: "contents" is plural.Archie Cobbs2002-05-311-2/+2
* Const poison.Poul-Henning Kamp2002-05-301-3/+5
* mdoc(7) police: kill hard sentence break.Ruslan Ermilov2002-05-301-4/+4
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-301-43/+53
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-1/+1
* Since POSIX gives us plenary authority to define _t types, changeGarrett Wollman2002-05-292-3/+3
* Add link dlopen(3) -> dlfunc(3).Garrett Wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.Garrett Wollman2002-05-293-6/+61
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-10/+17
* mdoc(7) police: bump document date on behalf of previous delta.Ruslan Ermilov2002-05-291-1/+1
* mdoc(7) police: sort xrefs.Ruslan Ermilov2002-05-291-2/+2
* mdoc(7) police: nit.Ruslan Ermilov2002-05-291-1/+1
* mdoc(7) police: fix markup for types.Ruslan Ermilov2002-05-291-4/+4
* Remove use of __P() (actually P()) from code now that it's no longerAlfred Perlstein2002-05-282-42/+42
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-2830-343/+4
* Add uuidgen(2) and uuidgen(1).Marcel Moolenaar2002-05-282-1/+84
* Correct a check for NUL.Robert Drehmel2002-05-271-1/+1
* - Move the loop conditional into the "for" header.Robert Drehmel2002-05-271-19/+17
* Remove spurious period.Dima Dorfman2002-05-271-1/+1
* Remove extra word.Dima Dorfman2002-05-261-1/+1
* These files are no longer used.Jake Burkholder2002-05-2411-196/+0
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-237-33/+18
* Avoid wandering over the beginning of the actual bufferRobert Drehmel2002-05-231-1/+1
* Let this code know about PowerPC.Benno Rice2002-05-211-1/+1
* Update the EINVAL description again - it turns out that EINVALPeter Pentchev2002-05-171-3/+4
* _C_LABEL -> CNAMEBenno Rice2002-05-171-14/+14
* Flesh this out, based on the NetBSD version.Benno Rice2002-05-171-10/+41
* Grow RSYSCALL.David E. O'Brien2002-05-151-0/+4
* Our default syscall.S is identical to what was explicitly being done forDavid E. O'Brien2002-05-154-67/+2
* Blah, fix stupid syntax error.David E. O'Brien2002-05-151-1/+1
* host-network order conversion routines.David E. O'Brien2002-05-155-0/+158
* PowerPC does not have profile support yet.David E. O'Brien2002-05-151-0/+2
* Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,David E. O'Brien2002-05-151-0/+43
* Clarify that the value of getc() etc. is an unsigned char convertedTony Finch2002-05-151-0/+4
* Document Q_GETQUOTA returning EINVAL when quotas are not enabledPeter Pentchev2002-05-141-0/+4
* Use the right byte order for unaligned stores. <blush>.Jake Burkholder2002-05-131-1/+1
* Handle alignment fault fixups in libc rather than in the kernel.Jake Burkholder2002-05-135-2/+120
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-3/+1
* s/demon/daemon/Dima Dorfman2002-05-121-1/+1
* Document that <netinet/in.h> can also provide prototypes. ChangeMike Barcroft2002-05-111-2/+6
* Add a support macro to convert the 5-bit packed register field ofJake Burkholder2002-05-113-66/+90
* Avoid casting a different sized integer to a pointer on LP64 systems.Peter Wemm2002-05-101-1/+1
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-1/+1