summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump minor version number.fenner1997-05-271-4/+4
* Use ${DESTDIR} correctly in front of absolute paths.asami1997-05-233-7/+7
* Hook in alias library.brian1997-05-231-1/+1
* This commit was generated by cvs2svn to compensate for changes in r26026,brian1997-05-238-0/+3984
|\
| * Create the alias library. This is currently only used bybrian1997-05-238-0/+3984
* Typo police.tg1997-05-221-2/+2
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-192-3/+3
* Now I really understand the reason for the style.9 rule about not havingpeter1997-05-191-14/+14
* Update the nanosleep versions to set a SIGALRM handler while sleeping.peter1997-05-182-3/+18
* MF2.2: update login_cap api docs.davidn1997-05-181-9/+23
* 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
* For non-root uids, consider root-owned files also 'secure' unless otherwisedavidn1997-05-152-4/+4
* Completely remove #ifdefed out 8859-1 extension, I found it breakache1997-05-141-39/+1
* Fixed overallocation of _thread_fd_table.alex1997-05-133-3/+3
* #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIache1997-05-131-1/+4
* 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
OpenPOWER on IntegriCloud