| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill this file really dead. The default branch was cleared, even | jdp | 1997-07-15 | 1 | -52/+0 |
* | Fix vi-mode searching broken with the NetBSD changes update. | msmith | 1997-07-14 | 1 | -4/+2 |
* | Fixed minor bugs related to the addition of gammaf. | bde | 1997-07-13 | 1 | -3/+3 |
* | kill the undead | peter | 1997-07-13 | 216 | -43716/+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 |
* | Kill histedit.h again. Importing Lite2 brought it back for some reason | bde | 1997-07-03 | 1 | -172/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 220 | -7/+43945 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 268 | -358/+44454 |
* | | 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 |
* | | ctype: portability, sign extension and cleanup fixes | ache | 1997-06-27 | 5 | -17/+16 |
* | | Move editrc.5 from MAN3 to MAN5 | ache | 1997-06-27 | 1 | -1/+2 |
* | | 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 |
* | | Fill in parent process id when reading process information from a | tegge | 1997-06-25 | 1 | -0/+12 |
* | | Pull histedit.h out, it lives in /usr/src/include, not here. | msmith | 1997-06-25 | 1 | -5/+0 |
* | | Add extra test functionality. | msmith | 1997-06-25 | 1 | -21/+49 |
* | | Update libedit with changes from NetBSD. Includes history load/save, | msmith | 1997-06-25 | 17 | -112/+1053 |
* | | 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 |
* | | 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 |