summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* | Use ${DESTDIR} correctly in front of absolute paths.asami1997-05-232-5/+5
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-192-3/+3
* | Update the nanosleep versions to set a SIGALRM handler while sleeping.peter1997-05-182-3/+18
* | if nanosleep returns too early, loop. usleep() does not have a returnpeter1997-05-171-2/+7
* | round-up non-zero nanoseconds in #ifdef'ed code.peter1997-05-171-0/+2
* | Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forpeter1997-05-172-34/+33
* | Temporarily restore old (itimer) sleep variant because new oneache1997-05-171-9/+70
* | Completely remove #ifdefed out 8859-1 extension, I found it breakache1997-05-141-39/+1
* | #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIache1997-05-131-1/+4
* | Add clock_* and nanosleep manpages and links.peter1997-05-121-2/+5
* | manpage for nanosleep(2)peter1997-05-121-0/+96
* | Man pages for clock_{get/set}time() and clock_getres().peter1997-05-121-0/+124
* | Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)peter1997-05-121-70/+9
* | Create the clock_settime(), clock_gettime(), clock_getres() and nanosleep()peter1997-05-121-3/+7
* | Add #include <sys/types.h> in synopsis, now required for libutil.h.davidn1997-05-111-1/+2
* | Plug even more failure memory leaksache1997-05-101-6/+32
* | Cleanupache1997-05-101-21/+26
* | Back out all of yesterdays include file changes.eivind1997-05-071-3/+0
* | Add syscalls for kernel linker.dfr1997-05-071-2/+4
* | Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-0/+3
* | Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-0327-98/+203
* | This stub has not been required by libc for a long time. Nuke it.jb1997-05-032-39/+2
* | Fix a bug that caused some false mismatches when both FNM_PATHNAMEjdp1997-04-291-1/+2
* | Typo.max1997-04-251-1/+1
* | Add vfork(2) to SEE ALSOache1997-04-251-0/+1
* | Generate .S files for syscalls. This has many advantages:bde1997-04-231-34/+9
* | FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)bde1997-04-221-1/+2
* | Clean-up my modification of popen.c for vfork. Bruce's (this) is better.dyson1997-04-201-10/+12
* | Use separate routines for memmove() and memcpy(). This lets me dropbde1997-04-201-0/+2
* | Use separate routines for memmove() and memcpy(). This lets me dropbde1997-04-202-94/+4
* | Merged with the 1996/11/12 NetBSD version:bde1997-04-201-10/+24
* | Fixed long lines.bde1997-04-192-16/+18
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-193-5/+5
* | Fix punctuation: "it's" -> "its"danny1997-04-171-2/+2
* | Fix the problem in popen that makes correct vfork semantics fail.dyson1997-04-161-6/+11
* | Second stage of moving this to in <machine/asm.h>: just includebde1997-04-151-82/+2
* | Fixed missing const. Include <unistd.h> so that the function type getsbde1997-04-141-1/+3
* | Fixed another prototype bug in synopsis.bde1997-04-141-1/+1
* | Fix typo.davidn1997-04-131-1/+1
* | Implement two new keywords and status flags for entries in /etc/ttys;davidn1997-04-132-4/+70
* | Add MLINKS for isdialuptty(3) & isnetworktty(3).davidn1997-04-131-2/+4
* | Fixed #includes in synopsis.bde1997-04-131-1/+4
* | Updated the LOCK_* #defines in the synopsis to be lexically identicalbde1997-04-131-4/+4
* | Fixed missing consts in synopsis.bde1997-04-131-2/+2
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-134-6/+6
* | Fixed wrong #include in synopsis.bde1997-04-131-1/+1
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-134-10/+21
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-1310-13/+26
* | Fixed wrong/incomplete #includes in synopsis.bde1997-04-131-1/+1
* | Fixed wrong function return type in synopsis.bde1997-04-131-1/+1
OpenPOWER on IntegriCloud