Commit Graph

9936 Commits

Author SHA1 Message Date
mycroft 0673ffd9de Prototype m_adj(). 1994-09-19 05:03:09 +00:00
mycroft 72e34bc0d4 Shrink ld.so by 12k. 1994-09-19 04:49:02 +00:00
mycroft e9d5734eb6 Move FLOATING_POINT definition into Makefile.inc. 1994-09-19 04:43:02 +00:00
mycroft 485773b00a Fix null pointer dereference, per Rolf Grossman. 1994-09-19 04:32:45 +00:00
mycroft 11ac5752b8 Fix old typo. 1994-09-19 03:50:52 +00:00
mycroft 4b4b56f402 Merge man pages with 4.4-Lite. 1994-09-19 03:46:11 +00:00
mycroft 08f1f608c4 Fix typo. 1994-09-19 03:35:16 +00:00
mycroft cd392179ef Merge with 4.4-Lite. 1994-09-19 03:34:06 +00:00
mycroft 4ded5e85bb Use setuid() and setgid(), not setreuid() and setregid(). 1994-09-19 02:56:37 +00:00
mycroft d339fcc90b Use `gcc', not `cpp', for depending. 1994-09-19 02:46:11 +00:00
mycroft 802570eafb Make the local ID support more flexible. From Ty Sarna. 1994-09-19 02:34:17 +00:00
mycroft 6be039584f Remove silly unit number limitations on several items. 1994-09-19 02:18:05 +00:00
mycroft a16a6eea42 Add -DHAVE_TERMIOS, per Thomas Eberhardt. 1994-09-19 01:38:55 +00:00
mycroft 96933ee163 Don't use rate_to_code() for termios; cfset[oi]speed() does the conversion. 1994-09-19 01:00:48 +00:00
mycroft 9b9fa4f2a0 Fix misguided attempt to reorganize bootdev, and fix a few
other miscellaneous bugs and nits.
1994-09-19 00:23:36 +00:00
mycroft 4446637a81 Print tickadj. 1994-09-18 21:59:40 +00:00
mycroft 3b83040b88 Add tickadj to clockinfo. 1994-09-18 21:55:43 +00:00
mycroft 61101c8fa5 Remove extern of tickadj. 1994-09-18 21:49:07 +00:00
mycroft b8ea227747 Move extern of tickadj into here. 1994-09-18 21:48:28 +00:00
mycroft 55e0e1d12a Bug fixes from John Kohl:
modload didn't honor its -p argument.
It also would destroy the input file when you didn't specify an output
symbol file with -o.
1994-09-18 19:53:44 +00:00
mycroft cc1852efe4 Add some delays to save the Gateway (lose, lose) keyboard controllers. 1994-09-18 19:33:11 +00:00
deraadt 1ec7a8fcbe fix PR#484 relating to backspacing over a tab. 1994-09-18 18:32:51 +00:00
mycroft 10a6fcedbf Allow extracting FIFOs. 1994-09-18 05:11:03 +00:00
mycroft ed6674d599 Add a comment on the #endif. 1994-09-18 04:44:13 +00:00
mycroft 868c94ff7c Fix space change in last commit. 1994-09-18 04:40:47 +00:00
mycroft 3270e71a99 Stylistic changes. 1994-09-18 04:32:35 +00:00
deraadt a17fd8ea43 prototype zopen()
NBPG --> getpagesize()
1994-09-18 03:40:44 +00:00
mycroft 09aa8eb440 Clean up deleted files. 1994-09-18 03:32:52 +00:00
mycroft 96e437894b Merge the m68k files. The code itself should be merged. 1994-09-18 03:32:50 +00:00
deraadt 6e34e2ecbe Can't do `#ifdef BSD' unless we've pulled in <sys/param.h> 1994-09-18 02:57:08 +00:00
deraadt 9de7a8a1d8 If the binding file doesn't exist, we need to try RPC to ypbind
to wake it up. This probably fixes my problem with amd.
1994-09-18 02:56:00 +00:00
deraadt fdf894abcd should work for sun4 and sun4c 1994-09-18 02:32:50 +00:00
mycroft dd831dd13a 4.4-Lite version, slightly edited. 1994-09-18 02:14:32 +00:00
mycroft 3f3461a8e9 Trivial change to avoid compiler warnings, from Bill Sommerfeld. 1994-09-18 01:59:30 +00:00
mycroft b707f8aa13 Move the swap page buffer into struct __kvm. Cache the page size during
kvm_open().  Fix an existing memory leak.
1994-09-18 01:52:01 +00:00
mycroft 274730a866 Make genassym depend on genassym.c 1994-09-18 00:57:38 +00:00
mycroft 775fc8b821 Add LED frobnication code, from 4.4-Lite. 1994-09-18 00:43:19 +00:00
briggs 94c9e31220 Make a pass at mac68k install documentation. 1994-09-18 00:33:41 +00:00
deraadt dbccee1a87 Don't use NBPG/PGOFSET/PGSHIFT. Use getpagesize() and calculate them. 1994-09-18 00:22:22 +00:00
mycroft 586252e3e1 Move the playerids file to /var/games, as suggest by Rafal Boni. 1994-09-18 00:21:38 +00:00
mycroft 7e59c0d1fc Fix typo in date format. 1994-09-18 00:14:39 +00:00
deraadt 4fbb770d32 add obio for sun4 1994-09-18 00:03:03 +00:00
deraadt 89670e4cfb generalize bus support for match/attach 1994-09-18 00:02:16 +00:00
deraadt a9f84a682a generalize bus support for match/attach
sun4 code for mapping zs chips
1994-09-18 00:02:02 +00:00
deraadt b694d835f9 add tape/cdrom 1994-09-18 00:00:43 +00:00
mycroft 47597918a1 Correct typo; IFMT -> S_IFMT. 1994-09-17 23:59:03 +00:00
deraadt 1be17e489e sbus/* --> dev/*
deal with multiple bus types (start of vme/obio support)
1994-09-17 23:57:27 +00:00
deraadt 152b1d19d4 obio bus driver, for dealing with devices on the sun4 motherboard. 1994-09-17 23:49:58 +00:00
deraadt 1340faab13 Replacement esp (NCR 53C9X + LSI DMA) scsi driver from Peter Galbavy. 1994-09-17 23:48:32 +00:00
deraadt ca83f065d9 "struct confargs" is used for all device match/attach functions. It
tells you what bus (sbus, vme, ...) you are on.
1994-09-17 23:46:32 +00:00