| Commit message (Expand) | Author | Age | Files | Lines |
| * | getnetid() crashes if no /etc/netid file is present (it tries to fclose() | Bill Paul | 1997-06-12 | 1 | -1/+2 |
| * | Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0) | Poul-Henning Kamp | 1997-06-12 | 2 | -8/+27 |
| * | Style optimization in newly added POSIX range []] conformance, redo | Andrey A. Chernov | 1997-06-07 | 1 | -6/+6 |
| * | Add missing FNM_PERIOD check for '[' range | Andrey A. Chernov | 1997-06-06 | 1 | -4/+10 |
| * | 1) Now conforms POSIX.2 2.8.3.2 requirements about []] pattern | Andrey A. Chernov | 1997-06-06 | 1 | -11/+35 |
| * | Bring back nanosleep from the cold. | John Birrell | 1997-06-04 | 3 | -3/+3 |
| * | Fix mutex initialization. | John Birrell | 1997-06-04 | 1 | -6/+4 |
| * | Fix the man page's title (.Dt). | Masafumi Max NAKANE | 1997-06-02 | 1 | -1/+1 |
| * | Re-activate the nanosleep style using code, but with the signal handling | Peter Wemm | 1997-06-02 | 2 | -110/+2 |
| * | Submitted by: Whistle Communications (archie Cobbs) | Julian Elischer | 1997-06-02 | 5 | -6/+46 |
| * | Add xref to signanosleep(2) | Peter Wemm | 1997-06-01 | 1 | -0/+1 |
| * | Doc signanosleep, add to links | Peter Wemm | 1997-06-01 | 2 | -4/+28 |
| * | Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with | Peter Wemm | 1997-06-01 | 2 | -17/+117 |
| * | Generate signanosleep(2) syscall wrapper | Peter Wemm | 1997-06-01 | 1 | -2/+3 |
| * | sysctlbyname allows acces to sysctl variables by name. | Poul-Henning Kamp | 1997-05-30 | 2 | -2/+35 |
| * | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper. | Poul-Henning Kamp | 1997-05-30 | 2 | -19/+69 |
| * | Fix other small things that got lost in the merge: | Bill Paul | 1997-05-28 | 2 | -3/+3 |
| * | Restore Id. | Bill Paul | 1997-05-28 | 1 | -0/+1 |
| * | Resolve conflicts. | Bill Paul | 1997-05-28 | 33 | -84/+425 |
| * | This commit was generated by cvs2svn to compensate for changes in r26219, | Bill Paul | 1997-05-28 | 20 | -0/+4989 |
| |\ |
|
| | * | Now the biggest step: import the changes to the main RPC code. | Bill Paul | 1997-05-28 | 59 | -967/+6507 |
| * | | Resolve conflicts. | Bill Paul | 1997-05-28 | 9 | -11/+10 |
| * | | This commit was generated by cvs2svn to compensate for changes in r26216, | Bill Paul | 1997-05-28 | 1 | -0/+163 |
| |\| |
|
| | * | Now update the XDR library. | Bill Paul | 1997-05-28 | 10 | -216/+641 |
| * | | Fix conflicts (this one is easy: there's just the Makefile). | Bill Paul | 1997-05-28 | 1 | -8/+15 |
| * | | This commit was generated by cvs2svn to compensate for changes in r26213, | Bill Paul | 1997-05-28 | 8 | -0/+930 |
| |\| |
|
| | * | Step three: update librpcsvc for Secure RPC. | Bill Paul | 1997-05-28 | 9 | -11/+946 |
| | * | This commit was manufactured by cvs2svn to create branch 'WPAUL'. | cvs2svn | 1996-01-12 | 51 | -0/+11533 |
| * | Bump minor version number. | Bill Fenner | 1997-05-27 | 1 | -4/+4 |
| * | Use ${DESTDIR} correctly in front of absolute paths. | Satoshi Asami | 1997-05-23 | 3 | -7/+7 |
| * | Hook in alias library. | Brian Somers | 1997-05-23 | 1 | -1/+1 |
| * | Create the alias library. This is currently only used by | Brian Somers | 1997-05-23 | 8 | -0/+3984 |
| * | Typo police. | Thomas Gellekum | 1997-05-22 | 1 | -2/+2 |
| * | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | Eivind Eklund | 1997-05-19 | 2 | -3/+3 |
| * | Now I really understand the reason for the style.9 rule about not having | Peter Wemm | 1997-05-19 | 1 | -14/+14 |
| * | Update the nanosleep versions to set a SIGALRM handler while sleeping. | Peter Wemm | 1997-05-18 | 2 | -3/+18 |
| * | MF2.2: update login_cap api docs. | David Nugent | 1997-05-18 | 1 | -9/+23 |
| * | if nanosleep returns too early, loop. usleep() does not have a return | Peter Wemm | 1997-05-17 | 1 | -2/+7 |
| * | round-up non-zero nanoseconds in #ifdef'ed code. | Peter Wemm | 1997-05-17 | 1 | -0/+2 |
| * | Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() for | Peter Wemm | 1997-05-17 | 2 | -34/+33 |
| * | Temporarily restore old (itimer) sleep variant because new one | Andrey A. Chernov | 1997-05-17 | 1 | -8/+69 |
| * | For non-root uids, consider root-owned files also 'secure' unless otherwise | David Nugent | 1997-05-15 | 2 | -4/+4 |
| * | Completely remove #ifdefed out 8859-1 extension, I found it break | Andrey A. Chernov | 1997-05-14 | 1 | -39/+1 |
| * | Fixed overallocation of _thread_fd_table. | Alexander Langer | 1997-05-13 | 3 | -3/+3 |
| * | #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCII | Andrey A. Chernov | 1997-05-13 | 1 | -1/+4 |
| * | Back out previous revision. Shlib version numbers are supposed to be | Satoshi Asami | 1997-05-13 | 1 | -1/+1 |
| * | Add clock_* and nanosleep manpages and links. | Peter Wemm | 1997-05-12 | 1 | -2/+5 |
| * | manpage for nanosleep(2) | Peter Wemm | 1997-05-12 | 1 | -0/+96 |
| * | Man pages for clock_{get/set}time() and clock_getres(). | Peter Wemm | 1997-05-12 | 1 | -0/+124 |
| * | Make uu_* const correct. | Brian Somers | 1997-05-12 | 3 | -12/+12 |