summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove spls from portal_open(). Acquire socket lock while sleepingrwatson2004-06-241-7/+8
* Make the udf_vnops side endian clean.scottl2004-06-231-35/+41
* First half of making UDF be endian-clean. This addresses the vfsops side.scottl2004-06-233-23/+28
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2004-06-231-10/+11
* Remove unlocked read annotation for sbspace(); the read is locked.rwatson2004-06-231-1/+0
* Reduce a fair bit of the atomics because we are now called with aphk2004-06-181-73/+55
* Merge some additional leaf node socket buffer locking fromrwatson2004-06-181-6/+27
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-172-0/+6
* Second half of the dev_t cleanup.phk2004-06-177-11/+11
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1631-93/+93
* Nice, is a property of a process as a whole..julian2004-06-161-2/+2
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-151-0/+6
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-5/+5
* Add MSG_NBIO flag option to soreceive() and sosend() that causestruckman2004-06-011-12/+6
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Switch from using the vnode interlock to a private mutex in fifo_open()truckman2004-05-171-24/+23
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-063-6/+0
* Do not drop Giant around the poll method yet, we're not ready for it.phk2004-04-121-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-0747-189/+1
* Remove ps_argsopen from this check, because of two reasons:pjd2004-04-011-1/+1
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),rwatson2004-03-312-2/+2
* Catch all cases where bread() returns an error and a valid *bp, and releasescottl2004-03-302-6/+11
* Clean up the stub fake vnode locking implemenations. The main reason thispeter2004-03-291-0/+9
* Don't reject FAT file systems with a number of "Heads" greater thanrwatson2004-03-141-1/+1
* When taking event callbacks (like process_exit) out from under Giant, thosegreen2004-03-141-0/+2
* When I was a kid my work table was one cluttered mess an cleaning it upphk2004-03-111-20/+0
* Remove unused second arg to vfinddev().phk2004-03-111-1/+3
* Don't call devsw() more than we need to, and in particular do not exposephk2004-03-101-4/+4
* Change __FUNCTION__ to __func__scottl2004-03-031-2/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-1/+2
* Do not attempt to open NODEVphk2004-02-241-0/+3
* Fix comment containing vop_readdir_args contents: a_cookies is reallytjr2004-02-231-1/+1
* cookies is an array of u_long, not u_int, so MALLOC() it accordingly.tjr2004-02-231-2/+2
* Fixed a serious off by 1 error. The cluster-in-use bitmap was overrunbde2004-02-211-2/+1
* Device megapatch 6/6:phk2004-02-211-9/+30
* Device megapatch 5/6:phk2004-02-211-2/+1
* Device megapatch 4/6:phk2004-02-212-8/+10
* Report the correct length for symlink entries.phk2004-02-191-1/+1
* Use size_t or ssize_t wherever appropriate instead of casting from int *tjr2004-02-192-26/+27
* Do not place dirmask in unnamed padding. Move it to the bottom of thistrhodes2004-02-171-1/+1
* If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,tjr2004-02-171-2/+4
* White-space align a struct definition.phk2004-02-153-37/+27
* Fixed some style bugs:bde2004-02-141-4/+4
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesbde2004-02-121-11/+12
* Fix a panic in pseudofs(9) that could occur when doing an I/Onectar2004-02-101-0/+5
* Fixes problems that occurred when a file was removed and a directorytjr2004-02-103-1/+42
* Locking for the per-process resource limits structure.jhb2004-02-045-19/+44
* Fix style(9) of my previous commit.cperciva2004-01-211-1/+1
* Allow devfs path rules to work on directories. Without this fix,cperciva2004-01-211-1/+2
* Spell magic '16' number as IO_SEQSHIFT.kan2004-01-191-1/+1
OpenPOWER on IntegriCloud