Commit Graph

1456 Commits

Author SHA1 Message Date
mycroft
fa1551c8a6 Work around a bug in XFree86. 1993-06-14 16:38:25 +00:00
mycroft
ddf64edfe6 Somebody didn't ftruncate()... 1993-06-14 15:57:07 +00:00
mycroft
60dfc2196f Fix egregious stupidity. 1993-06-14 15:35:14 +00:00
mycroft
6d58d97764 Update my config files. 1993-06-14 15:29:55 +00:00
mycroft
2330d21982 Add pms, allow for multiple mice, and add mice to listing at top of file. 1993-06-14 15:25:46 +00:00
mycroft
25b19a1b61 Add entry for pms. 1993-06-14 15:16:23 +00:00
mycroft
87bcb8ca95 Yeah, I'm awake. 1993-06-14 15:13:14 +00:00
mycroft
06f36e1045 Add preliminary (read: untested) PS/2 mouse driver. 1993-06-14 15:05:50 +00:00
brezak
76266e007c Add -DYP to CFLAGS 1993-06-14 14:20:20 +00:00
mycroft
ba09c15c63 Return EBUSY if device already open. 1993-06-14 12:46:56 +00:00
cgd
330f5907f2 say "using exception 16" rather than "exception 16"; the latter
lookes like it could be an error message...
1993-06-14 07:06:49 +00:00
cgd
53eb1ac38c a few changes to select. most notable: don't sleep forever unless
user actually wants to.  (it could happen in strange circumstances...)
1993-06-14 05:11:58 +00:00
andrew
925a429d35 Reduced bus-on time from the default of 11ms -> 9ms, to prevent floppy from
becoming data-starved during simultaneous fd & scsi activity.
1993-06-14 04:16:03 +00:00
andrew
d135011910 Added mms and lms busmice, plus mouse-* symlinker. 1993-06-14 03:45:06 +00:00
andrew
fe853a780c Changed the name of bms -> mms. 1993-06-14 02:28:34 +00:00
andrew
f9ce81fc82 Name change from bms -> mms. 1993-06-14 02:26:17 +00:00
andrew
07ec5d2fc6 Renamed Microsoft busmouse driver from bms -> mms 1993-06-14 02:12:15 +00:00
deraadt
e242190751 *whoops*. The previous commit killed a few important characters of code. 1993-06-14 00:47:08 +00:00
deraadt
eb42ef3021 this is what the new magic numbers will look like 1993-06-13 23:43:00 +00:00
mycroft
3d735d0f5a Add FILES section. 1993-06-13 23:21:34 +00:00
mycroft
77f1922b02 Fix up FILES sections. 1993-06-13 23:06:41 +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
9b971264a9 Update file names. 1993-06-13 22:29:02 +00:00
deraadt
c12b59cc91 The sun magic stuff was a little bit smart. I mailed the
patch to the author.
1993-06-13 22:18:45 +00:00
mycroft
90c92bff60 Add support for fast symlinks. 1993-06-13 21:08:27 +00:00
deraadt
64f27b118b incorrect previous change, the LKM_CDEV/LKM_BDEV macros generate the
correct cdevs[]/bdevs[] structures for insertion.
1993-06-13 18:32:48 +00:00
andrew
566c83b7c1 Added microsoft and logitech busmice entries.
Filled in reserved "lkm" entries with enxio()s.
1993-06-13 14:10:44 +00:00
andrew
e1e618d7ca Added microsoft and logitech isa busmice. 1993-06-13 14:03:50 +00:00
andrew
fc37a8acde Microsoft/Logitech busmouse ioctls. 1993-06-13 14:01:06 +00:00
andrew
bd8e20a9b4 Logitech busmouse driver. 1993-06-13 13:59:52 +00:00
andrew
160d6e8b5c Microsoft & Logitech busmouse drivers. 1993-06-13 13:55:03 +00:00
andrew
86c3eb7c8b Added IO_BMS1, IO_BMS2 bus mouse entries. 1993-06-13 12:55:47 +00:00
mycroft
85387a3dea Believe it or not, selrecord() was broken... 1993-06-13 07:39:32 +00:00
cgd
3fcc79608f make no-ops actually take time; seems to make bde's interrupt code more
stable...
1993-06-13 05:57:34 +00:00
andrew
7103ad45a2 Fixed a nested comment to make things gcc -Wall clean. 1993-06-12 23:35:14 +00:00
cgd
4d785d18cc handle jolitz physio bug which i mentioned in mail;
if you malloc, and get nothing back, panic.
this is totally done wrong, anyway.
1993-06-12 19:54:35 +00:00
deraadt
ef08b20d7a a few typecasts because of the new prototypes 1993-06-12 19:46:31 +00:00
andrew
d790308a20 Yuval Yarom's 'panic:closef: count < 0' fix to unp_discard(). 1993-06-12 14:01:23 +00:00
andrew
627247e449 Fixed up nested comments to be gcc -Wall clean. 1993-06-12 12:30:24 +00:00
andrew
633e84cc9d Flip euid to user immediately after opening log file, to allow .tiprc file
to be read without perms problems.
1993-06-12 03:41:40 +00:00
deraadt
554c8c0397 clntudp_create was being called with the wrong arguments. (hurray prototypes!) 1993-06-12 00:02:37 +00:00
jtc
2de36c6cb2 Added -d option to install 1993-06-11 18:30:46 +00:00
brezak
891aec9712 Fix to compile with YP. 1993-06-11 16:58:19 +00:00
brezak
c003b4a089 No need to link in librpc 1993-06-11 11:35:44 +00:00
deraadt
bda8918483 The latest patch was hosed. There is some program that I used which
left extra crud at the end of the file. I blame ftpd for not doing an
ftruncate().
1993-06-11 09:12:21 +00:00
cgd
c5d0eb5199 note gprof.ex is in csu/i386 not csu.i386 like it used to be... 1993-06-11 02:59:54 +00:00
brezak
55a46f2c44 Changes for using XIDLE option. 1993-06-11 01:10:14 +00:00
brezak
70f813217a Don't start rwalld - now started by inetd. 1993-06-11 00:39:31 +00:00
brezak
2f3bcc6ff6 Add entries to start rpc services. 1993-06-11 00:38:48 +00:00