Commit Graph

3003 Commits

Author SHA1 Message Date
ache
c8619f3205 Make not-so-space-eaten locale version:
split modules to bring only neccessary functions,
eliminate sprintf, make reduced startup_locale version.
1994-09-24 15:59:33 +00:00
ache
fe71a0be8f Fix bug in %i format, second argument not incremented 1994-09-24 14:16:04 +00:00
ache
c26875a7c0 Fix bug with scroll region parameters (x changed to y) 1994-09-24 14:15:16 +00:00
dg
d725be1825 Nuked splnet before sync. Not only is this unnecessary, but it appears
to cause problems by making it impossible to sync NFS related buffers
when rebooting.
1994-09-24 12:22:47 +00:00
wollman
2166320c69 Don't pass a filename to kvm_mkdb, it can figure out the correct file
on its own.
1994-09-24 03:42:08 +00:00
wollman
fb5ce4d4f8 Fix one more _PATH_UNIX. 1994-09-24 03:18:32 +00:00
dg
00eb2a4dc0 Added $Id$ 1994-09-24 02:59:15 +00:00
rgrimes
26d29ce4a2 Add missing closing comment. I have taken the non-knf format
of this code up with the authors and they are looking at converting it,
but until then leave the format alone.
1994-09-24 02:42:11 +00:00
wollman
c8094afe78 If sysctl() fails, return "/kernel" so as not to screw people who haven't
updated their kernels yet.
1994-09-24 00:10:13 +00:00
wollman
0df0b6cca0 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
035236c989 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
1498c1006a Make /dev/lkm as a part of std'. Delete references to ancient com' driver. 1994-09-23 19:17:27 +00:00
wollman
d858d3623f 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
1c6db624c5 Document more MIB variables. 1994-09-23 19:04:02 +00:00
dg
12dcb4d689 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
4d03ce5aaf Forgot to commit this change when making NFS loadable. 1994-09-23 17:49:44 +00:00
dg
d09d0e62bc Include <sys/kernel.h> not <kernel.h> 1994-09-23 11:01:58 +00:00
dg
a24859f84b Don't return the address of a stack variable. 1994-09-23 10:25:38 +00:00
dg
47c2017eb8 groups[] is of type gid_t. 1994-09-23 10:02:21 +00:00
dg
4943c50371 Fixed warnings about prototype mismatch by eliminating outc routine
and calling putchar directly.
1994-09-23 09:59:11 +00:00
rgrimes
ad9d0e3449 Spell hierarchy correctly :-(. 1994-09-23 09:01:20 +00:00
rgrimes
5acf48fc25 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
e05aec34b1 Fixed a couple of compiler warnings related to wrong prototypes. 1994-09-23 08:28:43 +00:00
rgrimes
e2985e084e 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
22d703970e Fixed typo that caused make install to fall if SHARED=copies. 1994-09-23 07:47:43 +00:00
rgrimes
3cd107fba4 Revert to installing /etc/files from src/etc. 1994-09-23 07:19:25 +00:00
rgrimes
05a36683e3 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
17763e435a 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
6437be682e 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
5bde08c4b2 Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel
virtual memory.
1994-09-23 07:00:12 +00:00
dg
77f4770dcd Don't define LITTLE_ENDIAN is already defined. 1994-09-23 06:53:03 +00:00
dg
87ac7702f4 Removed last vestige of MULTICAST option. 1994-09-23 06:22:58 +00:00
rgrimes
5b51f23ee4 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
6e944b4448 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
28e9781f62 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
0c32e4e5c1 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
4c75c65f1f Make the kernel side of PPP compile. 1994-09-23 00:13:22 +00:00
wollman
f3821d6c73 Initial revision 1994-09-23 00:10:32 +00:00
ache
42744bc024 ncftp added 1994-09-23 00:00:57 +00:00
ache
817ce45b72 Final (I hope) tuning 1994-09-22 23:53:00 +00:00
ache
4ddafea3b3 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
d33ffe13a3 Add left/right arrows to graphics entry for vt100 family 1994-09-22 23:30:38 +00:00
ache
905508fd55 Add semigraphics chars description to vt100 family 1994-09-22 23:18:43 +00:00
wollman
39346c05c6 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
d7ad5c7c58 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
2df90f55f0 Automatically load NFS and a bevy of other filesystems. 1994-09-22 22:17:02 +00:00
wollman
86d857a235 Create NFS LKM. 1994-09-22 22:12:59 +00:00
wollman
0d1ae0c78a Make NFS loadable. 1994-09-22 22:10:49 +00:00
pst
3005cba042 Port host to FreeBSD 1994-09-22 21:52:03 +00:00