Commit Graph

382 Commits

Author SHA1 Message Date
lars
c46a20d90e Delete duplicate pppd entry. Also move pppstats in the right spot lexically. 1994-11-12 22:24:17 +00:00
lars
76d3cc756a Obtained from: ppp-2.1.2
More correct use of __FreeBSD__ and BSD4_4 ifdefs. Fixed kvm_openfile()
call based upon suggestion from Bruce Evans.
1994-11-12 19:33:41 +00:00
lars
64ebbaff95 pppd was missing from the SUBDIRS. 1994-11-12 19:15:01 +00:00
ache
ac314f6066 Use CDIOCALLOW before CDIOCEJECT 1994-11-12 18:25:03 +00:00
ache
2af87c7a44 cdplay added 1994-11-12 16:05:43 +00:00
ache
82b902cc15 This commit was generated by cvs2svn to compensate for changes in r4392,
which included commits to RCS files with non-trunk default branches.
1994-11-12 16:03:14 +00:00
ache
1cf7809d91 Very simple non-X CD player for testing purposes,
better than nothing
1994-11-12 16:03:14 +00:00
lars
e6155415bb This commit was generated by cvs2svn to compensate for changes in r4381,
which included commits to RCS files with non-trunk default branches.
1994-11-12 06:07:15 +00:00
lars
210ec41d99 pppstats from ppp-2.1.2 1994-11-12 06:07:15 +00:00
jkh
f63f8bab78 Add pppd to the Makefile. It seems to work.. 1994-11-11 23:47:32 +00:00
ache
fba9f04836 Fix printout bug
Submitted by: fredriks@mcs.com
1994-11-10 13:39:01 +00:00
wollman
0c83e6c366 Treat formfeeds like any other whitespace. 1994-11-07 19:57:20 +00:00
smace
dd1ef4d386 Make /usr/bin/crontab install setuid root. (doesn't work otherwise)
The distributed makefile in the package installs it setuid root..
Reviewed by:	jkh
1994-11-06 01:13:59 +00:00
jkh
5446d45c75 __386BSD__ -> __FreeBSD__
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
1994-11-04 02:14:13 +00:00
dg
8594dbdc42 Don't include map.h - it's been obsoleted. 1994-11-03 15:34:24 +00:00
ache
9255659301 Fix for 'pstat -t' works on vtys
Submitted by: jhay@mikom.csir.co.za
1994-11-03 11:41:34 +00:00
jkh
b7837b4b50 Whoops - one two many zeros in the initializer. This should have everybody
enabled by default now.
1994-11-03 05:37:53 +00:00
jkh
c6fd3f58e4 Changes to initialize the id_enabled flag to 1.
Also initialize some fields that were never initialized before, and
simply defaulted to 0.  I've never looked at this code before, now
I know why.  Config needs to die.  Horribly.
1994-11-03 04:30:01 +00:00
se
deb3f98555 Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
Added PCI support code.
1994-11-02 23:27:36 +00:00
ache
b7a021a0c3 Restore back -i for adjkerntz 1994-11-02 09:43:38 +00:00
phk
fc71b2da73 make the right link to "zzz" 1994-11-02 07:20:58 +00:00
phk
6b5360ba16 Remove a relic from the old "equiv" kludge 1994-11-02 04:55:15 +00:00
phk
5d11cbac30 Fixed a #include to point to machine/apm_bios.h 1994-11-02 04:54:30 +00:00
ache
a08efc8fea Remove -i option from adjkerntz 1994-11-02 00:00:17 +00:00
wollman
98584b9f82 Add support for filesystem-specific `-o' options, and re-implement the
most common cd9660 and nfs options like God intended them.  (It is now
possible to say

	mount -o ro,soft,bg,intr there:/foo/bar /foo/bar

again.)  This whole getmntopt() business is an incredible botch;
it never should have been anything more than a wrapper around
getsubopt(3).  Because if the way the current hackaround is implemented,
options which take arguments (like the old `rsize' and `wsize') are still
unavailable, and must be accessed the new, broken way.

(It's unimaginable how Berkeley managed to screw up one of the few things
about NFS that Sun actually got right to begin with!)
1994-11-01 23:51:53 +00:00
phk
a5026db375 The latest user-land changes from the author. I added a big warning to the
apm.4 man-page.  I also hope the Makefiles make sense now.

