Commit Graph

2994 Commits

Author SHA1 Message Date
wollman
193a8fae68 Get rid of _PATH_UNIX completely; use getbootfile(3) instead.
DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.
1994-09-24 00:08:43 +00:00
wollman
89231ffae7 Added getbootfile(3), for an easy C interface to the kern.bootfile MIB
variable.  This one's even documented!
1994-09-23 20:22:01 +00:00
wollman
dd53ce8c4e Make /dev/lkm as a part of std'. Delete references to ancient com' driver. 1994-09-23 19:17:27 +00:00
wollman
999b7e9f8f Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.
Kernel variable is kernelname[].
1994-09-23 19:07:42 +00:00
wollman
c29596a5e9 Document more MIB variables. 1994-09-23 19:04:02 +00:00
dg
a76ea3b1b5 root must be remounted read/write fairly early in the startup procedure
both for NFS diskless and for VFS LKMs.
1994-09-23 18:02:22 +00:00
wollman
467d0c86a3 Forgot to commit this change when making NFS loadable. 1994-09-23 17:49:44 +00:00
dg
742b4e9e37 Include <sys/kernel.h> not <kernel.h> 1994-09-23 11:01:58 +00:00
dg
8210ef4a47 Don't return the address of a stack variable. 1994-09-23 10:25:38 +00:00
dg
be96a45601 groups[] is of type gid_t. 1994-09-23 10:02:21 +00:00
dg
f9718d83a6 Fixed warnings about prototype mismatch by eliminating outc routine
and calling putchar directly.
1994-09-23 09:59:11 +00:00
rgrimes
fe8ccfa46c Spell hierarchy correctly :-(. 1994-09-23 09:01:20 +00:00
rgrimes
f89d8b9559 Converted to use release/Makefile hieriarchy:.
Disabled SUBDIR+= etc until I get done with the conversion.
1994-09-23 08:36:37 +00:00
dg
02fde0fde8 Fixed a couple of compiler warnings related to wrong prototypes. 1994-09-23 08:28:43 +00:00
rgrimes
52e4442854 This is the very small start of moving all the make release related stuff
from etc/Makefile to release/Makefile.  Right now this has one
target (hieriarchy:) that replaces distrib-dirs:.
1994-09-23 08:28:25 +00:00
rgrimes
78f882a3c6 Fixed typo that caused make install to fall if SHARED=copies. 1994-09-23 07:47:43 +00:00
rgrimes
2bca196c9f Revert to installing /etc/files from src/etc. 1994-09-23 07:19:25 +00:00
rgrimes
1851a0fcf3 fbtab: Pulled down from Attic, fixed spaces to tabs.
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
	----------------------------
1994-09-23 07:16:16 +00:00
rgrimes
de40c92182 fbtab: Pulled down from Attic, fixed spaces to tabs.
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
----------------------------
1994-09-23 07:16:13 +00:00
phk
b8dad1b598 Fixed the problem where "make depend" was mandatory for building kernel.
moved vnode_if.o up before ${OBJS} in the SYSTEM_OBJS list.
1994-09-23 07:01:59 +00:00
dg
f92f1b6305 Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel
virtual memory.
1994-09-23 07:00:12 +00:00
dg
caee0507e0 Don't define LITTLE_ENDIAN is already defined. 1994-09-23 06:53:03 +00:00
dg
e540a800b4 Removed last vestige of MULTICAST option. 1994-09-23 06:22:58 +00:00
rgrimes
2997c484c4 Add -e option to mtree commands so that extra directories are ignored.
Change conditional around building usr/local to be MAKE_LOCAL instead of
CDROMDIST.  This was coped from src/Makefile and makes much more since.
1994-09-23 06:21:13 +00:00
rgrimes
3f56b9fa2e Revert the change that moved the /etc files to share/examples/etc, the
files have been pulled down out of the Attic and updates will be applied
shortly.
1994-09-23 06:15:19 +00:00
wollman
4c045ca123 Added *ran48 functions, and put them in the correct place this time.
Obtained from:	1.1.5
1994-09-23 00:37:55 +00:00
wollman
eed32da9d4 Add PPP. NB: this is VERY VERY VERY green code, added to make it easier
to test things out.  It compiles, but I don't know if it works (yet).
1994-09-23 00:14:11 +00:00
wollman
866af634b0 Make the kernel side of PPP compile. 1994-09-23 00:13:22 +00:00
wollman
e525d0eb89 Initial revision 1994-09-23 00:10:32 +00:00
ache
a381025168 ncftp added 1994-09-23 00:00:57 +00:00
ache
abc9c57651 Final (I hope) tuning 1994-09-22 23:53:00 +00:00
ache
3675340919 This commit was generated by cvs2svn to compensate for changes in r3004,
which included commits to RCS files with non-trunk default branches.
1994-09-22 23:45:37 +00:00
ache
41cb9decc6 ncftp 1.8.5 1994-09-22 23:45:37 +00:00
ache
bb4e461949 Add left/right arrows to graphics entry for vt100 family 1994-09-22 23:30:38 +00:00
ache
6d99b4012b Add semigraphics chars description to vt100 family 1994-09-22 23:18:43 +00:00
wollman
7970d2e69d Pass -q and -u flags to modload so that it shuts up and doesn't leave
modules lying around.
1994-09-22 22:36:57 +00:00
wollman
6c462c3384 Add two new flags:
-q just shut up, will you?!
	-u unlink output file after successful load
1994-09-22 22:35:53 +00:00
wollman
eeef7952c3 Automatically load NFS and a bevy of other filesystems. 1994-09-22 22:17:02 +00:00
wollman
d4b42cfe45 Create NFS LKM. 1994-09-22 22:12:59 +00:00
wollman
d8d853f4fa Make NFS loadable. 1994-09-22 22:10:49 +00:00
pst
66d4416828 Port host to FreeBSD 1994-09-22 21:52:03 +00:00
pst
4211db2faa Port dig to FreeBSD 1994-09-22 21:51:49 +00:00
pst
bd9687cba0 Port nslookup to FreeBSD 1994-09-22 21:50:41 +00:00
pst
de2ff4fecc This commit was generated by cvs2svn to compensate for changes in r2990,
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:36:02 +00:00
pst
9d787f9aa1 nslookup(8) from BIND 4.9.3BETA9pl1 1994-09-22 21:36:02 +00:00
pst
0c11cdbba8 This commit was generated by cvs2svn to compensate for changes in r2988,
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:34:21 +00:00
pst
ee644070e9 host(1) from BIND 4.9.3BETA9pl1 1994-09-22 21:34:21 +00:00
pst
1ddee77d3d This commit was generated by cvs2svn to compensate for changes in r2986,
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:33:31 +00:00
pst
3b7634fcc5 dig(1) from BIND 4.9.3BETA9pl1 1994-09-22 21:33:31 +00:00
pst
e4a39c3655 Port BIND to FreeBSD. 1994-09-22 20:45:34 +00:00