Poul-Henning Kamp
19b815a645
If you used tip to start SLIP, tip would fail to write to the tty
...
after slattach was started. Now tip knows to die when it gets ENODEV...
1994-09-25 03:59:03 +00:00
Andrey A. Chernov
bdd382022d
Add missing Makefile
1994-09-25 03:53:59 +00:00
Andrey A. Chernov
64382c4105
Add missing Makefile
1994-09-25 03:42:20 +00:00
Andrey A. Chernov
8883fe052d
Generate screen map from source (from 1.1.5.1)
1994-09-25 03:41:43 +00:00
Andrey A. Chernov
eaa43ba0d2
Add syscons to DIRS list, pointed by wollman
1994-09-25 03:11:27 +00:00
Garrett Wollman
6611166f91
Make /etc/ppp. Someone still needs to make the install touch
...
/etc/ppp/options so that pppd will run.
1994-09-25 02:55:21 +00:00
Andrey A. Chernov
76b1522b20
Update with new names
1994-09-25 02:48:49 +00:00
Andrey A. Chernov
8183acb85e
Russian screen map added
1994-09-25 02:45:03 +00:00
Garrett Wollman
d8269a163d
Most of the ``modified'' files really aren't. This is my (simple)
...
port of pppd.
1994-09-25 02:32:18 +00:00
Andrey A. Chernov
254915e9ab
Rename russian fonts to more proper names
1994-09-25 02:30:45 +00:00
Paul Traina
1363f04ce1
get* rework and new bind code
1994-09-25 02:12:49 +00:00
Garrett Wollman
08a0aca6e2
Initial revision
1994-09-25 02:11:26 +00:00
Andrey A. Chernov
7bf314246a
HARDFONTS option documented
1994-09-25 02:10:47 +00:00
Andrey A. Chernov
899fe378a6
1)Back out my previous change: only 8x16 font grabbing available,
...
more work required to grab all fonts
2)Make standard VGA font as default, make HARDFONTS an option
(load iso8859 fonts instead)
3)Check fonts_loaded for all restore (copy_font...palette)
sequences.
1994-09-25 02:06:51 +00:00
Garrett Wollman
d3ae7f1266
Document getvfsent() and kin.
1994-09-25 01:38:30 +00:00
Garrett Wollman
07ef895025
Fix so that people who don't have LKMs compiled in their kernels don't
...
get hosed: vfsisloadable() always returns false if /dev/lkm cannot be
opened for writing.
1994-09-25 00:48:27 +00:00
David Greenman
67866c4075
Woops, include machine/exec.h, too.
1994-09-24 21:49:20 +00:00
David Greenman
3eb3f8f32a
Include imgact_aout.h rather than exec.h
1994-09-24 21:38:56 +00:00
David Greenman
bc6d744470
Shuffled macros and definitions around to facilitate architecture
...
independance.
1994-09-24 21:37:01 +00:00
Andrey A. Chernov
248a9521f8
SAVE all fonts, if NO_HARDFONTS defined, not only 8x16
1994-09-24 21:29:38 +00:00
David Greenman
24881d11a7
New file to contain a.out specific macros and definitions.
1994-09-24 21:09:18 +00:00
David Greenman
7de4b2667e
Temporarily (?) disable block reallocation until either the real bug is
...
found or we throw out the vfs cluster code entirely.
1994-09-24 18:31:45 +00:00
David Greenman
0f85a55965
1) Added "." and ".." entries.
...
2) Fixed directory size to return something reasonable.
3) Disabled "file" until the code is completed.
4) Corrected directory link counts.
1994-09-24 17:01:05 +00:00
David Greenman
2a531c809e
Added support for p_textvp which stores the vnode pointer of the execed binary.
1994-09-24 16:58:43 +00:00
David Greenman
89f81043d0
Fixed bug caused by missing set of paranthesis when checking the modification
...
time. This caused differences in the nanosecond portion of the time to
screwup the logic and made mtree think it should compare the modtime even
though "time" wasn't specified. The end result is that mtree couldn't deal
with procfs because procfs sets the mtime with high accuracy via microtime().
1994-09-24 16:52:42 +00:00
Andrey A. Chernov
662bfb6660
Call reduced (8-bit only) startup_setlocale()
1994-09-24 16:01:30 +00:00
Andrey A. Chernov
2f04ec53cc
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
Andrey A. Chernov
cbe192eeb8
Fix bug in %i format, second argument not incremented
1994-09-24 14:16:04 +00:00
Andrey A. Chernov
50da2881de
Fix bug with scroll region parameters (x changed to y)
1994-09-24 14:15:16 +00:00
David Greenman
5a8420c53e
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
Garrett Wollman
e159683524
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
Garrett Wollman
9e7b894ffe
Fix one more _PATH_UNIX.
1994-09-24 03:18:32 +00:00
David Greenman
89730b290a
Added $Id$
1994-09-24 02:59:15 +00:00
Rodney W. Grimes
1ee6b373eb
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
Garrett Wollman
a2647fcdec
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
Garrett Wollman
4be4929c2b
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
Garrett Wollman
53d733f050
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
Garrett Wollman
98f78f2786
Make /dev/lkm as a part of std'. Delete references to ancient
com' driver.
1994-09-23 19:17:27 +00:00
Garrett Wollman
63b46ee515
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
Garrett Wollman
8e3847b2b9
Document more MIB variables.
1994-09-23 19:04:02 +00:00
David Greenman
45945cd71c
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
Garrett Wollman
fcd07b1721
Forgot to commit this change when making NFS loadable.
1994-09-23 17:49:44 +00:00
David Greenman
c7b5eaccd6
Include <sys/kernel.h> not <kernel.h>
1994-09-23 11:01:58 +00:00
David Greenman
c0ba84e4a3
Don't return the address of a stack variable.
1994-09-23 10:25:38 +00:00
David Greenman
25738fbcc5
groups[] is of type gid_t.
1994-09-23 10:02:21 +00:00
David Greenman
ffaf90b1ec
Fixed warnings about prototype mismatch by eliminating outc routine
...
and calling putchar directly.
1994-09-23 09:59:11 +00:00
Rodney W. Grimes
c0a88f5efa
Spell hierarchy correctly :-(.
1994-09-23 09:01:20 +00:00
Rodney W. Grimes
2bb4739648
Converted to use release/Makefile hieriarchy:.
...
Disabled SUBDIR+= etc until I get done with the conversion.
1994-09-23 08:36:37 +00:00
David Greenman
32bff95b55
Fixed a couple of compiler warnings related to wrong prototypes.
1994-09-23 08:28:43 +00:00
Rodney W. Grimes
0202c140bb
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