cgd
|
217c9d793b
|
fix typo on if_ix line, and add rcs id
|
1993-05-07 08:26:13 +00:00 |
cgd
|
47a564355b
|
update with new files from Chris Torek
|
1993-05-07 07:40:27 +00:00 |
cgd
|
713860010e
|
add dcfclock support from patchkit patch 113
|
1993-05-07 07:15:19 +00:00 |
cgd
|
650761e27b
|
add counters for vmstat
|
1993-05-07 07:12:43 +00:00 |
cgd
|
55acdd7985
|
add counter for vmstat, and fix for bde's changes. from pk patch 137
|
1993-05-07 07:10:59 +00:00 |
cgd
|
22a6def4a1
|
update for bde's useracc changes. from patchkit patch 137.
|
1993-05-07 07:06:42 +00:00 |
cgd
|
43f24f27cd
|
add bruce evans's useracc fixes, from patchkit patch 137.
|
1993-05-07 07:03:50 +00:00 |
cgd
|
1874c15bdf
|
fix free page count determination
|
1993-05-07 06:59:45 +00:00 |
cgd
|
af99260dda
|
add PC speaker driver. from 386bsd patchkit patch 135
|
1993-05-07 06:50:18 +00:00 |
cgd
|
a1aefd4657
|
add defs for com3 and com4, and add device sizes
|
1993-05-07 06:47:47 +00:00 |
cgd
|
675de1900d
|
add entries for speaker and dcfclock, and clean up.
|
1993-05-07 06:42:13 +00:00 |
cgd
|
1cc2eef5da
|
add entries for dcfclock, ix ethernet, and speaker
|
1993-05-07 06:33:34 +00:00 |
cgd
|
99de35cd10
|
update for speaker, lpt, lpa, and new serial ports. from patch 135
|
1993-05-07 06:31:03 +00:00 |
cgd
|
6144fca678
|
cleaned up, added support for various devices. hacked, from patch 135
|
1993-05-07 06:26:41 +00:00 |
cgd
|
a02cd3b872
|
fix lpt driver and add lpa driver. from 386bsd pk patch 133
|
1993-05-07 05:38:55 +00:00 |
cgd
|
d5d9420b06
|
add spkr "pc speaker driver" man page. from 386bsd pk patch 101
|
1993-05-07 05:26:13 +00:00 |
cgd
|
00ad0bad8d
|
add some explanatory comments from 386bsd patchkit patch 113
|
1993-05-07 05:22:14 +00:00 |
cgd
|
1ba29becab
|
fixe for uninitialized variables, from 386bsd patchkit patch #111
|
1993-05-07 05:16:15 +00:00 |
cgd
|
4c99dd2b8d
|
undo the last change; our sort has -T...
|
1993-05-07 05:08:59 +00:00 |
cgd
|
713c20322e
|
fix uname initialization
|
1993-05-07 04:09:18 +00:00 |
cgd
|
a7e9341848
|
add assembly language version of index, rindex, strchr, and strrchr
supplied by J.T. Conklin <conklin@kaleida.com>
|
1993-05-07 03:01:27 +00:00 |
cgd
|
186dc3c944
|
patch from Pete Chown <pc123@cus.cam.ac.uk> to fix mmap
modes vs. read/write permissions problem.
|
1993-05-07 01:58:11 +00:00 |
proven
|
56cf91b8f1
|
ftp put doesn't cleanly truncate and overwrite a file.
|
1993-05-06 13:28:41 +00:00 |
cgd
|
00e0264dd1
|
make kernel name a bit less confusing...
|
1993-05-06 12:17:06 +00:00 |
cgd
|
9978bccd4b
|
diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org>
|
1993-05-06 10:46:12 +00:00 |
proven
|
507c2a09ba
|
Fixed dependency problem.
|
1993-05-06 02:23:15 +00:00 |
proven
|
82f1a8d86c
|
rpc directory installs now.
|
1993-05-06 02:22:41 +00:00 |
proven
|
952ae94477
|
Set permissions and ownership all at once. (No more directories mode 0777)
|
1993-05-05 18:45:25 +00:00 |
glass
|
41521c96b6
|
missed three config files going from pseudo-device DDB to options DDB
|
1993-05-05 13:56:25 +00:00 |
deraadt
|
44cacedae1
|
fixed bug from last commit
|
1993-05-05 00:29:38 +00:00 |
mycroft
|
38532742fd
|
Use global value of CFLAGS for optimization.
|
1993-05-04 14:05:32 +00:00 |
mycroft
|
2a78eac337
|
Make sure init.c is touched so it doesn't get rebuilt if we
make again. (Okay, so I did reproduce it.)
|
1993-05-04 13:56:27 +00:00 |
deraadt
|
49bc3d2b7d
|
if we timeout asking for kernel name, print a \n before proceeding.
Funny how one character can bug ya so much, eh?
|
1993-05-04 10:22:39 +00:00 |
deraadt
|
633c742f85
|
Added another sunos-ism: ifconfig -a
|
1993-05-04 09:26:52 +00:00 |
deraadt
|
506f2302f6
|
support for making dev->id_alive be set, this is for iostat to
find disk devices. wee bit of a kludge. sub-device attach()
routines must now return 1 for successful attach(), 0 otherwise.
Other bsd's do this too..
|
1993-05-04 08:27:29 +00:00 |
cgd
|
b080a4ca6d
|
have compile use the scan.c, y.tab.h, and bc.c files as distributed,
rather than lex/yaccing them ourselves. still don't know why these don't
get flexed right...
|
1993-05-04 07:49:22 +00:00 |
cgd
|
a20d8cbc6a
|
update for flex-2.3.8 from prep
|
1993-05-04 07:44:39 +00:00 |
deraadt
|
ceca0cf40f
|
iostat and vmstat being taught about drives..
|
1993-05-04 07:38:29 +00:00 |
glass
|
cea565fddf
|
GNU dd torched, also gnu/bin since there was no longer anything in it
|
1993-05-04 07:11:19 +00:00 |
glass
|
6c9f3726d9
|
added dd(1) from ftp.uu.net:bsd-sources; torching GNU dd
|
1993-05-04 07:08:38 +00:00 |
mycroft
|
91de7f0c00
|
Previous patch was incorrect.
|
1993-05-04 05:50:21 +00:00 |
cgd
|
b0170f3c4b
|
oops, forgot a c!
|
1993-05-04 05:48:17 +00:00 |
cgd
|
3cc0f4c9ec
|
add pg_wait, which must be set if you want pg() to actually wait for keybd
input. this one is way useful...
|
1993-05-04 05:47:50 +00:00 |
cgd
|
14a0e0538d
|
add a friggin' serial port... the machine has one...
|
1993-05-04 05:45:26 +00:00 |
cgd
|
9e4eba1de7
|
make ip_input recursion checking be for -DPARANOID, and make it panic
|
1993-05-04 05:41:18 +00:00 |
cgd
|
14fe0dfbbc
|
make serial ports have right numbers, and add slip to generic kernels
|
1993-05-04 05:37:50 +00:00 |
deraadt
|
d622addd5e
|
I was horrified to find these had not been commited with the YP changes.
|
1993-05-04 05:10:45 +00:00 |
mycroft
|
73576de95d
|
Don't autorepeat locking keys. (Can someone test this with X?)
|
1993-05-04 05:00:26 +00:00 |
cgd
|
fd51fef713
|
fixed loopback == nuke problem.
This fix is probably not optimal, but it works.
|
1993-05-04 02:37:27 +00:00 |
sef
|
a49d4cb6a3
|
Fix a NULL-dereferencing, that caused a segfault with QMAGIC (yay).
|
1993-05-03 20:51:56 +00:00 |