summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* MFNetBSDjulian2004-12-131-43/+44
* Another FNONBLOCK -> O_NONBLOCK.phk2004-12-131-2/+2
* Use O_NONBLOCK instead of FNONBLOCK alias.phk2004-12-131-1/+1
* Rather than casting through a (void *) to avoid the aliasing warning,imp2004-12-131-3/+3
* Explicit panic in vop_read/vop_write for devicesphk2004-12-131-0/+2
* We don't need vnode.h, but do need uio.h in these files. vnode.himp2004-12-134-4/+4
* Remove a stray critical_exit().scottl2004-12-131-1/+0
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-134-4/+8
* Explicitly panic vop_read/vop_write on fifos.phk2004-12-131-0/+2
* Re-enable link programming on resume. It appears the previous boundsnjl2004-12-131-2/+0
* sys/vnode.h is inappropriate for a driver. Use sys/uio.h instead.imp2004-12-131-1/+1
* Correct the handling of two unusual cases by the zero-copy receive path,alc2004-12-131-16/+26
* Cast from the specific vop_*_args to vop_generic_args via a (void *)imp2004-12-131-1/+1
* Crank down the lame-o-matic a notch by moving the = inside the /* */ ratherimp2004-12-131-1/+1
* Make this compile when you don't have /sys.imp2004-12-131-1/+1
* cover up the landmine until there's a proper solutionsam2004-12-131-0/+4
* Remove the addition of ACPI_DEBUG that was accidentally added in the lastscottl2004-12-131-1/+1
* Allow the acpi_ibm module to be built with ACPI_DEBUG.scottl2004-12-133-0/+7
* Try make code for teh M$ Intellimouse less obtrusivejulian2004-12-131-11/+24
* Make sure that opt_ddb.h exists so that this will compile with ACPI_DEBUGscottl2004-12-131-1/+2
* Don't export the 'dt' field as that would break the exisiting ABI.julian2004-12-132-5/+5
* Revert addition of Lide scanner entry..julian2004-12-132-2/+0
* Bump revision of FreeBSD for 802.11 framework update.imp2004-12-121-1/+1
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-1210-2420/+973
* Fix the last of the instability and the cause of the annoyingmarcel2004-12-121-2/+6
* Save a few more cycles in cpu_switch() and cpu_throw().cognet2004-12-121-29/+24
* Make sppp MPSAFE.rik2004-12-122-112/+237
* With the introduction of UFS2 we started looking for superblocks inphk2004-12-121-0/+1
* Don't deref NULL if no charset-conversion is specified.phk2004-12-122-2/+10
* Pass the file->flags down to geom ioctl handlers.phk2004-12-128-11/+29
* Add support for Cannon LIDE 20 scannerjulian2004-12-122-0/+2
* record the bssid for an associationsam2004-12-121-0/+1
* Only export defined symbols. Note that I couldn't find any differencenjl2004-12-121-1/+1
* Move the author's copyright notice to match the initial LongRun importnjl2004-12-122-2/+1
* Add support for USB Microsoft Intellimousejulian2004-12-123-21/+52
* do not clear the global key cache when reaching the INIT statesam2004-12-121-1/+0
* Changes to cache endpoint descriptors for all the interfaces. this informationjulian2004-12-121-34/+114
* Some changes related to reading the MAC-address from the VPD on systemsmarius2004-12-121-19/+18
* remove module dependency on rc4; it's not needed any moresam2004-12-121-1/+0
* Fix style.cognet2004-12-111-34/+34
* Add entries to trace syscalls with KTR.cognet2004-12-111-0/+6
* Revert rev 1.259. The null-pointer function call (a dereference onmarcel2004-12-111-39/+0
* Revert previous commit. The null-pointer function call (a dereferencemarcel2004-12-111-4/+4
* Add support for Tau-PCI-L model - one V.35/RS-232 orrik2004-12-112-717/+719
* Pass VM_ALLOC_NOBUSY to vm_page_grab() so that we don't have to callalc2004-12-111-2/+1
* Copy the entire stats structure. Let compiler decide how.phk2004-12-111-1/+1
* Revert rev 1.233. The null-pointer function call (a dereference onmarcel2004-12-111-3/+3
* Revert previous commit. The null-pointer function call (a dereferencemarcel2004-12-112-8/+8
* Fix whitespace.phk2004-12-111-1/+1
* Handle MNT_UPDATE export requests first and return so we do notphk2004-12-111-14/+14
OpenPOWER on IntegriCloud