aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the man page's title (.Dt).Masafumi Max NAKANE1997-06-021-1/+1
* Re-activate the nanosleep style using code, but with the signal handlingPeter Wemm1997-06-022-110/+2
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-025-6/+46
* Add xref to signanosleep(2)Peter Wemm1997-06-011-0/+1
* Doc signanosleep, add to linksPeter Wemm1997-06-012-4/+28
* Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withPeter Wemm1997-06-012-17/+117
* Generate signanosleep(2) syscall wrapperPeter Wemm1997-06-011-2/+3
* sysctlbyname allows acces to sysctl variables by name.Poul-Henning Kamp1997-05-302-2/+35
* Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.Poul-Henning Kamp1997-05-302-19/+69
* Fix other small things that got lost in the merge:Bill Paul1997-05-282-3/+3
* Restore Id.Bill Paul1997-05-281-0/+1
* Resolve conflicts.Bill Paul1997-05-2833-84/+425
* This commit was generated by cvs2svn to compensate for changes in r26219,Bill Paul1997-05-2820-0/+4989
|\
| * Now the biggest step: import the changes to the main RPC code.Bill Paul1997-05-2859-968/+6508
* | Resolve conflicts.Bill Paul1997-05-289-11/+10
* | This commit was generated by cvs2svn to compensate for changes in r26216,Bill Paul1997-05-281-0/+163
|\|
| * Now update the XDR library.Bill Paul1997-05-2810-216/+641
* | Fix conflicts (this one is easy: there's just the Makefile).Bill Paul1997-05-281-8/+15
* | This commit was generated by cvs2svn to compensate for changes in r26213,Bill Paul1997-05-288-0/+930
|\|
| * Step three: update librpcsvc for Secure RPC.Bill Paul1997-05-289-11/+946
| * This commit was manufactured by cvs2svn to create branch 'WPAUL'.cvs2svn1996-01-1251-0/+11533
* Bump minor version number.Bill Fenner1997-05-271-4/+4
* Use ${DESTDIR} correctly in front of absolute paths.Satoshi Asami1997-05-233-7/+7
* Hook in alias library.Brian Somers1997-05-231-1/+1
* Create the alias library. This is currently only used byBrian Somers1997-05-238-0/+3984
* Typo police.Thomas Gellekum1997-05-221-2/+2
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.Eivind Eklund1997-05-192-3/+3
* Now I really understand the reason for the style.9 rule about not havingPeter Wemm1997-05-191-14/+14
* Update the nanosleep versions to set a SIGALRM handler while sleeping.Peter Wemm1997-05-182-3/+18
* MF2.2: update login_cap api docs.David Nugent1997-05-181-9/+23
* if nanosleep returns too early, loop. usleep() does not have a returnPeter Wemm1997-05-171-2/+7
* round-up non-zero nanoseconds in #ifdef'ed code.Peter Wemm1997-05-171-0/+2
* Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forPeter Wemm1997-05-172-34/+33
* Temporarily restore old (itimer) sleep variant because new oneAndrey A. Chernov1997-05-171-9/+70
* For non-root uids, consider root-owned files also 'secure' unless otherwiseDavid Nugent1997-05-152-4/+4
* Completely remove #ifdefed out 8859-1 extension, I found it breakAndrey A. Chernov1997-05-141-39/+1
* Fixed overallocation of _thread_fd_table.Alexander Langer1997-05-133-3/+3
* #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIAndrey A. Chernov1997-05-131-1/+4
* Back out previous revision. Shlib version numbers are supposed to beSatoshi Asami1997-05-131-1/+1
* Add clock_* and nanosleep manpages and links.Peter Wemm1997-05-121-2/+5
* manpage for nanosleep(2)Peter Wemm1997-05-121-0/+96
* Man pages for clock_{get/set}time() and clock_getres().Peter Wemm1997-05-121-0/+124
* Make uu_* const correct.Brian Somers1997-05-123-12/+12
* Use nanosleep() in all cases, not just in the reentrant libc (_THREAD_SAFE)Peter Wemm1997-05-121-70/+9
* Add const in the thread version of nanosleep()'s argsPeter Wemm1997-05-123-3/+6
* remove prototype for nanosleep(), it's visible in unistd.h now.Peter Wemm1997-05-123-3/+0
* Create the clock_settime(), clock_gettime(), clock_getres() and nanosleep()Peter Wemm1997-05-121-3/+7
* Add #include <sys/types.h> in synopsis, now required for libutil.h.David Nugent1997-05-115-5/+10
* Bump shared lib version to 2.3.David Nugent1997-05-111-1/+1
* MF2.2: bugfix in arrayize().David Nugent1997-05-111-2/+2