summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to commit this change when making NFS loadable.wollman1994-09-231-3/+3
|
* Include <sys/kernel.h> not <kernel.h>dg1994-09-232-4/+4
|
* Don't return the address of a stack variable.dg1994-09-231-2/+2
|
* groups[] is of type gid_t.dg1994-09-231-1/+1
|
* Fixed warnings about prototype mismatch by eliminating outc routinedg1994-09-231-8/+2
| | | | and calling putchar directly.
* Spell hierarchy correctly :-(.rgrimes1994-09-232-7/+7
|
* Converted to use release/Makefile hieriarchy:.rgrimes1994-09-231-6/+7
| | | | Disabled SUBDIR+= etc until I get done with the conversion.
* Fixed a couple of compiler warnings related to wrong prototypes.dg1994-09-231-2/+3
|
* This is the very small start of moving all the make release related stuffrgrimes1994-09-231-0/+20
| | | | | from etc/Makefile to release/Makefile. Right now this has one target (hieriarchy:) that replaces distrib-dirs:.
* Fixed typo that caused make install to fall if SHARED=copies.rgrimes1994-09-231-2/+2
|
* Revert to installing /etc/files from src/etc.rgrimes1994-09-231-7/+0
|
* fbtab: Pulled down from Attic, fixed spaces to tabs.rgrimes1994-09-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.conf: Pulled in the following changes that had been commited to share/examples/etc: ---------------------------- revision 1.6 date: 1994/09/20 22:30:33; author: adam; state: Exp; lines: +3 -3 BOOTWAIT example converted to milliseconds calibration ---------------------------- revision 1.4 date: 1994/09/19 21:35:28; author: wollman; state: Exp; lines: +7 -1 Document NO_SHARED_LIBCC_INT. ---------------------------- revision 1.3 date: 1994/09/19 21:28:11; author: wollman; state: Exp; lines: +12 -17 Install /etc from the same source as /usr/share/examples/etc (mostly). ---------------------------- revision 1.2 date: 1994/09/19 02:05:08; author: ache; state: Exp; lines: +1 -11 Remove STARTUP_LOCALE, obsoleted now ---------------------------- revision 1.1 date: 1994/09/08 19:08:59; author: jkh; state: Exp; Add a sample make.conf. Also document the new X11BASE variable, and expand some of the documentation for other entries. Submitted by: jkh ---------------------------- manpath.config: Pulled down from Attic, and merged share/examples/etc changes. rc: Pulled in the following change from share/examples/etc: ---------------------------- revision 1.2 date: 1994/09/19 23:13:37; author: ache; state: Exp; lines: +1 -2 Remove warning about adjkerntz /var/run file ----------------------------
* fbtab: Pulled down from Attic, fixed spaces to tabs.rgrimes1994-09-235-37/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.conf: Pulled in the following changes that had been commited to share/examples/etc: ---------------------------- revision 1.6 date: 1994/09/20 22:30:33; author: adam; state: Exp; lines: +3 -3 BOOTWAIT example converted to milliseconds calibration ---------------------------- revision 1.4 date: 1994/09/19 21:35:28; author: wollman; state: Exp; lines: +7 -1 Document NO_SHARED_LIBCC_INT. ---------------------------- revision 1.3 date: 1994/09/19 21:28:11; author: wollman; state: Exp; lines: +12 -17 Install /etc from the same source as /usr/share/examples/etc (mostly). ---------------------------- revision 1.2 date: 1994/09/19 02:05:08; author: ache; state: Exp; lines: +1 -11 Remove STARTUP_LOCALE, obsoleted now ---------------------------- revision 1.1 date: 1994/09/08 19:08:59; author: jkh; state: Exp; Add a sample make.conf. Also document the new X11BASE variable, and expand some of the documentation for other entries. Submitted by: jkh ---------------------------- manpath.config: Pulled down from Attic, and merged share/examples/etc changes. rc: Pulled in the following change from share/examples/etc: ---------------------------- revision 1.2 date: 1994/09/19 23:13:37; author: ache; state: Exp; lines: +1 -2 Remove warning about adjkerntz /var/run file ----------------------------
* Fixed the problem where "make depend" was mandatory for building kernel.phk1994-09-233-6/+6
| | | | moved vnode_if.o up before ${OBJS} in the SYSTEM_OBJS list.
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kerneldg1994-09-232-4/+4
| | | | virtual memory.
* Don't define LITTLE_ENDIAN is already defined.dg1994-09-231-0/+2
|
* Removed last vestige of MULTICAST option.dg1994-09-234-18/+5
|
* Add -e option to mtree commands so that extra directories are ignored.rgrimes1994-09-231-6/+9
| | | | | Change conditional around building usr/local to be MAKE_LOCAL instead of CDROMDIST. This was coped from src/Makefile and makes much more since.
* Revert the change that moved the /etc files to share/examples/etc, thergrimes1994-09-231-2/+6
| | | | | files have been pulled down out of the Attic and updates will be applied shortly.
* Added *ran48 functions, and put them in the correct place this time.wollman1994-09-2313-2/+476
| | | | Obtained from: 1.1.5
* Add PPP. NB: this is VERY VERY VERY green code, added to make it easierwollman1994-09-231-0/+2
| | | | to test things out. It compiles, but I don't know if it works (yet).
* Make the kernel side of PPP compile.wollman1994-09-233-15/+31
|
* Initial revisionwollman1994-09-234-0/+2483
|
* ncftp addedache1994-09-231-2/+2
|
* Final (I hope) tuningache1994-09-223-3/+25
|
* This commit was generated by cvs2svn to compensate for changes in r3004,ache1994-09-2229-0/+12578
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * ncftp 1.8.5ache1994-09-2229-0/+12578
|
* Add left/right arrows to graphics entry for vt100 familyache1994-09-221-1/+1
|
* Add semigraphics chars description to vt100 familyache1994-09-221-0/+1
|
* Pass -q and -u flags to modload so that it shuts up and doesn't leavewollman1994-09-221-1/+1
| | | | modules lying around.
* Add two new flags:wollman1994-09-222-9/+29
| | | | | -q just shut up, will you?! -u unlink output file after successful load
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-2229-36/+349
|
* Create NFS LKM.wollman1994-09-226-4/+48
|
* Make NFS loadable.wollman1994-09-227-8/+124
|
* Port host to FreeBSDpst1994-09-222-2/+8
|
* Port dig to FreeBSDpst1994-09-222-3/+14
|
* Port nslookup to FreeBSDpst1994-09-229-26/+43
|
* This commit was generated by cvs2svn to compensate for changes in r2990,pst1994-09-2212-0/+5531
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * nslookup(8) from BIND 4.9.3BETA9pl1pst1994-09-2212-0/+5531
| |
* | This commit was generated by cvs2svn to compensate for changes in r2988,pst1994-09-222-0/+1665
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * host(1) from BIND 4.9.3BETA9pl1pst1994-09-222-0/+1665
| |
* | This commit was generated by cvs2svn to compensate for changes in r2986,pst1994-09-222-0/+1549
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * dig(1) from BIND 4.9.3BETA9pl1pst1994-09-222-0/+1549
| |
* | Port BIND to FreeBSD.pst1994-09-2221-18/+1458
| |
* | Fix compilation error and formatting mistake.wollman1994-09-221-2/+2
| |
* | make 8bit clean defaultsache1994-09-221-3/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r2980,pst1994-09-2238-0/+18802
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)pst1994-09-2238-0/+18802
| |
* | More loadable VFS changes:wollman1994-09-2241-152/+52
| | | | | | | | | | | | | | | | - Make a number of filesystems work again when they are statically compiled (blush) - FIFOs are no longer optional; ``options FIFO'' removed from distributed config files.
* | Make iso_addr's output conform to modern conventions for NSAPpst1994-09-221-18/+16
| | | | | | | | | | representation. Original code by pst but ported in as part of enhancements to BIND 4.9.2 and returned to Vixie.
OpenPOWER on IntegriCloud