summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Declare the 'witness_spin_check' properly as a per-CPU variable in thejhb2000-11-154-12/+1
* Don't perform witness checks in witness_enter() during a panic.jhb2000-11-153-3/+3
* Add the 'witness_spin_check' per-CPU variable.jhb2000-11-156-0/+6
* - Don't acquire/release Giant during an interrupt context for machinejhb2000-11-151-10/+1
* Make ktr_verbose a bit more useful:jhb2000-11-151-0/+5
* Bug fix for revision 1.14 on the replacement of CIRCLEQ with TAILQ.mckusick2000-11-151-6/+4
* Fix all the interrupt enabled/disabled assertions which were backwards.jhb2000-11-152-12/+12
* Don't perform an mi_switch() when we release Giant during cpu_exit(). Wejhb2000-11-154-4/+8
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-151-35/+34
* vx no longer uses pci compat shims and this doesn't need a countimp2000-11-152-2/+2
* MFGENERIC: 1.291imp2000-11-151-0/+6
* Add pmtimer device, necessary for proper time keeping when apm orimp2000-11-152-0/+4
* remove period from SEE ALSO.ben2000-11-151-1/+1
* Set OPEN Flag on open.n_hibma2000-11-151-3/+11
* Enable all interrupts in switch_trampoline after releasing the sched_lock.jhb2000-11-151-0/+2
* Always enable interrupts during fork_trampoline() after releasing thejhb2000-11-143-0/+9
* Don't use the Gawkism strftime(). Pass in the date stamp on the awkobrien2000-11-142-2/+3
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-143-40/+33
* Add support for the Accton EN2242 MiniPCI adapter. This is just anwpaul2000-11-144-0/+8
* Only hold the mutex for an eventhandler list while the list is being accessed.jhb2000-11-141-3/+5
* Use Fx macro wherever possible.ru2000-11-142-2/+6
* When deleting a file, the ordering of events imposed by soft updatesmckusick2000-11-141-15/+18
* Pick up kernelname for bootinfo structure (if possible), otherwisemjacob2000-11-141-5/+13
* init booted_kernel from environment kernelname (if there)mjacob2000-11-141-0/+6
* move init of booted_kernel to bootinfo.cmjacob2000-11-141-4/+2
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-1414-54/+47
* Missed conversion of CIRCLEQ => TAILQ for mount list.mckusick2000-11-142-2/+2
* Proper capitalization of PCMCIA (and avoid matching pcm)jkh2000-11-142-2/+2
* In the year 2000, I think it's perfectly reasonable to include audiojkh2000-11-144-0/+14
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates somewpaul2000-11-133-12/+121
* Make linux_sendsig and linux_sigreturn use all 64 bits of agallatin2000-11-132-5/+56
* Fix a bug with handling of the saved interrupt state for spin mutexes injhb2000-11-132-4/+4
* Initialize bus_space_handle_t with zero (for PC-98).nyan2000-11-134-8/+8
* Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIOmarcel2000-11-131-5/+19
* Classify all EISA cards with major firmware revions '2' as 742As.gibbs2000-11-133-3/+22
* Don't attempt to reference a NULL scb_data area during teardown eventsgibbs2000-11-131-0/+2
* Change the ext_type type from short to int, since it doesn't cost usbmilekic2000-11-131-1/+2
* Add ray driver for card (OLDCARD) and pccard (NEWCARD) entries.imp2000-11-121-0/+3
* Changes necessary to make this work.imp2000-11-125-108/+83
* Only offset raid disks > 1 on the HPT, this should solve thesos2000-11-121-1/+2
* Better handling of immediate commands, mainly to solve timeoutssos2000-11-124-12/+37
* Hopefully fix the probing problems that caused lost slaves etc..sos2000-11-121-53/+67
* Fixed a certain panic on IO error in sendfile(): Page must be set PG_BUSYdg2000-11-121-1/+3
* aic7xxx.c:gibbs2000-11-123-4/+16
* Add new M_RDONLY flag, which can be set during setup (MEXTADD, for example),bmilekic2000-11-111-14/+32
* Change MEXTADD usage to pass the two new arguments.bmilekic2000-11-115-5/+6
* Change check from mbuf->m_ext.ext_free to use the new ext_type in orderbmilekic2000-11-111-6/+3
* While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REFbmilekic2000-11-112-12/+4
* * Have m_pulldown() use the new M_WRITABLE() macro in order to determinebmilekic2000-11-112-15/+33
* Change check for existence of mbuf->m_ext.ext_free to check of new ext_typebmilekic2000-11-111-1/+1
OpenPOWER on IntegriCloud