1230 Commits

Author SHA1 Message Date
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
brezak
5dffb9b127 Add support for starting RPC servers. 1993-06-11 00:36:31 +00:00
brezak
96267d0e22 Add YP support. 1993-06-11 00:34:38 +00:00
cgd
23f01fa004 yes another fix (from margo?) via Christoph Badura <bad@flatlin.ka.sub.org> 1993-06-11 00:25:39 +00:00
brezak
1dc23573cc Add pcnfsd service. 1993-06-11 00:07:25 +00:00
jtc
1a9c05a062 convert manpages to -mandoc macros 1993-06-10 19:15:08 +00:00
jtc
4b780a9d57 update to -mandoc macros 1993-06-10 19:02:32 +00:00
jtc
0c7b56efc3 Install many symlinks to xdr.0 & rpc.0.
Update bindresvport, getrpcent, getrpcport.3 man pages, convert to -mandoc.
Fix minor bug in rpc.3 manpage.
1993-06-10 16:49:39 +00:00
brezak
224ca11730 Leave a hole for AFS 1993-06-10 16:25:01 +00:00
brezak
399d30c4ba Build in getpwent.o so that YP is NOT used. 1993-06-10 15:29:41 +00:00
brezak
adbc81e9d6 Line buffer output to work better with more. 1993-06-10 12:28:06 +00:00
brezak
045a590334 Add LOG_CONS when openlog(). 1993-06-10 12:23:47 +00:00
mrg
bfbb5d82d8 4.4BSD-Lite2 1993-06-10 05:50:01 +00:00
deraadt
98d05222e5 patch from Yuval Yarom, sent to me by <andrew@werple.apana.org.au>
they say: When doing an implicit bind in_pcbbind will assign used ports
if the port is bound on specific interface, and not on INADDR_ANY.
Effects of the bug range from connection drops to machine hangs.
1993-06-10 05:17:53 +00:00
deraadt
6fe3b028cd patch from Yuval Yarom, sent to me by <andrew@werple.apana.org.au>
The check that the destination of a forwarded ip packet is not on
the loopback net is wrong, and will always fail.  The following patch
fixes the problem.
[allows "route add $hostname localhost" to be added to /etc/netstart to
keep things for $hostname away from the ethernet driver]
1993-06-10 05:16:46 +00:00
deraadt
f37ee25bb2 sigh. one day i'll finish this driver, meanwhile, one more fix.. 1993-06-10 04:50:42 +00:00
cgd
d61783e658 add preliminary support for devfs (e.g. MOUNT_DEVFS #define, etc.) 1993-06-10 01:20:30 +00:00
cgd
b907fbcbb9 add preliminary support for devfs (e.g. MOUNT_DEVFS #define, etc.) 1993-06-10 01:02:59 +00:00
mycroft
7cbe7ab893 Clean up deleted files. 1993-06-10 01:00:13 +00:00
jtc
c4a1e69e2a New updated magic database from Ian Darwin (plus some fixes from me
to images, tex, and audio).  QMAGIC exectables are detected.
1993-06-10 00:57:28 +00:00
jtc
3cc555d0a1 Updated to Ian Darwin's latest release.
Adds lots of neat features from most other vendors file(1) commands,
plus (important!) little and big endian file types.  This will alow
us to detect and extract meaningful information from a many more
file types.
1993-06-10 00:38:32 +00:00
mycroft
ba077e1526 Clean up deleted files. 1993-06-10 00:38:21 +00:00
jtc
ebefd0d08f Updated to Ian Darwin's latest release.
Adds lots of neat features from most other vendors file(1) commands,
plus (important!) little and big endian file types.  This will alow
us to detect and extract meaningful information from a many more
file types.
1993-06-10 00:37:55 +00:00
deraadt
f6779cbdce minor silliness related to two or more controllers 1993-06-09 22:36:40 +00:00
cgd
d2f1cebe30 make documentation build into ps files. this works, mostly... 1993-06-09 22:00:27 +00:00
cgd
1e14b562af make documentation build into ps files. this works, mostly... 1993-06-09 21:47:31 +00:00
deraadt
2c8e44c31a removed aui/bnc hack from ifconfig. Use -llc0/llc0 instead. 1993-06-09 20:04:38 +00:00