summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).bde1999-09-131-3/+7
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-20/+14
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-121-44/+24
* Remove replace phygetvpbuf() with direct call to getpbuf();phk1999-09-121-19/+1
* Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3bde1999-09-111-1/+4
* regenerate to include proper "gererated from" taglines.alfred1999-09-112-2/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-116-16/+604
* Add $FreeBSD$ tags to generated files otherwise the checker won't let thempeter1999-09-101-0/+6
* Create and use a dedicated malloc type for bus related stuff.phk1999-09-101-21/+23
* Changes to centralise the default blocksize behaviour.julian1999-09-093-15/+32
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-0/+116
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-0/+13
* Set up FPU state on the AP.peter1999-09-051-0/+4
* Fixed style bugs in rev.1.36-1.39.bde1999-09-041-37/+28
* Fixed style regressions in previous commit.bde1999-09-041-6/+4
* Fix a warning for the !DEVFS case.peter1999-09-031-2/+4
* Allow getblk() to be called from an idle context (by panic() insideluoqi1999-09-031-4/+10
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-032-21/+14
* Make prototype match function.sef1999-09-011-1/+1
* Use "multiple 4 char outdent until no wrap" rather than ANSI stringphk1999-09-011-7/+7
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-011-16/+70
* Improve the returned values in st_blksize a little bit, avoidphk1999-09-011-11/+21
* General cleanup of core-dumping code.julian1999-09-013-84/+84
* Include "dscheck" and device name in all messages from dscheck().phk1999-08-311-7/+13
* If integration of a buffer into a cluster write operation fails, releasetegge1999-08-311-1/+3
* Restructure TCP timeout handling:jlemon1999-08-301-9/+9
* ktrace should not follow symlinks either.dima1999-08-301-2/+2
* pps_shiftmax only exists #ifdef PPS_SYNCphk1999-08-301-0/+2
* Update to the latest nanokernel from Dave Mills.phk1999-08-301-106/+94
* s/si_tty_tty/si_tty/gphk1999-08-301-12/+12
* Make bdev userland access work like cdev userland access unlessphk1999-08-302-3/+0
* Remove unneeded "maj" variable.phk1999-08-291-6/+8
* Add micro "disk" layer which should enable us to pull all the slice/labelphk1999-08-291-0/+183
OpenPOWER on IntegriCloud