summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build under Lite2 includespeter1997-03-111-1/+1
|
* YAMF22jkh1997-03-115-34/+36
|
* YAMF22 (rev 1.70.2.10, added blurb to explanations)joerg1997-03-113-3/+21
|
* Synchronize with sys/i386/i386/userconfig.c revision 1.84.kato1997-03-111-3/+3
|
* Synchronize with sys/i386/conf/majors.i386 revision 1.14.kato1997-03-111-1/+2
|
* Update to work under Lite2 includespeter1997-03-116-3/+9
|
* I feel sick. :-( There is some really, truely, shameful stuff in herepeter1997-03-113-10/+106
| | | | | | to try and work around the nfsv3 headers in the post-lite2-kernel era. This program somehow manages to make just about every #include conflict with everything else. :-(
* Fix ftp2.ruache1997-03-111-3/+3
|
* fix a bug in processing of FTP_TIMEOUT environment variable.jmg1997-03-111-2/+2
| | | | | | Closes PR#2947 Submitted-by: Peter Childs <pjchilds@imforei.apana.org.au>
* Cope with the possibility of __FreeBSD__ = 3peter1997-03-111-1/+3
|
* Merge from Lite2peter1997-03-111-1/+2
|
* Include unistd.h for new location of getopt() prototypespeter1997-03-111-1/+2
|
* Include unistd.h for new location of getopt prototypepeter1997-03-111-1/+2
|
* Include unistd.h for getopt() prototype after Lite2 mergepeter1997-03-111-1/+2
|
* This commit was generated by cvs2svn to compensate for changes in r23704,peter1997-03-114-4/+5
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import some CSRG 4.4BSD-Lite2 gamespeter1997-03-119-12/+19
| |
| * recording cvs-1.6 file deathpeter1995-12-3099-5894/+0
| |
* | Update to compile under Lite2 fs include layoutpeter1997-03-111-0/+1
| |
* | Update to compile under Lite2 includespeter1997-03-111-1/+2
| |
* | Fix srandom arg type according to Lite2ache1997-03-111-2/+2
| |
* | Fix srandom arg according to Lite2ache1997-03-111-3/+3
| |
* | Fix srandom arg type accodring to Lite2ache1997-03-111-1/+1
| | | | | | | | Use ^ getpid() instead of + getpid()
* | Fix srandom arg type according to Lite2ache1997-03-113-4/+4
| |
* | YAMF22 (rev 1.246.2.29: bootstrapping aid)joerg1997-03-111-1/+10
| |
* | Merge from Lite2 - use new getvfsbyname() and related changes.peter1997-03-115-58/+59
| | | | | | | | understand whiteouts (FTS_W from fts()).
* | Merge from Lite2 (note: needs checking by somebody who understands join)peter1997-03-111-4/+9
| |
* | Merge from Lite2peter1997-03-1117-92/+115
| |
* | This commit was generated by cvs2svn to compensate for changes in r23690,peter1997-03-1110-13/+30
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.peter1997-03-1133-176/+224
| | |
| * | Import some CSRG 4.4BSD-Lite2 components in order to fix the tree build.peter1997-03-113-161/+131
| | |
* | | Merge from Lite2 (use special dbopen flags)peter1997-03-111-9/+12
| | |
* | | Merge Lite2 changespeter1997-03-112-153/+120
| | |
* | | Merge from Lite2peter1997-03-118-270/+403
| | | | | | | | | | | | | | | | | | | | | | | | - cleanups, - whiteout support - bug fixes (chflags missing on a few file types etc) The dump/restore folks would want to have a closer look at this, the change is pretty big.
* | | Merge from Lite2 (use new getvfsbyname() interface)peter1997-03-118-31/+33
| | |
* | | Merge from Lite2 (but does not work)peter1997-03-113-43/+60
| | |
* | | Merge from Lite2:peter1997-03-114-50/+104
| | | | | | | | | | | | | | | | | | - use new getvfsbyname() and mount(2) interface (mount_mfs) - use new fs include files - updated inode / cg layout calculations (?)
* | | Merge from Lite2 (use new getvfsbyname() and mount(2) interface, cleanup)peter1997-03-118-170/+126
| | |
* | | Merge from Lite2 (use new getvfsbyname() and mount(2) interface)peter1997-03-1140-261/+292
| | |
* | | Update to compile under Lite2peter1997-03-112-9/+10
| | |
* | | Merge from Lite2peter1997-03-1114-308/+294
| | | | | | | | | | | | | | | | | | | | | - use new getvfsbyname() interface and mount(2) interface **DANGER WILL ROBINSON!!** You must be running a -current kernel from within a week or so in order for this to work!
* | | Compile under Lite2 (unistd.h has proto for getopt)peter1997-03-111-1/+2
| | |
* | | Compile under Lite2 (getopt() is in unistd.h etc)peter1997-03-111-3/+2
| | |
* | | Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-1146-1440/+1890
| | | | | | | | | | | | | | | skipping code that overrides ours sooner. One should be eliminated, but for now it works.
* | | Merge from Lite2 (does not work though)peter1997-03-111-31/+36
| | |
* | | Merge from Lite2peter1997-03-111-13/+13
| | |
* | | Merge Lite2 changes (rather bigish, the dump/restore folks should check)peter1997-03-116-181/+229
| | |
* | | Disable two newly broken dirs:peter1997-03-111-3/+3
| | | | | | | | | | | | | | | fsdb (too intimate with old fsck, needs work) newlfs (doesn't build since Lite2 lfs wasn't merged into kernel)
* | | This commit was generated by cvs2svn to compensate for changes in r23669,peter1997-03-113-59/+10
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch.peter1997-03-1165-1431/+2226
| | | | | | | | | | | | (note that some of these have already been imported, this is a no-op)
* | | Merge from Lite2:peter1997-03-119-92/+312
| | | | | | | | | | | | | | | filesystem include updates, duplicate group suppression, cleanups, filesystem whiteout support (unionfs), bidir popen().
OpenPOWER on IntegriCloud