| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |