| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from Lite2: | peter | 1997-03-11 | 9 | -92/+312 |
* | Merge from Lite2: man page updates | peter | 1997-03-11 | 6 | -18/+40 |
* | Merge from Lite2 (YAMFL2? :-) | peter | 1997-03-11 | 1 | -17/+29 |
* | Merge from Lite2 (+realpath.3) | peter | 1997-03-11 | 1 | -3/+4 |
* | Merge from Lite2 (whiteout/unionfs) | peter | 1997-03-11 | 1 | -2/+4 |
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -2/+2 |
* | Merge Lite2 changes | peter | 1997-03-11 | 5 | -50/+98 |
* | merge from Lite2 - realpath() now shares a lot of code with getcwd() | peter | 1997-03-11 | 3 | -287/+158 |
* | Merge from Lite2 onto mainline - | peter | 1997-03-11 | 19 | -278/+186 |
* | This commit was generated by cvs2svn to compensate for changes in r23658, | peter | 1997-03-11 | 9 | -37/+373 |
|\ |
|
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 75 | -662/+1333 |
* | | Import CSRG 4.4BSD-Lite2 includes onto vendor branch | peter | 1997-03-11 | 1 | -4/+7 |
* | | Check for overflow of FD_SET | guido | 1997-03-10 | 1 | -1/+6 |
* | | Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad | wpaul | 1997-03-10 | 1 | -1/+1 |
* | | Use __ieee754_sqrt() instead of sqrt() internally. Similarly for the | bde | 1997-03-09 | 12 | -33/+33 |
* | | Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>. | bde | 1997-03-09 | 24 | -48/+48 |
* | | Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid. | mckay | 1997-03-09 | 1 | -4/+21 |
* | | The first argument to fts_set was wrong. Part of PR# 2917. | mpp | 1997-03-09 | 1 | -1/+2 |
* | | Pause() is made obsolete by sigsuspend(2), not sigpause(3). | mpp | 1997-03-09 | 1 | -4/+4 |
* | | Install opie.h in /usr/include | pst | 1997-03-08 | 1 | -1/+5 |
* | | Allow comments in group database. | wosch | 1997-03-08 | 1 | -2/+2 |
* | | API cleanups (use const char * where appropriate) | pst | 1997-03-08 | 4 | -15/+15 |
* | | Add a missing semi-colon. | mpp | 1997-03-07 | 1 | -1/+1 |
* | | Fixed wrong magic numbers in scaling. hypotf() was very broken for large | bde | 1997-03-05 | 1 | -8/+8 |
* | | Remove words about lower limit needed (from BUGS section), we have | ache | 1997-03-03 | 1 | -7/+0 |
* | | Fixed handling of input failure by the scanf family. | bde | 1997-03-03 | 1 | -3/+11 |
* | | Use .Sq Li \&\e0 rather than NUL to describe the character with no bits | imp | 1997-03-03 | 1 | -3/+7 |
* | | Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname() | bde | 1997-03-03 | 2 | -4/+8 |
* | | Use stricter MAXLOGNAME now | ache | 1997-03-03 | 1 | -1/+1 |
* | | Reflect current MAXLONGNAME value and specify that null included | ache | 1997-03-03 | 1 | -1/+1 |
* | | Don't add/subtract 1 to MAXLOGNAME, it is already NUL-terminated | ache | 1997-03-03 | 1 | -2/+2 |
* | | Change vfc_typenum back to vfc_index in response to bde's | mpp | 1997-03-03 | 1 | -2/+2 |
* | | Changed vfc_typenum back to vfc_index. The old vfsconf struct is now | bde | 1997-03-03 | 1 | -1/+1 |
* | | MAXLOGNAME currently 16, not 12 | ache | 1997-03-02 | 1 | -1/+1 |
* | | Pendantic change of null to NUL. Also warn that this function does not | imp | 1997-03-02 | 1 | -3/+9 |
* | | This commit was generated by cvs2svn to compensate for changes in r23291, | bde | 1997-03-02 | 1 | -0/+77 |
|\ \
| |/ |
|
| * | Attempt to import Lite2's getvfsbyname.c. | bde | 1997-03-02 | 1 | -0/+77 |
| * | pull this in to avoid fixing these twice | peter | 1996-08-30 | 1 | -5/+6 |
* | | getnetbyaddr now takes an unsigned long as its first argument. | mpp | 1997-02-28 | 1 | -1/+1 |
* | | Oops! I accidently commited a change that wasn't ready for prime | mpp | 1997-02-28 | 1 | -15/+0 |
* | | The struct vfsconf element vfc_index is now vfs_typenum. | mpp | 1997-02-28 | 2 | -2/+17 |
* | | Correct the xref section - it was incorrectly using .Fn instead | mpp | 1997-02-28 | 1 | -4/+4 |
* | | "infinity" check was missed from login_getcapsize(), add it | ache | 1997-02-27 | 1 | -1/+7 |
* | | Buffer overflow from DNS name information which could cause root access | imp | 1997-02-26 | 1 | -1/+2 |
* | | Use the C library version of log10() instead of the inaccurate formula | bde | 1997-02-24 | 1 | -4/+2 |
* | | Oops, I thought I was fixing the double precision lg10 in the | bde | 1997-02-24 | 1 | -2/+2 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 638 | -719/+719 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 4 | -4/+4 |
* | | Back out an easy $FreeBSD$ | peter | 1997-02-22 | 1 | -1/+1 |
* | | Split up the Bessel function wrapper files so that most wrapper functions | bde | 1997-02-20 | 13 | -177/+315 |