Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | and is now in the same file. | ||||
* | Merge from Lite2 onto mainline - | peter | 1997-03-11 | 19 | -278/+186 |
| | | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates | ||||
* | This commit was generated by cvs2svn to compensate for changes in r23658, | peter | 1997-03-11 | 9 | -37/+373 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 75 | -662/+1333 |
| | | |||||
* | | Merge Lite2 changes - | peter | 1997-03-11 | 2 | -11/+12 |
| | | | | | | | | move getopt etc declarations from stdlib.h to unistd.h | ||||
* | | Merge Lite2 changes | peter | 1997-03-11 | 1 | -2/+2 |
| | | | | | | | | (Just version number) | ||||
* | | Merge Lite2 changes onto mainline: | peter | 1997-03-11 | 1 | -1/+9 |
| | | | | | | | | | | - declare opendir2(), which is used to control how readdir() handles whiteouts etc. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r23650, | peter | 1997-03-11 | 2 | -4/+158 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import CSRG 4.4BSD-Lite2 includes onto vendor branch | peter | 1997-03-11 | 7 | -55/+254 |
| | | |||||
* | | Import CSRG 4.4BSD-Lite2 includes onto vendor branch | peter | 1997-03-11 | 1 | -4/+7 |
| | | |||||
* | | Kill sup from the main sources now that the ports version is updated. | peter | 1997-03-11 | 42 | -13660/+2 |
| | | | | | | | | | | | | This puts it on the same footing as cvsup. It's been suggested on numerous occasions that I shouldn't have imported it in the first place, and now that sup has outlived it's usefulness..... Boom! | ||||
* | | Merge all my sysinstall changes over to the 2.1 branch. | jkh | 1997-03-11 | 5 | -45/+21 |
| | | | | | | | | I just have this feeling... :) | ||||
* | | Avoid double-s when #conflicts drops from 10 to 9. | msmith | 1997-03-11 | 1 | -3/+3 |
| | | |||||
* | | close PR#2942 - add src/contrib to list of src components. | jkh | 1997-03-11 | 1 | -1/+2 |
| | | | | | | | | Submitted by: sjr1@flash.net | ||||
* | | YAMF22 | jkh | 1997-03-11 | 3 | -6/+3 |
| | | |||||
* | | Catch up with the original. | hanai | 1997-03-11 | 1 | -8/+8 |
| | | |||||
* | | Use correct email address for registration. | jkh | 1997-03-11 | 1 | -2/+2 |
| | | |||||
* | | Add support for ports collection distribution. | jkh | 1997-03-11 | 2 | -4/+36 |
| | | |||||
* | | Add <ss> and ss ordering | ache | 1997-03-10 | 3 | -6/+6 |
| | | |||||
* | | Sync with 2.2. | jkh | 1997-03-10 | 11 | -38/+101 |
| | | |||||
* | | Add a quirk entry for the HP6020i, after John has just confirmed that | joerg | 1997-03-10 | 1 | -1/+5 |
| | | | | | | | | | | | | it works now. Submitted by: jhay@zibbi.mikom.csir.co.za (John Hay) | ||||
* | | Add char#80 xdcp, assigned to Chris Ficklin <chris@serengeti.com> | phk | 1997-03-10 | 2 | -2/+4 |
| | | |||||
* | | Fix buffer overflow | guido | 1997-03-10 | 1 | -2/+3 |
| | | |||||
* | | This is a funny one: df for a device that was not mounted used to fail | guido | 1997-03-10 | 1 | -2/+2 |
| | | | | | | | | for root only. | ||||
* | | Update russian mirrors. | jkh | 1997-03-10 | 3 | -6/+6 |
| | | |||||
* | | Check for overflow of FD_SET | guido | 1997-03-10 | 1 | -1/+6 |
| | | |||||
* | | Fix a gross bug in the ! operator optimization code. The following | joerg | 1997-03-10 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | kind of expressions caused a dereferencation of an uninitialized malloc area, yielding wrong expression evaluation at best, and core dumps at worst (malloc.conf -> AJ): find ... ! \( expr1 ! expr2 \) ... | ||||
* | | Fix a logico in my last (commented out) commit. | joerg | 1997-03-10 | 1 | -1/+1 |
| | | |||||
* | | Fix buffer overflow (probably unexploitable). | guido | 1997-03-10 | 1 | -2/+2 |
| | | |||||
* | | Move this files* entry for the Brooktree TV driver toi the right 'files*'. | markm | 1997-03-10 | 3 | -4/+3 |
| | | |||||
* | | Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad | wpaul | 1997-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | style and b) the wrong logic. Should be strstr(s, "##") != NULL. (Note that the passwd.adjunct stuff has not been merged into 2.2 so this bug is not in that branch.) | ||||
* | | Fixed the Cyclades and Digiboard port numbers. | bde | 1997-03-10 | 2 | -8/+8 |
| | | |||||
* | | Ask user to carefully examine changes when sending an upgrade. (Actually, | asami | 1997-03-10 | 1 | -3/+6 |
| | | | | | | | | | | | | this is the main reason why we want them as diffs.) Also, ask them to explicitly state files that are added or deleted (lazy committers like me often forget to "cvs add" or "cvs remove"). | ||||
* | | Remove part about sending in complete ports for an upgrade, we prefer | asami | 1997-03-10 | 1 | -5/+2 |
| | | | | | | | | recursive diffs in any case. | ||||
* | | Do not re-initialize random numbers generator several times. | ache | 1997-03-10 | 2 | -4/+12 |
| | | | | | | | | Use ^ getpid() to produce better initial state. | ||||
* | | Add ^ getpid() for better srandom results | ache | 1997-03-10 | 1 | -2/+2 |
| | | |||||
* | | Detect failure open condition for direct mode now | ache | 1997-03-10 | 1 | -3/+9 |
| | | | | | | | | | | Don't assume that modem descriptor must be >=3 in CloseModem, just assume it is any valid descriptor >=0 | ||||
* | | Initial import of the Brooktree PCI-TV drivers. I have not tested | markm | 1997-03-10 | 10 | -2/+5418 |
| | | | | | | | | | | | | these, they may not even compile. I am importing them on behalf of the submitters. Submitted by: amancio, smp | ||||
* | | Don't waste time scanning tun_in+10 descriptors, scan exactly what | ache | 1997-03-10 | 3 | -36/+45 |
| | | | | | | | | | | | | | | we need now. Don't assume that file descriptor can't be 0 (many places) Protect FD_* macros from being used with negative descriptors Shorten MS EXT show help to fit 80 cols | ||||
* | | Catch up with the original. | hanai | 1997-03-10 | 1 | -24/+13 |
| | | |||||
* | | Update MAKEDEV to handle lots of tun devices, consistent with the tun device | danny | 1997-03-10 | 2 | -12/+20 |
| | | | | | | | | | | selection code in usr.sbin/ppp/os.c (tun0-tun127, rather than tuna and tunb). Also, make it make all devices up to and including the requested one. | ||||
* | | Catch up with the original. | hanai | 1997-03-10 | 2 | -5/+54 |
| | | |||||
* | | Add comments. | wosch | 1997-03-09 | 1 | -0/+32 |
| | | |||||
* | | Sync with /etc/mtree/BSD.*.dist | wosch | 1997-03-09 | 1 | -16/+208 |
| | | |||||
* | | Add registration help screen. | jkh | 1997-03-09 | 2 | -0/+164 |
| | | |||||
* | | Add a registration screen so we can finally start counting our little user | jkh | 1997-03-09 | 29 | -46/+466 |
| | | | | | | | | puppies. | ||||
* | | replace non-existant ioctl [GP]IO_STRMAP with what really does exist, | jmg | 1997-03-09 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | [GS]ETFKEY... Definately a 2.2 Candidate a clean up of this page is to follow.... but I'm not sure I'll have it before 2.2 is to be released... |