290 Commits

Author SHA1 Message Date
cgd
56a40a041d fix lpt driver and add lpa driver. from 386bsd pk patch 133 1993-05-07 05:38:55 +00:00
cgd
afd080fa72 add some explanatory comments from 386bsd patchkit patch 113 1993-05-07 05:22:14 +00:00
cgd
ce6a9ce3f5 fix uname initialization 1993-05-07 04:09:18 +00:00
cgd
9b9d141423 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
cgd
3b6b0ae3b1 make kernel name a bit less confusing... 1993-05-06 12:17:06 +00:00
cgd
94470e0e60 diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org> 1993-05-06 10:46:12 +00:00
glass
2aed7f774e missed three config files going from pseudo-device DDB to options DDB 1993-05-05 13:56:25 +00:00
deraadt
2085a04428 fixed bug from last commit 1993-05-05 00:29:38 +00:00
deraadt
0fea4331af 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
b77f86a42d 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
54884b3a56 oops, forgot a c! 1993-05-04 05:48:17 +00:00
cgd
24780a90b6 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
ac514e2580 add a friggin' serial port... the machine has one... 1993-05-04 05:45:26 +00:00
cgd
6d120d731c make ip_input recursion checking be for -DPARANOID, and make it panic 1993-05-04 05:41:18 +00:00
cgd
f682965a57 make serial ports have right numbers, and add slip to generic kernels 1993-05-04 05:37:50 +00:00
mycroft
f5220043d4 Don't autorepeat locking keys. (Can someone test this with X?) 1993-05-04 05:00:26 +00:00
cgd
5c69fcb36f fixed loopback == nuke problem.
This fix is probably not optimal, but it works.
1993-05-04 02:37:27 +00:00
glass
742d81c095 necesssary fix before the ISO, and NS stuff has even a prayer of working.
Jolitz while garbage-collecting the ISO shit, also garbage collected the
DO_NET(NETISR_XXX.... support for them.  CCITT is still broken, i think
because this snapshot's version is hosed.
1993-05-03 08:44:06 +00:00
cgd
d7f7dfe281 fix accidental 2dd, and fix comm handling for debug 1993-05-03 02:49:27 +00:00
cgd
71e266dada add starting, elapsed, user, and system times, and clean up a bit 1993-05-02 20:40:31 +00:00
deraadt
e6457565d6 fixed silly typo. 1993-05-02 20:14:48 +00:00
cgd
cd4c643593 add barebones accounting, enabled w/"options ACCOUNTING", via /dev/acct 1993-05-02 09:22:31 +00:00
mycroft
c88efa552a Clean up deleted files. 1993-05-02 09:14:24 +00:00
mycroft
ff0dc1f3c7 Fix error in last change. B-P 1993-05-01 19:12:45 +00:00
mycroft
ffe1d38811 Move bpfattach() call into weattach(). 1993-04-30 23:48:35 +00:00
mycroft
337ef120f2 Move bpfattach() call into hpattach(). 1993-04-30 23:44:03 +00:00
cgd
dae7c10ad9 GENERICAHA_DDB was too big, so got rid of wd support in it.
moved it to GENERCISA_DDB, which has no SCSI support
1993-04-29 23:38:21 +00:00
cgd
6611936eb4 changes from Ralf Friedl <friedl@informatik.uni-kl.de>.
These changes fix the following problems (in his words):
- When a direcrory was extended, it's size was not updated.
- Moving directories didn't work.
- I had removed brelse() call after an error from bread(), because I
thought bread() would already free them, but it doesn't, so I have
reinserted the brelse() calls.
- I have changed pcfs_setattr to silently ignore attempts to change
uid, gid or access time of a file. This allows 'cp -p' without errors.
1993-04-29 22:54:28 +00:00
cgd
3e5d7577e9 generic kernel w/aha1542 and debugging support 1993-04-29 13:01:52 +00:00
cgd
4ec028b288 fix other half of the text file busy problem:
don't allow user to exec a file if it's open for writing
1993-04-29 10:12:42 +00:00
mycroft
db0f707766 Fix total bogosity in the receiver code. 1993-04-29 09:33:21 +00:00
cgd
856b727346 make it panic, like i thought it did, for mb_map too small. 1993-04-29 08:57:02 +00:00
cgd
c2cddb25c7 JOLITZ MANGLED MY PROFILING PATCH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
get the i386 profiling assembly in the right ifdef...
1993-04-29 05:38:52 +00:00
cgd
d3eaaa5374 make sure you can't include ahb or bt when you've got an aha 1993-04-29 03:33:36 +00:00
cgd
eb2b13d51a use ed instead of ex. the script to use is identical, and we might
want to switch back to using ex when our ex supports -.
1993-04-29 03:27:39 +00:00
mycroft
f8a4c5847e Fix utter inanity I committed last night. 1993-04-29 00:46:21 +00:00
mycroft
6eb18fb611 HP cards use 32 I/O ports, not 16. 1993-04-28 23:57:42 +00:00
mycroft
7d12ae2f7a Fix silly compilation error. 1993-04-28 23:39:37 +00:00
cgd
72c0d7e22d version 0.8a -- gonna export some new kernels... 1993-04-28 23:21:03 +00:00
deraadt
372a76a500 Ensure the rmaouthdr shell script is executable before running it! 1993-04-28 08:45:51 +00:00
cgd
dc142311c5 bsd->netbsd 1993-04-28 06:37:52 +00:00
cgd
10f90fced1 got rid of __386BSDREL__ symbol; it was useless.
added NetBSD symbol (date+rel number) and NetBSD0_8 symbol.
1993-04-28 05:54:21 +00:00
cgd
b241feb932 386bsd -> bsd for kernel name, and kill weird binary... 1993-04-28 05:38:44 +00:00
cgd
f884d0dc31 new kernel name is "bsd" also, add "o*" to list of kernels to boot. 1993-04-28 05:32:55 +00:00
cgd
5332665110 get rid of the silly quotes 1993-04-28 05:31:03 +00:00
cgd
a32f5dee78 new kernel name is bsd 1993-04-28 05:28:56 +00:00
mycroft
43217d0eee Give processes 0 and 2 more appropriate names (scheduler' and swapper', respectively). 1993-04-28 04:19:25 +00:00
mycroft
c5fba062aa Implement previous change more cleanly. 1993-04-28 04:00:49 +00:00
mycroft
fd7eb0fb33 Make swapmap extern; it is defined in vm_swap.c. 1993-04-28 03:06:15 +00:00
mycroft
e9d5658078 Introduce a new panic() condition in case I missed something. 1993-04-28 03:04:57 +00:00