mycroft
64dd30d489
Clean up deleted files.
1993-07-20 01:17:03 +00:00
cgd
78ce7a164e
deal with mount_isofs man page
1993-07-20 00:51:02 +00:00
cgd
0a08244e8c
change name to mount_msdos, and add man page. need some more hacking
...
later to change everything to mount_msdos, i.e. files need to be
moved in the tree, but that can wait.
1993-07-20 00:19:09 +00:00
cgd
de80f95f45
add man pages for mount_fdesc and mount_kernfs.
...
after things settle down, i've decided that these should be broken
out into their component programs again; combining them was a mistake...
1993-07-19 23:49:27 +00:00
cgd
27ec40381a
add support for -norrip
1993-07-19 13:31:39 +00:00
cgd
4f65ebbdcb
actually use mount options which were passed the command line
1993-07-19 11:41:47 +00:00
mycroft
f6e43c3958
Use ${COPY}, not -c for install.
1993-07-18 19:17:22 +00:00
cgd
6fe7777e0e
get rid of the bogus changes i made to init. note that /etc/ttys
...
*must* have an entry for "console", though it should be "off",
prolly.
1993-07-08 01:47:31 +00:00
brezak
6a4e260542
Support 38400, 57600, and 115200 tty speeds.
1993-06-29 19:16:38 +00:00
cgd
c15a7d06cd
a couple of local mods; always ask for shell in single user, use -lcrypt,
...
use root's shell rather that /bin/sh when going to single-user, etc.
1993-06-18 21:16:25 +00:00
cgd
a63ff5217e
incorporate bsdi's version of init; this is their version, w/no local changes
...
other than adding Id strings as appropriate
1993-06-18 20:51:45 +00:00
mycroft
53d8b825f0
Add some library dependencies.
1993-06-15 23:13:33 +00:00
mycroft
3d735d0f5a
Add FILES section.
1993-06-13 23:21:34 +00:00
mycroft
e52e93dd80
Update file names.
1993-06-13 22:36:44 +00:00
mycroft
5ebbc28faa
Update file names. This man page needs some more work.
1993-06-13 22:35:14 +00:00
mycroft
90c92bff60
Add support for fast symlinks.
1993-06-13 21:08:27 +00:00
cgd
b907fbcbb9
add preliminary support for devfs (e.g. MOUNT_DEVFS #define, etc.)
1993-06-10 01:02:59 +00:00
deraadt
2c8e44c31a
removed aui/bnc hack from ifconfig. Use -llc0/llc0 instead.
1993-06-09 20:04:38 +00:00
cgd
26e41afe6d
add LKM man pages
1993-06-08 03:07:11 +00:00
cgd
950f32bf2a
open device for read/write, so we can actually load
...
devices w/new checks in kern_lkm.c
1993-06-07 23:10:34 +00:00
cgd
57d3a6d525
add support for terry lambert's loadable kernel modules.
...
needs a bit of cleanup, but overall: SLICK!
1993-06-07 19:51:59 +00:00
deraadt
daa25cdf09
fix ifconfig once again. multiple protocols really cooked hte code i wrote
...
before for -a.
1993-06-06 08:55:30 +00:00
cgd
9bba98a520
update to use PS_STRINGS to set proc title
1993-06-02 05:01:49 +00:00
cgd
9d87d1d2e1
Remove ifdefs hiding ISO and XNS functionality
...
(from Havard Eidnes <Havard.Eidnes@runit.sintef.no>)
1993-05-21 12:48:49 +00:00
cgd
b581ea7f60
add hp300 man page
1993-05-13 13:49:13 +00:00
glass
0e0edb559f
now you too can partake in this offense against any higher being there
...
may be. basically to find out whether nfsserver support is in the kernel
earlier and thus avoid the loop problem, call nfssvc() with a bogus fd and
see whether you get a -1 return value or a SIGSYS...
1993-05-11 07:14:24 +00:00
cgd
318000897b
fixe for uninitialized variables, from 386bsd patchkit patch #111
1993-05-07 05:16:15 +00:00
deraadt
46c2563196
Added another sunos-ism: ifconfig -a
1993-05-04 09:26:52 +00:00
cgd
24c0b3449f
fixed:
...
SLATTACH hangs up on connect to modem port
reported by: bugs@rafal.slip.uiuc.edu
1993-04-28 23:13:37 +00:00
cgd
b740fbac92
bsd->netbsd
1993-04-28 06:37:52 +00:00
cgd
1d3699fbdc
i don't think we're in sys.386bsd any more...
1993-04-28 05:43:55 +00:00
cgd
71223b0548
kernel name is /bsd
1993-04-28 05:43:16 +00:00
cgd
6ebc3bcac9
changed to use new libcrypt scheme.
1993-04-26 14:54:38 +00:00
mycroft
62d8a597f9
Reenable building keywords.h dynamically.
1993-04-25 07:50:56 +00:00
mycroft
2c35f5c582
Compile X.25, OSI, and NS code.
1993-04-25 07:26:40 +00:00
mycroft
ad0e69d5b0
Don't build man page if NOMAN set.
1993-04-25 06:58:16 +00:00
mycroft
6e9066169f
Fix message.
1993-04-20 10:05:22 +00:00
mycroft
37c185dac7
Don't dereference NULL pointer.
1993-04-20 09:30:45 +00:00
mycroft
3f2c883b20
Don't overrun end of argv.
1993-04-20 09:07:41 +00:00
mycroft
db1e3ba015
Cleanup for GCC 2.
1993-04-18 19:02:31 +00:00
mycroft
5ef591fb1b
Okay, so I was confused (but only a little).
1993-04-18 18:56:24 +00:00
mycroft
5554f0dc1c
Make rrestore target match normal program target.
...
(This should be in a separate directory, no?)
1993-04-18 18:52:48 +00:00
mycroft
ac2b12c76f
Don't mix ANSI and pre-ANSI varargs.
1993-04-18 18:46:43 +00:00
mycroft
4c972f9662
Make rdump target match normal program target.
...
(This should probably be in a separate directory, no?)
1993-04-18 18:39:26 +00:00
mycroft
c1d3c01291
Cleanup for GCC 2.
1993-04-18 18:14:35 +00:00
cgd
e17cdf070b
added -DNFSSERVER to makefile. another point for glass.
1993-04-12 19:31:40 +00:00
cgd
9c7a811a01
fixed NFSCLIENT problem.
1993-04-12 18:22:27 +00:00
cgd
766c70273a
forgot semicolon => syntax error. stupid error, glass...
1993-04-11 17:33:43 +00:00
cgd
2357a0fbaa
make user the cat5 dir exists before trying to install man page there.
1993-04-10 20:17:42 +00:00
glass
58b3b35fa9
doesn't core when nfsclient support is not in kernel
1993-04-10 20:16:13 +00:00
glass
cf30e49568
doesn't core when nfsserver support is not in kernel
1993-04-10 20:16:04 +00:00
cgd
457f9a0db1
fixed bug that i created when updating for new entries
1993-04-09 23:13:38 +00:00
cgd
6f9402e83b
ported from Net/2. (patch 111)
1993-04-09 19:25:07 +00:00
cgd
ae77b4fb1c
written by Paul Popelka. mounts pcfs MS-DOS filesystem. (patch 111)
1993-04-09 19:24:39 +00:00
cgd
3a05a908df
added a 386bsd fdisk program, by julian elischer. (patch 111)
1993-04-09 19:23:56 +00:00
cgd
f3c8382ef8
added mount_pcfs, quotacheck, and fdisk. fdisk is i386 specific.
...
(patch 111)
1993-04-09 19:23:22 +00:00
cgd
564a27b415
from patch 110, by bostic:
...
dump not mapping last inode in fs
1993-04-09 12:29:06 +00:00
cgd
31bc51cdec
make it copy when installing
1993-04-08 14:13:46 +00:00
cgd
e318f3396e
make install copy
1993-04-08 13:53:28 +00:00
cgd
e43b6d9d27
patched w/changes from blymn@mulga.awadi.com.AU (Brett Lymn) to
...
fix things like flow control support, SLIP option support etc.
1993-04-08 04:15:41 +00:00
cgd
c454963975
added console security, if SECURE_CONSOLE defined in makefile,
...
and console not secure in ttys
1993-04-06 19:33:33 +00:00
cgd
3e510d3b79
made link to chgrp relative
1993-04-05 03:42:43 +00:00
cgd
aac2114a43
moved chown into sbin from usr.sbin
1993-04-05 03:40:06 +00:00
cgd
7387d068cd
merged version of mount_fdesc and mount_kernfs
1993-03-28 03:19:38 +00:00
cgd
80d7372ffa
merged mount_fdesc and mount_kernfs into mount_miscfs
1993-03-28 03:17:02 +00:00
cgd
fae5aad9fc
restore didn't understand dirs which spanned more than one volume.
...
fixed by patch from Gene Stark (gene@stark.uucp ).
1993-03-25 05:41:59 +00:00
cgd
e436731db6
added support for mount_kernfs and mount_fdesc
1993-03-23 23:53:04 +00:00
cgd
adfcb79c96
added secure init patch
1993-03-23 08:17:35 +00:00
cgd
06be60083d
changed "Id" to "Header" for rcsids
1993-03-23 00:22:59 +00:00
cgd
346aa5dd48
added rcs ids to all files
1993-03-22 08:04:00 +00:00
cgd
e541169ce2
after 0.2.2 "stable" patches applied
1993-03-21 18:04:42 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00