| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | | Use ${DESTDIR} correctly in front of absolute paths. | asami | 1997-05-23 | 2 | -5/+5 |
* | | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 2 | -3/+3 |
* | | Update the nanosleep versions to set a SIGALRM handler while sleeping. | peter | 1997-05-18 | 2 | -3/+18 |
* | | 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 |
* | | Completely remove #ifdefed out 8859-1 extension, I found it break | ache | 1997-05-14 | 1 | -39/+1 |