summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Back out previous revision. Shlib version numbers are supposed to beasami1997-05-131-1/+1
* 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
* Make uu_* const correct.brian1997-05-123-12/+12
* Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)peter1997-05-121-70/+9
* Add const in the thread version of nanosleep()'s argspeter1997-05-123-3/+6
* remove prototype for nanosleep(), it's visible in unistd.h now.peter1997-05-123-3/+0
* 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-115-5/+10
* Bump shared lib version to 2.3.davidn1997-05-111-1/+1
* MF2.2: bugfix in arrayize().davidn1997-05-111-2/+2
* Summary of login.conf support changes:davidn1997-05-1010-1034/+1700
* Move login_cap.h from src/include for easier maintenance withdavidn1997-05-102-0/+143
* 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
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.jdp1997-05-063-9/+3
* Make this C++ safe.jkh1997-05-051-1/+5
* Nuke makefiles that duplicate those in libc now that libc is libc_rjb1997-05-0326-320/+0
* Use libc makefiles from now on instead of duplicating them in libc_r.jb1997-05-039-450/+27
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-0327-98/+203
* Change default build to include libc_r, but allow disadvantaged soulsjb1997-05-031-1/+1
* This stub has not been required by libc for a long time. Nuke it.jb1997-05-032-39/+2
* Fixed wrong mnemonic `setnel' that gas happened to generate correct objectbde1997-04-301-2/+2
* Use our copy of dlfcn.h, not the version in /usr/include, which may notmsmith1997-04-301-2/+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
* Add a -I switch to CFLAGS to use the f2c.h header file in the usr.bin/f2cjmz1997-04-241-1/+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-196-10/+11
* Fix punctuation: "it's" -> "its"danny1997-04-172-4/+4
* 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
* Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be usedbde1997-04-151-4/+5
* 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 missing const in synopsis.bde1997-04-132-3/+3
OpenPOWER on IntegriCloud