Submitted by:	HOSOKAWA Tatsumi
1994-11-01 22:46:40 +00:00
joerg
e30d6c3284 Included the fdcontrol subdir. 1994-10-31 21:51:25 +00:00
ats
9749aa05d4 Deleted the private clean/cleandir targets in the Makefile. Delete
a hardcoded reference to the "obj" dir. So this makefile should now
work with and without an obj dir and deletes the obj dir with a
normal cleandir.
1994-10-31 01:17:24 +00:00
joerg
8e6433b762 This commit was generated by cvs2svn to compensate for changes in r4007,
which included commits to RCS files with non-trunk default branches.
1994-10-30 18:52:01 +00:00
joerg
5d1a6c44a1 Import the fdcontrol command. It has been in 1.1.5, but obviously has been lost on its way to 2.0.
This program uses the FD_DEBUG ioctl, which will have to be commited yet.
1994-10-30 18:52:01 +00:00
joerg
bae899753c Corrected the xref to the driver man page to be fdc(4) now that
we have one (instead of fd(4)).
1994-10-28 17:07:32 +00:00
jkh
3fb6a83e49 Remove eeprom from the default list of subdirs. It gets added properly
in the sparc case anyway.  Next step will be to move some of the i386
specific things, like fdformat and fdwrite, into an i386 .if clause.
1994-10-28 04:35:13 +00:00
se
13dabeeabc Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0. 1994-10-26 19:23:02 +00:00
jkh
bb306822b8 From: Michael Reifenberger <root@rz-wb.fh-sw.de>
Could you please commit this patch to usr.sbin/crunch/examples ?
This should make fixit.conf compilable again.
VI needs some hacks.

[Note:  I'm not sure how relevant this example is anymore, but then it's only
an example]
Submitted by:	mr
1994-10-26 14:52:43 +00:00
jkh
e316b744c4 From: John Hay <jhay@mikom.csir.co.za>
Make swapinfo use libc functions for obtaining device information.

Note:  swapinfo should actually be deprecated, not fixed.  pstat -s performs
the same function.
Submitted by:	jhay
1994-10-26 14:49:07 +00:00
swallace
141125e2e3 Applied patch009. Also added appropriate #include <string.h> which
would have detected that memset was not being passed a pointer in the first
place.

Submitted by:	Gene Stark (?) - 1.1.5.1 patch009
1994-10-25 20:50:41 +00:00
bde
2e8df944ff Define DKBAD_MAGIC the same as in 1.1.5 (as 0x4321 instead of 0). 0 is
a poor value for a magic number, and we need to be compatible.
1994-10-25 17:33:25 +00:00
wollman
3bdc085d8b Added lsdev. 1994-10-24 22:22:44 +00:00
wollman
9260cdc6a2 When -v not given, display longer state' and no parent'. 1994-10-24 22:21:51 +00:00
phk
5b82de89f2 These patches fix some lesser problems:
1) malloc.h doesn't exits in 2.0.
2) Makefile.inc wasn't picked up so one of the build steps (install?)
failed.
3) LIBMD wasn't depended on.
4) "ctm foo" dumped core because "foo" doesn't have a '.' in it.

Bruce

I updated the mkCTM stuff while I was at it anyway.  /phk

Reviewed by:	phk
Submitted by:	bde
1994-10-24 20:09:39 +00:00
wollman
2d8ac2280a Updated to latest kernel code. Also provided a friendlier output format,
which is enabled by default (use `-c' to get the old format).  The new
format looks like this (only the values are correct; this was taken on my
machine with a slightly old kernel):

Device     St Parent     Description
---------- -- ---------- --------------------------------------------------
isa0       NC -
sc0        NC isa0       Parallel printer adapter
ed0        NC isa0       SMC8216/SMC8216C
sio0       NC isa0       RS-232 serial port
sio1       NC isa0       RS-232 serial port
fdc0       NC isa0       floppy disk/tape controller
fd0        NC fdc0       floppy disk
wdc0       NC isa0       ST506/ESDI/IDE disk controller
wd0        NC wdc0       ST506/ESDI/IDE disk
npx0       NC isa0       Floating-point unit

Note that many of these fields could be made more informative; I tried to make
my changes as unintrusive as possible.  See the `mcd' driver for an example
of one which actually does something with the `state' field.
1994-10-23 21:33:57 +00:00
jkh
86006a0f08 Add xten. 1994-10-22 14:59:35 +00:00
dfr
7ee5c00776 Change to use the correct lock file directory. 1994-10-22 14:40:48 +00:00
jkh
b4b9a49386 This commit was generated by cvs2svn to compensate for changes in r3782,
which included commits to RCS files with non-trunk default branches.
1994-10-22 09:55:43 +00:00
jkh
84c5c7c4ab X-10 stuff from 1.1.5.1. 1994-10-22 09:55:43 +00:00
jkh
9e260f7e45 X-10 stuff from 1.1.5.1. 1994-10-22 09:55:43 +00:00
ache
6380646c71 spkrtest added 1994-10-22 02:16:04 +00:00
ache
de21f1609c This commit was generated by cvs2svn to compensate for changes in r3762,
which included commits to RCS files with non-trunk default branches.
1994-10-22 02:09:06 +00:00
ache
a262e6cddb Speaker driver test script
Obtained from: FreeBSD 1.1.5.1
1994-10-22 02:09:06 +00:00
wollman
18a73e2d72 Change `on'' to `at'' globally. 1994-10-18 22:01:58 +00:00