summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix style and wording bugs introduced in my last commit.chris2002-06-181-11/+9
* Remove unneeded include of machine/emul.h.jake2002-06-181-1/+0
* Actually document pselect(3) so that Bruce can mention it in the releasewollman2002-06-172-1/+123
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-171-1/+1
* Add pselect(3) to the build. Need to figure out the most appropriatewollman2002-06-151-1/+1
* o Move more information from BUGS into SECURITY CONSIDERATIONS andchris2002-06-151-50/+56
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-1329-2995/+0
* Include information on the dangers of passing a user-supplied string aschris2002-06-131-0/+21
* Clarify the bit about realloc() and its `ptr' argument a bit.keramida2002-06-061-2/+3
* Correct FreeBSD release of first appearance in the HISTORY sectionsheldonh2002-06-061-1/+1
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesjake2002-06-041-0/+14
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0213-13/+13
* Correct a bunch of typos. Translators can ignore this commit.schweikh2002-06-021-8/+8
* Add mdoc bits for the new waitpid() WCONTINUED option, andmike2002-06-011-0/+12
* Grammar nit: treat "contents" as plural.archie2002-05-311-1/+1
* Grammar fix: "contents" is plural.archie2002-05-311-2/+2
* Const poison.phk2002-05-301-3/+5
* mdoc(7) police: kill hard sentence break.ru2002-05-301-4/+4
* mdoc(7) police: markup nits.ru2002-05-301-43/+53
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
* Since POSIX gives us plenary authority to define _t types, changewollman2002-05-292-3/+3
* Add link dlopen(3) -> dlfunc(3).wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-293-6/+61
* mdoc(7) police: markup nits.ru2002-05-291-10/+17
* mdoc(7) police: bump document date on behalf of previous delta.ru2002-05-291-1/+1
* mdoc(7) police: sort xrefs.ru2002-05-291-2/+2
* mdoc(7) police: nit.ru2002-05-291-1/+1
* mdoc(7) police: fix markup for types.ru2002-05-291-4/+4
* Remove use of __P() (actually P()) from code now that it's no longeralfred2002-05-282-42/+42
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2830-343/+4
* Add uuidgen(2) and uuidgen(1).marcel2002-05-282-1/+84
* Correct a check for NUL.robert2002-05-271-1/+1
* - Move the loop conditional into the "for" header.robert2002-05-271-19/+17
* Remove spurious period.dd2002-05-271-1/+1
* Remove extra word.dd2002-05-261-1/+1
* These files are no longer used.jake2002-05-2411-196/+0
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-237-33/+18
* Avoid wandering over the beginning of the actual bufferrobert2002-05-231-1/+1
* Let this code know about PowerPC.benno2002-05-211-1/+1
* Update the EINVAL description again - it turns out that EINVALroam2002-05-171-3/+4
* _C_LABEL -> CNAMEbenno2002-05-171-14/+14
* Flesh this out, based on the NetBSD version.benno2002-05-171-10/+41
* Grow RSYSCALL.obrien2002-05-151-0/+4
* Our default syscall.S is identical to what was explicitly being done forobrien2002-05-154-67/+2
* Blah, fix stupid syntax error.obrien2002-05-151-1/+1
* host-network order conversion routines.obrien2002-05-155-0/+158
* PowerPC does not have profile support yet.obrien2002-05-151-0/+2
* Beginnings of syscall bits for PowerPC. These are no doubtedly wrong,obrien2002-05-151-0/+43
* Clarify that the value of getc() etc. is an unsigned char convertedfanf2002-05-151-0/+4
* Document Q_GETQUOTA returning EINVAL when quotas are not enabledroam2002-05-141-0/+4
OpenPOWER on IntegriCloud