summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Hide/remove various printfs, now that root mounting doesn't seem to explodephk2004-12-201-9/+2
* fix a misleading sleep identifier.phk2004-12-201-1/+1
* We can only ever get to vgonechrl() from a devfs vnode, so we do notphk2004-12-201-2/+0
* 1. msleep returns EWOULDBLOCK not ETIMEDOUT, use EWOULDBLOCK instead.davidxu2004-12-181-8/+6
* 1. make umtx sharable between processes, the way is two or more processesdavidxu2004-12-184-170/+548
* fix m_append for case where additional mbufs are requiredsam2004-12-151-2/+2
* Fix a deadlock I introduced this morning.phk2004-12-141-6/+7
* - Garbage collect several unused members of struct kse and struce ksegrp.jeff2004-12-144-26/+0
* - In kseq_choose(), don't recalculate slice values for processes with ajeff2004-12-141-11/+25
* Add a new kind of reference count (fd_holdcnt) to struct filedescphk2004-12-141-16/+45
* Make fdesc_mtx private to kern_descrip.c now that the flock has come home.phk2004-12-141-1/+1
* Move the checkdirs() function from vfs_mount.c to kern_descrip.c andphk2004-12-142-52/+51
* Add new function fdunshare() which encapsulates the necessary light magicphk2004-12-143-22/+22
* - If delivering a signal will result in killing a process that has ajeff2004-12-131-0/+2
* - Take up a 'slot' while we're on the assigned queue, waiting to bejeff2004-12-131-16/+16
* Add bioq_insert_head() function.pjd2004-12-131-0/+7
* Correct the handling of two unusual cases by the zero-copy receive path,alc2004-12-131-16/+26
* 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
OpenPOWER on IntegriCloud