summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't change the state of the system in acpi_tz_establish(). Before, wenjl2004-09-071-16/+22
* Instead of trusting _STA from power resources, cache the first valuenjl2004-09-071-5/+11
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-076-93/+19
* Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().phk2004-09-075-26/+17
* Explicitly pass vnode to smbfs_doio() function.phk2004-09-073-6/+3
* Explicitly pass the vnode to the nw_doio() function.phk2004-09-073-7/+4
* Do the small amount of tweaking to support PAE for at least initiator mode.mjacob2004-09-071-1/+137
* Use bioq_takefirst()phk2004-09-071-3/+1
* add KASSERTSphk2004-09-071-0/+2
* Make the alpha timecounter preferable to the i8254.phk2004-09-071-1/+2
* fix typojulian2004-09-071-1/+1
* Make debug printf less threatenning and make it only print out once.julian2004-09-071-2/+2
* Give libthr a choice (per system) of scope_system or scope_threadjulian2004-09-071-10/+37
* make witness it's own sysctl branch instead of using _ to do this. I havejmg2004-09-061-5/+10
* Remove layer intermixing. Device driver should pass the frame shouldglebius2004-09-061-20/+2
* Add a missing splx().simokawa2004-09-061-0/+1
* Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packetglebius2004-09-061-1/+1
* don't call f_detach if the filter has alread removed the knote.. Thisjmg2004-09-062-11/+10
* revert comment from rev1.158 now that rev1.225 backed it out..jmg2004-09-061-3/+1
* Fix a couple of typos in commentsbrueffer2004-09-061-4/+4
* Regen.dfr2004-09-063-6/+22
* Add a few stub syscalls to get TransGaming's winex a bit closer todfr2004-09-062-3/+30
* Don't do IPIs on behalf of interrupt threads.julian2004-09-062-4/+5
* slight code cleanupjulian2004-09-051-2/+2
* It's too easy to panic the machine when INVARIANTS are turned onalfred2004-09-051-1/+2
* For removable devices without media we set a zero mediasize but a non-zerophk2004-09-053-1/+14
* Recover normal behavior: return EINVAL to attempt to add a divert ruleglebius2004-09-051-2/+5
* Call callout_init() on nd6_slowtimo_ch before setting it going; otherwise,rwatson2004-09-051-0/+1
* Expand the scope of the socket buffer locks in sopoll() to include therwatson2004-09-051-4/+4
* Use %zu to format size_t.des2004-09-051-2/+2
* Temporarily back out revision 1.77. This changed cd9660_getattr() andtjr2004-09-052-28/+12
* Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBdes2004-09-054-0/+645
* fix up socket/ip layer violation... don't assume/know thatjmg2004-09-056-8/+17
* turn on IPIs for 4bsd scheduler by default.julian2004-09-051-2/+2
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-0527-854/+803
* Fixed build with DEVICE_POLLING defined.ru2004-09-041-2/+2
* Add support Western Digital External USB HDDsanpei2004-09-042-1/+10
* Let kmod.mk touch opt_*.h files as needed.ru2004-09-047-19/+4
* Enable debug.mpsafevm by default on amd64 and i386. This enables copy-on-alc2004-09-041-0/+4
* Sort files alphabeticallyimp2004-09-041-1/+1
* Add support Nikon CoolScan LS40 EDsanpei2004-09-032-1/+4
* Add support Qualcomm CDMA modemsanpei2004-09-032-0/+3
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-032-0/+2
* merge in if_rl locking because if_re was originally based upon if_rl.jmg2004-09-031-84/+135
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.sos2004-09-034-7/+18
* Don't declare a function we are not defining.julian2004-09-031-0/+2
* fix compile for UPjulian2004-09-031-0/+4
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.scottl2004-09-031-14/+2
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.sos2004-09-031-4/+9
* ooops finish last commit.julian2004-09-032-3/+5
OpenPOWER on IntegriCloud