summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add myself to the calendarahze2004-10-301-0/+1
* 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
* Add usage of -m option.simokawa2004-10-291-2/+3
* 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
* Better Xlist command line.des2004-10-281-2/+2
* Resolve conflictsdes2004-10-28100-5669/+1852
* Update for OpenSSH 3.9p1.des2004-10-282-7/+6
* This commit was generated by cvs2svn to compensate for changes in r137015,des2004-10-2880-717/+3431
|\
| * Vendor import of OpenSSH 3.9p1.des2004-10-28135-1348/+5243
* | Use dcons buffer passed by loader on amd64.simokawa2004-10-281-2/+4
* | MFi386: preserve dcons buffer passed by loader.simokawa2004-10-281-0/+16
* | fixed a bug that incorrect IPsec request level may be returned for proto AHsuz2004-10-281-0/+1
* | Lock bp->b_bufobj->b_object instead of bp->b_objectphk2004-10-282-18/+18
* | Add -I, an option that asks for confirmation once if recursivelydelphij2004-10-282-5/+70
* | Reduce the locking activity by epsilon by checking VNON condition beforephk2004-10-283-12/+9
* | We only support backing UFS/FFS with disks.phk2004-10-281-10/+3
* | What can I say: don't allow people to mount DEVFS with option "nodev".phk2004-10-282-8/+2
* | Assert that the containing vm object is locked in vm_page_cache() andalc2004-10-281-0/+2
* | comment out debug printf.alfred2004-10-271-1/+1
* | Fix a INVARIANTS-only bug introduced in Revision 1.104:bmilekic2004-10-271-1/+5
* | Never be afraid to try something new. Remember, amateurs built the ark.wilko2004-10-271-0/+3
* | Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generatesrwatson2004-10-273-0/+11
* | These are unnecessary and have been causing imp@ trouble.des2004-10-273-27/+0
* | Forcibly disable interrupts, if we find ourselves servicing one whenbms2004-10-272-2/+16
* | During traversal of the active queue, try locking the page's containingalc2004-10-271-4/+12
OpenPOWER on IntegriCloud