| Commit message (Expand) | Author | Age | Files | Lines |
* | Hm... wonder how long this has been here. | wpaul | 1997-06-20 | 1 | -3/+3 |
* | Typo. | charnier | 1997-06-18 | 1 | -2/+3 |
* | Fix infinite loop. | davidn | 1997-06-16 | 1 | -2/+2 |
* | Remember to zero sockaddr_in struct before calling uaddr_to_sockaddr() to | wpaul | 1997-06-15 | 1 | -0/+1 |
* | srandomdev: use stack junk value in the fallback code too | ache | 1997-06-15 | 1 | -2/+3 |
* | Change u_char which require special include to unsigned char | ache | 1997-06-14 | 1 | -1/+1 |
* | Add arc4random() functions from OpenBSD. They are almost same as our | ache | 1997-06-14 | 3 | -5/+261 |
* | Instead of copying fallback code over and over in each program, | ache | 1997-06-14 | 2 | -15/+17 |
* | Add "break" inadvertently removed in previous update. | davidn | 1997-06-13 | 1 | -1/+3 |
* | Add MAXHOSTNAMELEN check | ache | 1997-06-13 | 1 | -1/+3 |
* | getnetid() crashes if no /etc/netid file is present (it tries to fclose() | wpaul | 1997-06-12 | 1 | -1/+2 |
* | Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0) | phk | 1997-06-12 | 2 | -8/+27 |
* | Style optimization in newly added POSIX range []] conformance, redo | ache | 1997-06-07 | 1 | -6/+6 |
* | Add missing FNM_PERIOD check for '[' range | ache | 1997-06-06 | 1 | -4/+10 |
* | 1) Now conforms POSIX.2 2.8.3.2 requirements about []] pattern | ache | 1997-06-06 | 1 | -11/+35 |
* | Bring back nanosleep from the cold. | jb | 1997-06-04 | 3 | -3/+3 |
* | Fix mutex initialization. | jb | 1997-06-04 | 1 | -6/+4 |
* | Fix the man page's title (.Dt). | max | 1997-06-02 | 1 | -1/+1 |
* | Re-activate the nanosleep style using code, but with the signal handling | peter | 1997-06-02 | 2 | -110/+2 |
* | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 5 | -6/+46 |
* | Add xref to signanosleep(2) | peter | 1997-06-01 | 1 | -0/+1 |
* | Doc signanosleep, add to links | peter | 1997-06-01 | 2 | -4/+28 |
* | Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled with | peter | 1997-06-01 | 2 | -17/+117 |
* | Generate signanosleep(2) syscall wrapper | peter | 1997-06-01 | 1 | -2/+3 |
* | sysctlbyname allows acces to sysctl variables by name. | phk | 1997-05-30 | 2 | -2/+35 |
* | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper. | phk | 1997-05-30 | 2 | -19/+69 |
* | Fix other small things that got lost in the merge: | wpaul | 1997-05-28 | 2 | -3/+3 |
* | Restore Id. | wpaul | 1997-05-28 | 1 | -0/+1 |
* | Resolve conflicts. | wpaul | 1997-05-28 | 33 | -84/+425 |
* | This commit was generated by cvs2svn to compensate for changes in r26219, | wpaul | 1997-05-28 | 20 | -0/+4989 |
* | Resolve conflicts. | wpaul | 1997-05-28 | 9 | -11/+10 |
* | This commit was generated by cvs2svn to compensate for changes in r26216, | wpaul | 1997-05-28 | 1 | -0/+163 |
* | Fix conflicts (this one is easy: there's just the Makefile). | wpaul | 1997-05-28 | 1 | -8/+15 |
* | This commit was generated by cvs2svn to compensate for changes in r26213, | wpaul | 1997-05-28 | 8 | -0/+930 |
* | Bump minor version number. | fenner | 1997-05-27 | 1 | -4/+4 |
* | Use ${DESTDIR} correctly in front of absolute paths. | asami | 1997-05-23 | 3 | -7/+7 |
* | Hook in alias library. | brian | 1997-05-23 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r26026, | brian | 1997-05-23 | 8 | -0/+3984 |
|\ |
|
| * | Create the alias library. This is currently only used by | brian | 1997-05-23 | 8 | -0/+3984 |
* | Typo police. | tg | 1997-05-22 | 1 | -2/+2 |
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 2 | -3/+3 |
* | Now I really understand the reason for the style.9 rule about not having | peter | 1997-05-19 | 1 | -14/+14 |
* | Update the nanosleep versions to set a SIGALRM handler while sleeping. | peter | 1997-05-18 | 2 | -3/+18 |
* | MF2.2: update login_cap api docs. | davidn | 1997-05-18 | 1 | -9/+23 |
* | if nanosleep returns too early, loop. usleep() does not have a return | peter | 1997-05-17 | 1 | -2/+7 |
* | round-up non-zero nanoseconds in #ifdef'ed code. | peter | 1997-05-17 | 1 | -0/+2 |
* | Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() for | peter | 1997-05-17 | 2 | -34/+33 |
* | Temporarily restore old (itimer) sleep variant because new one | ache | 1997-05-17 | 1 | -9/+70 |
* | For non-root uids, consider root-owned files also 'secure' unless otherwise | davidn | 1997-05-15 | 2 | -4/+4 |
* | Completely remove #ifdefed out 8859-1 extension, I found it break | ache | 1997-05-14 | 1 | -39/+1 |