| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting the | joerg | 1997-08-10 | 1 | -0/+16 |
* | Import strptime(3) into libc. We've got permission by Kevin Ruddy to | joerg | 1997-08-09 | 7 | -495/+646 |
* | This commit was generated by cvs2svn to compensate for changes in r28019, | joerg | 1997-08-09 | 1 | -0/+358 |
|\ |
|
| * | Clean import of strptime(3) onto a vendor branch. | joerg | 1997-08-09 | 1 | -0/+358 |
* | Observe precedence set by Phillippe Charnier in adding an | steve | 1997-08-07 | 3 | -9/+15 |
* | Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid. | steve | 1997-08-07 | 3 | -6/+9 |
* | Remove collate_range_cmp, was left for temp. backward compatibility | ache | 1997-08-03 | 1 | -10/+1 |
* | Fix a minor typo. It only affects the sparc version. | jdp | 1997-07-26 | 1 | -2/+2 |
* | Added bounds checking to the example after chasing down someone's | pds | 1997-07-26 | 1 | -1/+2 |
* | Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S and | bde | 1997-07-21 | 1 | -1/+1 |
* | Make sleep() and usleep() "eat" any stray SIGALRM signals during the | peter | 1997-07-18 | 2 | -49/+29 |
* | realpath() should break on looped symlinks. | phk | 1997-07-16 | 1 | -0/+5 |
* | kill the undead | peter | 1997-07-13 | 45 | -4578/+0 |
* | Fixed quoting of backslash. | bde | 1997-07-13 | 1 | -1/+1 |
* | Add a quick description of sysctlbyname() and link sysctl.3 to | peter | 1997-07-12 | 2 | -2/+13 |
* | Have sysctlbyname() take a const first arg (the ascii string) | peter | 1997-07-12 | 1 | -3/+5 |
* | execve of interpreter files | adam | 1997-07-08 | 1 | -2/+2 |
* | Rework previous commit.. I was confused by the number of diffs in the PR | peter | 1997-07-06 | 1 | -8/+29 |
* | Fix off-by-one error | peter | 1997-07-06 | 1 | -4/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 45 | -0/+4578 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 46 | -4/+4582 |
* | | Have another go at the malloc-sysv initialization. | phk | 1997-07-02 | 1 | -12/+11 |
* | | malloc_sysv used before initialized, reported in PR4002 by | phk | 1997-07-01 | 4 | -40/+88 |
* | | Add 64 bit int support to scanf() | jkh | 1997-07-01 | 2 | -14/+32 |
* | | _err() -> err(). | jkh | 1997-06-29 | 1 | -3/+3 |
* | | replace the OpenBSD fd_set sizing code with something more efficient. | peter | 1997-06-28 | 1 | -9/+16 |
* | | Dynamically size fd_set in select rather than fail if too many files | peter | 1997-06-27 | 1 | -8/+9 |
* | | compensate for res_send <-> __res_send changes | peter | 1997-06-27 | 1 | -2/+4 |
* | | Merge in bind-4.9.6 resolver changes. Note that they resolve the | peter | 1997-06-27 | 10 | -69/+97 |
* | | Add stringlist functions from NetBSD. (required for the new ftp(1) | msmith | 1997-06-25 | 3 | -5/+246 |
* | | Add tickadj to struct clockinfo, like NetBSD and OpenBSD. | jhay | 1997-06-24 | 1 | -1/+1 |
* | | Show the real revision date and not the date that this | steve | 1997-06-23 | 23 | -24/+24 |
* | | Integrate calloc with the rest of the gang. | phk | 1997-06-22 | 5 | -478/+390 |
* | | Hm... wonder how long this has been here. | wpaul | 1997-06-20 | 1 | -3/+3 |
* | | Typo. | charnier | 1997-06-18 | 1 | -2/+3 |
* | | 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 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 |
* | | Fix mutex initialization. | jb | 1997-06-04 | 1 | -6/+4 |
* | | 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 | 4 | -5/+37 |
* | | Add xref to signanosleep(2) | peter | 1997-06-01 | 1 | -0/+1 |