summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The default kernel filename is "kernel" again, not "kernel.ko".msmith2000-11-171-1/+1
* Add the 'gdt' and 'gdtd' devices for the ICP Vortex RAID controller family.msmith2000-11-171-0/+2
* Go back to using data_len in struct ngpppoe_init_data after discussionsbrian2000-11-165-89/+146
* The recent changes to msleep() and mawait() resulted in timeout() andjhb2000-11-161-1/+16
* When checking the device code in the probe routine, leave the chip inwpaul2000-11-161-3/+22
* Add kernel option NETGRAPH_ONE2MANY.archie2000-11-164-0/+4
* vx is now optional rather than taking a count. Reflect that in theimp2000-11-161-2/+2
* Put the probe verboseness behind bootverbosesos2000-11-161-11/+15
* New netgraph node type ng_one2many(4).archie2000-11-163-0/+640
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-1612-133/+39
* remove redundant declaration of bsd_to_linux_sigset()gallatin2000-11-161-1/+0
* fix glaring bugs in rt signals -- copyout the right signal mask ingallatin2000-11-161-2/+3
* Argh, add in a missing release of the sched_lock.jhb2000-11-161-0/+1
* CURSIG() calls functions that acquire sleep mutexes, so it is not a goodjhb2000-11-161-3/+12
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-162-2/+11
* make the fcntl() flags match what the linux/alpha port uses, notgallatin2000-11-161-9/+11
* - Rename await() to mawait(). mawait() is to await() as msleep() is tojhb2000-11-152-15/+29
* - Replace a KASSERT() that knew too much about mutex internals with ajhb2000-11-151-2/+1
* - Convert references from tsleep() -> msleep()jhb2000-11-151-9/+9
* - Add a new macro DROP_GIANT_NOSWITCH() that is similar to DROP_GIANT()jhb2000-11-151-6/+32
* Include the right headers to get the DDB #define and the db_active variable.jhb2000-11-153-0/+9
* - Replace some instances of sched_ithd with sched_swi in KTR tracepoints.jhb2000-11-151-2/+3
* Assert that Giant is not owned during the main loop of ithd_loop().jhb2000-11-152-0/+2
* 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
OpenPOWER on IntegriCloud