summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-192-4/+98
* Add a version number field to the jail(2) argument so that future changesphk1999-09-191-3/+4
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-191-0/+1
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-1/+3
* Bump version number.phk1999-09-181-1/+1
* Count "free" operations in their own new tranaction type.phk1999-09-181-3/+15
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesdillon1999-09-171-0/+1
* Fix a bug in the block number calculation for VN disks with a sectordillon1999-09-172-0/+6
* Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>dillon1999-09-171-0/+86
* Oops, I forgot to commit this together with the updates to the callers.bde1999-09-133-6/+6
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).bde1999-09-132-4/+4
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-6/+2
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-122-8/+10
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-121-1/+5
* Fixed some style bugs (mainly disorderd prototypes).bde1999-09-111-14/+9
* Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3bde1999-09-111-11/+3
* regenerate to include proper "gererated from" taglines.alfred1999-09-114-4/+4
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-115-6/+48
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-0/+22
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-072-0/+3
* Make the idempotency ifdefs uniform with the rest of src/sys/sys.dfr1999-09-041-3/+3
* Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown awaybde1999-09-041-1/+1
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-032-0/+4
* Silence warnings about the use of vnode sanse declaration.marcel1999-09-021-0/+1
* Try to win back the "removal of most crufty code" trophy from markm:phk1999-09-013-18/+0
* Add $FreeBSD$peter1999-09-011-0/+2
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-011-2/+4
* General cleanup of core-dumping code.julian1999-09-014-4/+3
* Make the error return from mem_range_attr_get actually do something usefulmsmith1999-08-311-1/+1
* Restructure TCP timeout handling:jlemon1999-08-301-5/+5
* Update to the latest nanokernel from Dave Mills.phk1999-08-301-3/+2
* s/si_tty_tty/si_tty/gphk1999-08-302-4/+4
* Make bdev userland access work like cdev userland access unlessphk1999-08-302-4/+0
* If using GNUC and ELF, make __IDSTRING() expand into an inline asmpeter1999-08-301-0/+4
* Add STAILQ_FOREACH.jdp1999-08-301-1/+4
* Add micro "disk" layer which should enable us to pull all the slice/labelphk1999-08-293-0/+41
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-293-6/+6
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultphk1999-08-292-4/+12
* #include <sys/queue.h>phk1999-08-281-0/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-4/+4
* Regen after Id->FreeBSDpeter1999-08-284-4/+4
* $Id$ -> $FreeBSD$peter1999-08-28144-144/+144
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-272-2/+4
* Add FIODTYPE ioctl for getting d_flags (type) info on a device.green1999-08-271-1/+2
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-265-17/+13
* Make a place to store the devfs hook for the block device, as the samejulian1999-08-252-2/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-1/+2
* Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.julian1999-08-251-1/+3
* Correct the mode information for the VGA mode X.yokota1999-08-241-1/+2
OpenPOWER on IntegriCloud