summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessaryalc2004-10-311-2/+9
* Utilize m_uiotombuf() in device write method, instead of home-grownglebius2004-10-312-70/+18
* Since last change moved ';' from macro to code, we need to embraceglebius2004-10-312-4/+4
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-316-10/+110
* Whitespace cleanupdes2004-10-315-23/+23
* Don't treat # as a comment in interpreter specification line.pjd2004-10-311-1/+1
* During traversal of the active queue by vm_pageout_page_stats(), tryalc2004-10-301-1/+10
* With ALTQ, it is possible that although the queue was not empty when wedes2004-10-301-0/+7
* Add altq(4) support.des2004-10-301-8/+10
* Eliminate an unused but initialized variable.alc2004-10-301-2/+0
* Save and restore state across suspend/resume events.iedowse2004-10-302-37/+92
* Whitespace cleanup.des2004-10-302-55/+55
* Disable use of synchronization early in the boot by the MAC Framework;rwatson2004-10-303-0/+63
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBbrooks2004-10-301-0/+10
* MFi386: revision 1.599 (Preserve dcons(4) buffer passed by loader(8).)nyan2004-10-302-2/+34
* Remove a duplicate code.nyan2004-10-301-1/+0
* - When choosing a thread on the run queue, check to see if its nice isjeff2004-10-301-2/+4
* Correct a bug in TCP SACK that could result in wedging of the TCP stackrwatson2004-10-301-2/+2
* Move if_handoff() from an inline in if_var.h to a function to if.crwatson2004-10-302-24/+27
* Add support for the B&B Electronics USB->RS422/485 adapter.le2004-10-302-0/+19
* Add additional "spare" fields to 'struct ifnet' in order to improverwatson2004-10-301-0/+5
* - In sched_prio() check to see if the kse is assigned to a runq as thejeff2004-10-301-1/+1
* Add an assignment statement that I omitted from the previous revision.alc2004-10-301-0/+1
* Allow kill -9 to kill processes stuck in procfs STOPEVENTs.alfred2004-10-301-0/+10
* Implement per-CPU SYSMAPs, i.e., CADDR* and CMAP*, to reduce lockalc2004-10-291-33/+50
* Remove si_mountpoint and si_bsize_phys from cdev.phk2004-10-291-12/+4
* Loose vfs_mountedon()phk2004-10-292-14/+0
* Don't set si_bsize_phys.phk2004-10-291-4/+1
* Don't set si_bsize_phys, nobody cares.phk2004-10-291-2/+0
* Don't give disks special treatment, they don't come this way anymore.phk2004-10-291-37/+0
* Don't set si_bszize_phys, nobody cares.phk2004-10-291-4/+1
* No point in setting si_bsize_phys anymore, nobody reads it.phk2004-10-291-4/+1
* Now that filesystems respect and understand GEOM access counts, refusephk2004-10-291-2/+0
* Remove VOP_SPECSTRATEGY() from the system.phk2004-10-293-67/+0
* Remove the last call in the system to VOP_SPECSTRATEGY(): We can nophk2004-10-291-7/+2
* Move NTFS to GEOM backing instead of DEVFS.phk2004-10-291-30/+1
* Move HPFS to GEOM backing instead of DEVFS.phk2004-10-293-33/+26
* Move EXT2FS to GEOM backing instead of DEVFS.phk2004-10-298-100/+114
* Move CD9660 to GEOM backing instead of DEVFS.phk2004-10-2912-72/+74
* Move UDF to GEOM backing instead of DEVFS.phk2004-10-293-25/+28
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-294-52/+47
* Move UFS from DEVFS backing to GEOM backing.phk2004-10-2910-124/+96
* Add GEOM class "VFS" for filesystems and other buffer cache usersphk2004-10-293-0/+195
* Give the bufobj a private __bo_vnode for now to keep the syncer floating [1]phk2004-10-292-1/+7
* Add g_wither_geom_close() function.phk2004-10-292-0/+18
* Backout 1.291.alfred2004-10-291-10/+0
* Give dev_strategy() an explict cdev argument in preparation for removingphk2004-10-296-19/+55
* Handle all types of interrupts when operating the uhci(4) controller injhb2004-10-281-2/+2
* Rename debug macro to DBG and indent it properly.glebius2004-10-282-35/+34
* Use dcons buffer passed by loader on amd64.simokawa2004-10-281-2/+4
OpenPOWER on IntegriCloud