848 Commits

Author SHA1 Message Date
cgd
48ff350da4 if no irq, that is, intenally, d_irq == -2, don't output a vector... 1993-05-18 18:02:05 +00:00
cgd
1e35a4ad51 clean up comment/rcsid... 1993-05-18 15:38:35 +00:00
cgd
0f5363fb6e fix "swap generic" support. 1993-05-18 12:42:44 +00:00
cgd
78459cd772 last of the "arch" changes 1993-05-18 11:51:52 +00:00
cgd
4b6a7c9ac1 add isa_subdev to the list of device tables... 1993-05-18 11:22:34 +00:00
cgd
fff7333562 pseudo-update for new config changes 1993-05-18 10:36:06 +00:00
cgd
bf57335f6e oops; last time i moved stuff, was to the wrong place...
don't use csu.* any more, just use *...
1993-05-18 10:08:43 +00:00
cgd
802339c8e0 change for 'arch' 1993-05-18 09:58:39 +00:00
cgd
3a7f355f7b update man page for 'arch' changes 1993-05-18 09:10:27 +00:00
cgd
ecfb9b8bdf add changes for 'arch' 1993-05-18 08:56:31 +00:00
cgd
253e014c1b changes for 'arch' 1993-05-18 08:54:21 +00:00
deraadt
d4b8b86e17 Latest patch to copyout family of functions from <chmr@edvz.tu-graz.ac.at>
> >If you want to use my code, be warned that there is a bug in the code that
> >calculates the number of pages involved in the copy: the page count is
> >too high if the copy begins on a page boundary and len is a multiple of
> >NBPG. Guido van Rooij pointed this out to me.
1993-05-18 07:49:52 +00:00
cgd
0a1067068d move csu.${MACHINE} into a "csu" subdirectory. 1993-05-18 07:48:34 +00:00
cgd
7886a059b7 bring in getcap routines, supplied by CSRG, from 4.4... 1993-05-18 07:37:51 +00:00
cgd
24c005f7ee fix from David Burren <davidb@otto.bf.rmit.oz.au> to print address families
more nicely, and to print host names when showing routes w/o -n.
1993-05-18 07:15:59 +00:00
cgd
5bc6c67b35 fix pg() for halt again, because theo killed my change... 1993-05-17 22:31:21 +00:00
deraadt
b45bb57bf7 nothing important 1993-05-17 20:41:55 +00:00
cgd
144b08de9f make sure hp300/compile stays in the distribution 1993-05-17 09:20:49 +00:00
cgd
e293dd3390 make config use a /sys/${machine}/compile directory, rather than
/sys/compile
1993-05-17 09:10:06 +00:00
cgd
fb07849121 have makedev create /dev/zero 1993-05-17 08:53:06 +00:00
cgd
9ceccb0411 add serial ports and lpt 1993-05-17 06:17:41 +00:00
cgd
ca8a0ef078 make sys point to /usr/src/sys 1993-05-17 06:01:15 +00:00
cgd
f064977b30 fix broken patchkit patch for pty stuff... 1993-05-17 05:43:16 +00:00
cgd
3e5b7cbdb6 add a ;; to make sh parse it, and add acct to the list of devs to remove
for "std"
1993-05-17 05:42:44 +00:00
cgd
862b87b104 add kernel config for other 486-50, and make theo happy 1993-05-17 05:25:01 +00:00
davidb
9a7ccb4d96 Changed named of ECNTRL_THIN to ECNTRL_ONBOARD as the name isn't as
applicable to the UTP version of the card.
1993-05-16 15:20:38 +00:00
davidb
72899d220d Changed named of ECNTRL_THIN to ECNTRL_ONBOARD as the name isn't as
applicable to the UTP version of the card.
Fixed selection of the internal/external transceiver to use the driver flags.
1993-05-16 15:18:34 +00:00
cgd
e99f15fe97 patch from James Jegers <jimj@miller.cs.uwm.edu> to allow NFS-mounting
of ISO 9660 (isofs) filesystems, and other minor isofs fixes.
1993-05-16 03:55:54 +00:00
cgd
4745f05e49 patch from Guido van Rooij <guido@gvr.win.tue.nl> to make ioports
work "normally," i.e. not randomly, and only when /dev/mem is opened.
1993-05-16 03:42:46 +00:00
deraadt
4f089ae403 more self efacement 1993-05-16 02:55:27 +00:00
deraadt
f0da96cf7e added my copyright.. how self efacing of me 1993-05-16 02:47:20 +00:00
cgd
b18b69d4a1 getpgrp actually takes void. ask the IEEE... 1993-05-16 01:51:51 +00:00
cgd
485742fbba fix bad prototype for getpgrp() 1993-05-15 09:44:34 +00:00
cgd
adcd661a03 fix the fact that p_wmesg was in the wrong section of the proc struct 1993-05-15 02:39:53 +00:00
cgd
0916448928 fix M_LAST off-by-one error. if you don't understand, look in kern_malloc.c 1993-05-15 01:19:38 +00:00
davidb
b596ad8045 Updated to support MIPS processors 1993-05-14 15:27:49 +00:00
deraadt
4c5d56fdb2 copyin/copyout should now work.
ref: bugfiler 386BSD-0.1.2.3/sys.386bsd/5
1993-05-13 21:39:34 +00:00
deraadt
1873f83e92 various 8-bit patches from Andrew Chernov <ache@astral.msk.su>
tty_compat.c is cleaned up, as is STOP+TIOCSTI in tty.c
1993-05-13 20:58:26 +00:00
deraadt
2547e30dce error message reporting fixed. patch from Gordon Burditt <gordon@sneaky.lonestar.org>
see also 386BSD-0.1.2.3/sys.386bsd/8.
1993-05-13 20:55:47 +00:00
cgd
73ec3715d4 add from net2. was symlink to ../../tahoe/tahoe/ns_cksum.c 1993-05-13 20:36:25 +00:00
cgd
a01a1e4641 add from net2. were symlinks to ../../vax/include/* 1993-05-13 20:35:11 +00:00
cgd
4857143d76 add from net/2 sources. was symlink to ../../tahoe/include/endian.h 1993-05-13 20:34:47 +00:00
cgd
4799ba1906 add gas config files from net/2 1993-05-13 14:48:19 +00:00
cgd
6a85b029cb add missing gdb config files from net/2 1993-05-13 14:11:13 +00:00
mycroft
94e5243e85 Clean up deleted files. 1993-05-13 14:06:10 +00:00
cgd
c1a4ec0a2a add hp300 kernel files. generic kernel files might need some help... 1993-05-13 13:56:20 +00:00
cgd
f2d158377c add files for /usr/src/etc for the hp300 1993-05-13 13:53:04 +00:00
cgd
e944473980 add hp300-specific libc files 1993-05-13 13:51:52 +00:00
cgd
fc6c633844 add hp300 crt0 files 1993-05-13 13:50:54 +00:00
cgd
2c94cd04f6 add hp300 man page 1993-05-13 13:49:13 +00:00