summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Copy the entire stats structure. Let compiler decide how.phk2004-12-111-1/+1
* Fix whitespace.phk2004-12-111-1/+1
* Remove the /dev/dev -> / symlink after we are done with it.phk2004-12-111-0/+2
* Remove unneeded code from the zero-copy receive path.alc2004-12-101-12/+0
* Start the protocol timeouts only after all domains have been initializedmlaier2004-12-091-3/+3
* add m_append utility function to be used in forthcoming changessam2004-12-081-0/+46
* Tidy up the zero-copy receive path: Remove an unneeded argument toalc2004-12-082-9/+5
* Add the devclass_get_count(9) function and man page. It gets a count ofnjl2004-12-081-7/+19
* Propagate TDF_NEEDRESCHED to replacement thread in sched_switch().ups2004-12-071-0/+3
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-074-353/+213
* Instead of complaining about it, just silently filter out MNT_ROOTFS.phk2004-12-071-2/+1
* make "ffs" and alias for "ufs" when it comes to filesystem names.phk2004-12-061-0/+2
* Always call VFS_STATFS() on mp->mnt_stat when we have mounted a filesystem,phk2004-12-061-0/+1
* Add more functions for handling mount arguments in VFS_MOUNT():phk2004-12-061-0/+112
* Change the first argument of vfs_cmount() to a handy struct mntarg* andphk2004-12-061-14/+21
* Add a few convenient functions in the mount_arg() family and collect thephk2004-12-061-70/+204
* Collapse two almost identical license copies, preserving the rights ofphk2004-12-061-24/+1
* Remove the kern.rootdev sysctl.phk2004-12-061-24/+0
* Make struct vfsopt{list} private to vfs_mount.cphk2004-12-061-0/+8
* Use 'const char *' for a few prototypes.jkoshy2004-12-061-4/+4
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingalc2004-12-062-260/+4
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-0/+11
* When panicing in device_unbusy(), actually tell what device has the issue.obrien2004-12-051-1/+2
* Start to add GIANT_REQUIRED; macros in places where giant is requiredimp2004-12-051-0/+6
* Implement a function, mount_arg() for accumulating a list of mount parametersphk2004-12-031-42/+45
* Sort and wash #includes.phk2004-12-031-18/+15
* When omount() is called, check if the filesystem have a cmount methodphk2004-12-031-2/+11
* Add early checks for MNT_ROOTFS since we need to allow it later on inphk2004-12-031-0/+9
* Retire unused vfs_mount() function in the name of nmount migration.phk2004-12-031-24/+0
* Introduce vfs_byname_kld() which will try to load the filesystemphk2004-12-032-29/+40
* Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint()phk2004-12-031-8/+9
* Improve vprint() a little bit: break long lines, reduce indent and tellphk2004-12-031-4/+7
* Add missing vop_bypass (returning EOPNOTSUPP).phk2004-12-031-1/+3
* Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and makemlaier2004-12-021-2/+2
* Drop ffree() as a separate function and incorporate the only place used.phk2004-12-021-17/+8
* Style polishing.phk2004-12-021-88/+37
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-014-327/+63
* If a thread is resumed by thr_wake, it should return 0, especially itdavidxu2004-12-011-5/+15
* We already have a lock initialization function, use that for fdesc_mtxphk2004-12-011-57/+28
* Collect the stuff for the /dev/fd/{%d,std{in,out,err}} pseudo-devicephk2004-12-011-55/+52
* "nfiles" is a bad name for a global variable. Call it "openfiles" insteadphk2004-12-012-8/+8
* Style: move data to top of file.phk2004-12-011-4/+4
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-2/+1
* Implement the check I was talking about in the previous message already.mlaier2004-11-301-0/+37
* Forgot to inline umtxq_unlock.davidxu2004-11-301-1/+1
* 1. use per-chain mutex instead of global mutex to reducedavidxu2004-11-301-115/+212
* Replace a printf with a KASSERT that we are indeed running on the BSP.njl2004-11-301-4/+1
* Fix the build.bms2004-11-301-2/+2
* Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a badpeter2004-11-301-3/+1
* If soreceive() is called from a socket callback, there's no reasonps2004-11-291-1/+7
OpenPOWER on IntegriCloud