summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-1332-285/+208
* - Fix spinlock exiting to handle recursion properly and only enablejhb2000-09-132-10/+14
* - Fix spinlock exits to properly handle the recursion count and onlyjhb2000-09-131-43/+59
* Import the global sched_lock variable instead of using a private copy. Thisjhb2000-09-131-0/+1
* Fix a comment, we have mutexes now instead of a single lock.jhb2000-09-131-1/+1
* Add back in obtaining/releasing Giant around interrupt handlers.jhb2000-09-131-0/+10
* Be more careful about cleaning up the stack after function calls earlybde2000-09-133-33/+48
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-135-24/+18
* Merged from sys/isa/sio.c revision 1.312.kato2000-09-132-0/+18
* Merged from sys/i386/conf/GENERIC revision 1.275.kato2000-09-131-1/+1
* Merged from sys/i386/conf/GENERIC revision 1.274.kato2000-09-131-1/+1
* Unlock current directory when calling VFS_ROOT() because underlyingbp2000-09-131-3/+10
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.imp2000-09-131-1/+4
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-1317-1/+4787
* Take out some unneeded debugging code and re-enable panic()'ing if we spinjhb2000-09-131-14/+6
* Merge changes from the i386 port to allow userret() to be called bothdfr2000-09-121-11/+37
* * Redo the cmpset inlines to use one less register. This incidentallydfr2000-09-121-22/+156
* Really disable interrupts for spin mutexes instead of just pretending.dfr2000-09-122-16/+12
* Use size_t instead of u_int for 4th argument to copyinstr().jhb2000-09-121-1/+1
* New world order wrt to kernel location and name. This doesn't actuallydcs2000-09-121-2/+2
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-128-140/+110
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-123-6/+12
* Fixed some serious bugs in ext2_readdir():bde2000-09-122-22/+44
* Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.bp2000-09-121-0/+3
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersbde2000-09-122-2/+8
* Turn the /dev/random device into a (pseudo-)device, not an option.markm2000-09-128-13/+13
* The "struct proc" argument to read_random was ill-conceived, and amarkm2000-09-125-7/+5
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-123-4/+7
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-1213-166/+201
* Back out bktr_mem_load. It is not needed because I'm use MODULE_DEPENDroger2000-09-121-1/+0
* o Variety of extended attribute fixesrwatson2000-09-121-26/+39
* Fix screwup in previous commit.billf2000-09-121-1/+3
* Fix some printf format string warnings due to sizeof(int) != sizeof(long) onjhb2000-09-112-12/+12
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enablemsmith2000-09-111-1/+1
* Add tx to the list of miibus using network drivers. We already build tx inbillf2000-09-112-0/+2
* Move tx to the list of drivers that now require miibus.billf2000-09-112-2/+2
* Well, this works for me and I can now boot my PC164 again.mjacob2000-09-111-34/+41
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-114-0/+27
* Sign tx driver as using miibus code.semenu2000-09-112-4/+4
* Back out previous revision now that sys/random.h is properly fixed.jhb2000-09-111-2/+0
* Forward declare 'struct proc'.jhb2000-09-111-0/+2
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatjhb2000-09-114-4/+4
* Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets.archie2000-09-111-3/+2
* revent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-111-0/+16
* Prevent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-112-0/+2
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weroger2000-09-111-4/+5
* Add bktr_mem_loader, default to NO.roger2000-09-111-0/+1
* Change to SI_ORDER_FIRST to make sure this module runs beforeroger2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theroger2000-09-112-1/+3
* The alpha doesn't have a eflags register, so don't refer to it here.jhb2000-09-112-4/+0
OpenPOWER on IntegriCloud