summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Document the getlogin_r function.wes1999-11-281-2/+22
* Provide the getlogin_r function.wes1999-11-281-0/+18
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+44
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-249-21/+48
* Allow empty UIDs if we are processing NIS records. I am not entirelyeivind1999-11-221-2/+4
* Make __sfp() even more thread-safe.dt1999-11-211-1/+1
* Add (FILE *) locking.dt1999-11-201-0/+9
* Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().dt1999-11-201-0/+11
* Fix HISTORY - the copyright header on the file of the GCC version wasobrien1999-11-201-4/+4
* Add to the HISTORY.obrien1999-11-191-1/+9
* For the TCP transport, put the listening socket in non-blockingjdp1999-11-181-0/+18
* Make setproctitle(NULL) restore all of the original argumentsbrian1999-11-172-30/+45
* Fix a bug in the hack that protects against FTP bounce attacks.jdp1999-11-171-3/+2
* Introduce commandline caching in the kernel.phk1999-11-161-0/+9
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add asheldonh1999-11-152-4/+15
* fts_pathlen and fts_namelen are u_short, not shortkris1999-11-151-2/+2
* Typokris1999-11-151-1/+1
* Properly document what ENOENT really means for kldfind(2).chris1999-11-141-3/+1
* Go to a bit more trouble to make it absolutely clear that malloc(3)peter1999-11-121-2/+9
* Decremement by 1 the value taken for %j before assigning it to tm_yday,sheldonh1999-11-101-6/+50
* Fix dead loop if locale contains / and not all categories specifiedache1999-11-091-1/+3
* Remove useless section.phantom1999-11-091-2/+0
* Flag empty UID entries as errors (to stop typos from turning intoeivind1999-11-061-1/+6
* Add unsigned char cast to isalphaache1999-11-042-2/+2
* Add unsigned char cast to isdigitache1999-11-041-1/+1
* Add unsigned char cast to is[x]digitache1999-11-042-5/+5
* Add unsigned char cast to isdigitache1999-11-042-2/+2
* Add unsigned char cast to isupperache1999-11-041-1/+1
* unsigned char cast to ctype macrosache1999-11-041-1/+3
* Add unsigned char cast to ctype macros argache1999-11-045-37/+39
* Add unsigned char cast to isspace argache1999-11-044-7/+15
* Fix a really lame buglet which broke with IPs of 34green1999-11-031-1/+1
* It is no longer necessary to prepend underscores to external symbols underjoerg1999-11-021-24/+8
* Document that bind(2) can fail with EAGAIN.nik1999-11-011-0/+3
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesgreen1999-10-311-3/+6
* This is the new inet_addr/inet_aton with proper error checking. Thisgreen1999-10-311-65/+69
* mdoc(7)'fyphantom1999-10-303-9/+21
* Add HISTORY.obrien1999-10-291-0/+8
* "S" comes before "U"...obrien1999-10-251-2/+2
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)ache1999-10-243-6/+6
* YP/NIS code: remove unnecessary endgrent() calls which can cause fail onache1999-10-161-5/+3
* Fix longstanding bug "unused stayopen" introduced in rev1.11ache1999-10-161-2/+6
* Remove osig* from NOASM. It bogus now.marcel1999-10-142-4/+2
* In longjmp, call sigreturn instead of osigreturn. The latter isn'tjdp1999-10-141-1/+1
* Not needed now the syscall matches the prototype.marcel1999-10-123-117/+0
* \begin{quote}marcel1999-10-102-2/+2
* Remove syscall wrappers.marcel1999-10-095-192/+4
* Remove old sig* wrappers.dfr1999-10-091-2/+1
* Correct the description of the timeout argument. I've examinedwes1999-10-091-0/+10
* Fix sigvec(). When the sigset_t changes came in, it was alteredjdp1999-10-091-6/+17
OpenPOWER on IntegriCloud