summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.nyan2002-01-062-6/+24
* MFi386: revisions 1.382 and 1.386.nyan2002-01-061-1/+13
* Sorted the lists.nyan2002-01-061-3/+3
* * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag arekbyanc2002-01-062-24/+114
* Reorder a calculation in sbreserve so that it does not overflowsilby2002-01-062-2/+6
* Avoid reentrantly sending on the same socket, which causes a kernel panic.archie2002-01-061-0/+9
* - Teach SIGIO code to use cr_cansignal() instead of a custom CANSIGIO()rwatson2002-01-061-13/+3
* - Push much of the logic for p_cansignal() behind cr_cansignal, whichrwatson2002-01-061-30/+45
* Release text vnode in exit() rather than wait(). Occasionallydwmalone2002-01-051-8/+8
* Pre-calculate the checksum for multicast packets sourced on afenner2002-01-051-0/+12
* Fix a bug where the mutex name wasn't always displayed for processes injhb2002-01-051-1/+1
* In the word selection mode don't append newline if the word ends at thesobomax2002-01-051-0/+4
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-0513-28/+28
* Fix forward_roundrobin(). It was mistakenly using the cpu number aspeter2002-01-051-2/+2
* Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.peter2002-01-052-1/+3
* Change the preemption code for software interrupt thread schedules andjhb2002-01-0542-144/+125
* Remove brain damaged code in witness_lock(). We could have easilyjhb2002-01-051-16/+3
* GC unfinished function selected_proc_ipi(). It is a duplicate ofpeter2002-01-051-30/+0
* Move initialization of the MKMODULESENV envorinoment to kern.pre.mkimp2002-01-052-14/+15
* o Spelling fix in comment: tcp_ouput -> tcp_outputrwatson2002-01-042-2/+2
* Import this patch to address user concerns.darrenr2002-01-042-2/+2
* Axe a stale comment. Holding sched_lock across both setrunqueue() andjhb2002-01-041-8/+0
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
* Throw the $FreeBSD$s back in, properly escaping them.silby2002-01-042-8/+8
* Remove $FreeBSD$s from previous commit; perl thinks that they'resilby2002-01-042-4/+4
* Add the system default timer engine.tanimura2002-01-042-0/+644
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-0413-374/+882
* Do not derefer null.tanimura2002-01-041-0/+4
* unbreak -current (at least on my cvsups all today)julian2002-01-031-2/+0
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfsilby2002-01-032-8/+8
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-036-35/+185
* Regenerate.joe2002-01-032-2/+9
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.joe2002-01-032-0/+2
* Add some missing prototypes.joe2002-01-031-9/+3
* Return EBADF in case some vnode field has been reset to a NULL pointer.se2002-01-032-0/+4
* Sync with NetBSD:joe2002-01-031-81/+143
* Merge from NetBSD:joe2002-01-032-9/+12
* Merge from NetBSD:joe2002-01-032-2/+3
* Allow a specific setting for pv entries. This avoids the need to guesspeter2002-01-032-0/+2
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-024-5/+7
* Sync with NetBSD. Non-functional changes that bring this filejoe2002-01-021-55/+25
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-025-73/+155
* 1. Implement an optimization for pmap_remove() and pmap_protect(): if atmm2002-01-024-48/+143
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed tojoe2002-01-022-4/+4
* Sync with NetBSD:joe2002-01-0211-84/+106
* Correct the defintion of struct ofw_upa_regs, and use it instead oftmm2002-01-026-61/+82
* Close a window of time during early boot in which an interrupt wouldtmm2002-01-021-18/+18
* Remove the special casing for NetBSD and OpenBSD now that theyjoe2002-01-021-4/+0
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-029-67/+78
* Fix some places where the macro L0IFPIUNIT was used instead of the correctgj2002-01-022-7/+7
OpenPOWER on IntegriCloud