summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Fix style bug.marcel1999-10-041-1/+2
* A little step further in the dev_t cleanups:phk1999-10-041-17/+28
* Move the buffered read/write code out of spec_{read|write} and intophk1999-10-042-6/+0
* be more consistent about passing the whole/raw dev_t to the driverphk1999-10-041-4/+2
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-035-212/+144
* In some drivers we use two devices to be able to boot.sos1999-10-022-1/+3
* Fix a problem relating to si_iosize_max which broke scsi devices.phk1999-10-022-5/+11
* Removed unnecessary splclock() protection for getmicrotime() andbde1999-10-021-16/+1
* Make all slices/partitions correctly inherit si_* fields.phk1999-09-301-6/+13
* Plug a potential filedescriptor leak. This will probably almostguido1999-09-301-1/+6
* Fix disk_close once more, and better this time.phk1999-09-301-2/+2
* Count bogus_page as wired.dt1999-09-301-0/+1
* Test the slices for openness before we close them; doing it the other waymsmith1999-09-301-1/+1
* Do not follow symlinks when binding a unix domain socket.guido1999-09-291-1/+1
* Remove v_maxio from struct vnode.phk1999-09-295-6/+8
* sigset_t change (part 2 of 5)marcel1999-09-298-375/+603
* sigset_t change (part 1 of 5)marcel1999-09-291-8/+16
* In sbflush(), don't exit the while loop too early: this can causepb1999-09-282-2/+16
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-0/+29
* Fix process p_locks accounting. Conversions of the owner to LK_KERNPROCdillon1999-09-271-2/+5
* Change explicit use of the queue fields into use of the definitionsn_hibma1999-09-261-10/+13
* Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on theeivind1999-09-262-510/+460
* Move the vop_islocked declaration to the top, in preparation for committingeivind1999-09-261-7/+7
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-258-60/+8
* This patch clears the way for removing a number of tty relatedphk1999-09-254-54/+16
* Add missing 't' in printf message.phk1999-09-251-1/+1
* Fix a hole in jail(2).phk1999-09-254-1/+21
* Stylistic cleanup.phk1999-09-221-5/+3
* Kill the cdevsw->d_maxio field.phk1999-09-221-7/+2
* Kill some spammage that seems to have gotten in through diffs from marcel'sgreen1999-09-211-3/+3
* Final commit to remove vnode->v_lastr. vm_fault now handles readdillon1999-09-212-2/+0
* When bcopying the program name into the ktrace header, make sure we includemarcel1999-09-201-4/+4
* Initialize vp->v_maxio to its default in getnetvnode() rather thanphk1999-09-203-10/+2
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+2
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-201-1/+9
* Fix bug in brelse() regarding redirtying buffers on B_ERROR. brelse()dillon1999-09-201-3/+5
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-197-47/+66
* KASSERT that we cannot use M_WAITOK in interrupt context.phk1999-09-191-0/+9
* Add a version number field to the jail(2) argument so that future changesphk1999-09-191-0/+2
* Move an end-paren to its intended place.phk1999-09-191-1/+1
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-194-44/+116
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-194-23/+37
* Count "free" operations in their own new tranaction type.phk1999-09-181-1/+25
* Get rid of some evil defines (a pair of snd and rcv.)green1999-09-171-19/+12
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesdillon1999-09-172-0/+6
* Register the right cdevsw on the master device.phk1999-09-131-1/+1
* Moved the definition of `boottime' and its sysctl to the correct file.bde1999-09-133-4/+8
* Const poisoning from d_name.bde1999-09-131-6/+5
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-132-6/+4
OpenPOWER on IntegriCloud