aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the 'ppc' ISA-bus parallel-port chipset driver.Mike Smith1997-08-161-2/+3
* Use cdev major 82 instead of the (reserved-for-local-use) original 14Mike Smith1997-08-161-3/+3
* Assign character major 82 to the 'ppi' Generic Parallel Port I/O device.Mike Smith1997-08-162-2/+4
* Minor ppc_data structure tweak.Mike Smith1997-08-163-9/+9
* Add new ppbus files.Mike Smith1997-08-161-0/+2
* Sync with ppbus-970815 from the author :Mike Smith1997-08-1610-245/+900
* Oops, reference the ppi and vpo drivers properly. Obviously nobody'sMike Smith1997-08-161-2/+2
* SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. ThisJohn Dyson1997-08-161-1/+24
* Synchronize with sys/i386/conf/majors.i386 revision 1.15.KATO Takenori1997-08-161-1/+2
* Synchronize with sys/i386/conf/files.i386 revision 1.171.KATO Takenori1997-08-162-2/+4
* Map CSTATUS to ^T by default or it never noticed by novice usersAndrey A. Chernov1997-08-151-2/+2
* Remove the bus settle delay after reset code. It could cause an infiniteJustin T. Gibbs1997-08-152-168/+23
* Added DIAGNOSTIC routine to test inconsistency of vnode when cnpKATO Takenori1997-08-152-2/+18
* Deleted unused code which adjust UN_UNLOCK flag.KATO Takenori1997-08-152-34/+10
* The promised "better fix" for "Trap 9 When Boot SMP" problem.Steve Passe1997-08-153-6/+9
* The promised "better fix" for "Trap 9 When Boot SMP" problem.Steve Passe1997-08-152-29/+18
* Add support for the new Parallel-Port Bus and devices thereon.Mike Smith1997-08-145-5/+73
* ISA Parallel-Port Bus chipset driver.Mike Smith1997-08-146-0/+2703
* Add parallel-Port Bus drivers.Mike Smith1997-08-141-0/+4
* New directory and drivers for Parallel Port Bus devices.Mike Smith1997-08-148-0/+2597
* Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE andKATO Takenori1997-08-141-2/+7
* setitimer: if it_value == 0 clear it_interval nowAndrey A. Chernov1997-08-141-2/+6
* Add the NetVin 5000 series NE2000 PCI card vendor and device IDs.Daniel O'Callaghan1997-08-142-2/+4
* If the user doesn't have read permission, union_copyup should not copyKATO Takenori1997-08-142-2/+22
* Backed out part of previous change. The example of -b mount inKATO Takenori1997-08-142-8/+4
* Cheap TEMPORARY fix for "Trap 9 When Boot SMP" problem.Steve Passe1997-08-131-1/+10
* Reserve major 81 for rocketport driver.Jordan K. Hubbard1997-08-132-2/+4
* add a diagnostic to catch some common cases of tsleep beingJulian Elischer1997-08-131-1/+8
* Bypass itimerfix 100000000 limit in nanosleep1 using loop through timeoutsAndrey A. Chernov1997-08-131-46/+64
* Add a spin lock that prevents the sequencer from attempting to add anJustin T. Gibbs1997-08-134-11/+61
* SUNIT: exchange up/down states tooAndrey A. Chernov1997-08-131-1/+7
* Synchronize with sys/i386/isa/isa.c revision 1.100.KATO Takenori1997-08-131-7/+7
* Synchronize with sys/i386/i386/trap.c revision 1.104.KATO Takenori1997-08-131-2/+2
* Add parentheses because == has higher precedence than &.Steve Price1997-08-132-14/+14
* Back out a part of the disk scheduling "improvements" :-(. Let me knowJohn Dyson1997-08-123-6/+6
* Fixed vnode corruption by undefined case in union_lookup(). WhenKATO Takenori1997-08-122-6/+14
* Check permissions for fp regs as well as normal regs.Sean Eric Fagan1997-08-122-2/+6
* Fix a traceroute problem in the CISCO HDLC mode. (cisco routers notKenjiro Cho1997-08-121-2/+2
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,Sean Eric Fagan1997-08-128-16/+86
* Fix file descriptor leak.Brian Somers1997-08-114-2/+11
* Synchronize with sys/i386/i386/userconfig.c revision 1.87.KATO Takenori1997-08-111-4/+4
* Make the CLI mode message a little less intimidating.Jordan K. Hubbard1997-08-111-4/+4
* Fix problem in the DC390_DefaultEEprom subroutine, which could leadStefan Eßer1997-08-111-3/+3
* Oops, fix breakage to UP kernel.Steve Passe1997-08-104-4/+30
* Added trap specific lock calls: get_fpu_lock, etc.Steve Passe1997-08-108-257/+315
* Cheap fix for kern/4255.Steve Passe1997-08-107-28/+70
* Ops the arguments to copyin was in the wrong order..Søren Schmidt1997-08-102-4/+4
* Implement the LCP fail_counter: if an option has been NAK'ed for moreJoerg Wunsch1997-08-101-4/+13
* Synchronize with sys/i386/i386/trap.c revision 1.103.KATO Takenori1997-08-101-1/+14
* Synchronize with sys/i386/isa/syscons.c revision 1.230.KATO Takenori1997-08-101-14/+12