summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tidy up comments.grog1999-08-141-18/+42
* Clean up comments.grog1999-08-141-55/+44
* Clean up some comments.grog1999-08-141-72/+49
* Tidy up some comments.grog1999-08-141-137/+194
* Add keypairs replace and readpol. These got forgotten in a previousgrog1999-08-141-1/+3
* rewrite lockrange and unlockrange. Hopefully the current version willgrog1999-08-141-44/+105
* Add hotspare keyword.grog1999-08-141-2/+3
* vinumioctl: add ioctls for raw subdisks and plexes. Remove code forgrog1999-08-141-10/+57
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-112/+57
* Don't create a "struct vpgqueues" for PQ_NONE.alc1999-08-141-7/+7
* Remove some XXX comments (they're not really gone, just invisible).grog1999-08-141-48/+9
* Change definitions for get_volume_label, lockrange.grog1999-08-141-4/+4
* Add code which someday will help support hot spares.grog1999-08-141-30/+46
* vinumopen: add code for opening raw plexes. Volume-related plexgrog1999-08-141-0/+3
* Clarify some comments.grog1999-08-141-3/+14
* Grrrr. Fix a really lame bug that I tripped over while testing my miibuswpaul1999-08-141-2/+2
* Bring up to date to work with -CURRENT.grog1999-08-142-19/+108
* Add a notice saying that FreeBSD no longer tracks the PPS-API WG's drafts.phk1999-08-131-1/+5
* vm_map_madvise:alc1999-08-131-60/+85
* Add support for device drivers which want to track all open/closephk1999-08-134-122/+42
* Fix a warning on the alpha.dt1999-08-131-3/+1
* Fix warnings. (Initializer of promcons did miss an element in the start.)dt1999-08-131-3/+1
* Implementation of the CDROMSUBCHNL ioctl.marcel1999-08-134-4/+138
* Don't examine vp->v_tag (see comment in vnode.h)phk1999-08-132-6/+4
* oops: Add missing include.phk1999-08-131-1/+2
* Move the special-casing of stat(2)->st_blksize for device filesphk1999-08-132-17/+17
* Remove spec_getattr(), which as far as I can tell can never be called from th...phk1999-08-132-6/+2
* Register our dev_t with make_devphk1999-08-131-13/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-1327-126/+120
* s/v_specinfo/v_rdev/phk1999-08-139-34/+33
* In doing lock type conversion (struct flock), make sure that carbage in resultsmarcel1999-08-132-4/+10
* Merge from sys/i386/conf/majors.i386 revision 1.82.kato1999-08-131-1/+3
* Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21.kato1999-08-131-2/+6
* Make the default page coloring parameters match a (non-Xeon) Pentium II/III.alc1999-08-121-2/+8
* Replace a redundant vfs_object_create() call (already done in vn_open)alfred1999-08-122-6/+8
* Use a wrapper for the link syscall that does name translations.marcel1999-08-127-11/+54
* Protect the file interface against disconnects.n_hibma1999-08-121-7/+12
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to bedt1999-08-122-2/+10
* vm_object_madvise:alc1999-08-121-6/+16
* vm_object_madvise:alc1999-08-121-9/+11
* Make subr_bus.c actually compile with -DBUS_DEBUGpeter1999-08-111-6/+6
* Now that all chipsets support S/G DMA (which is required for ISA devices)gallatin1999-08-112-8/+6
* Enable S/G IO. Based on Doug's changes to cia.cgallatin1999-08-111-1/+65
* Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commentednik1999-08-111-2/+3
* Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, aspeter1999-08-111-12/+3
* Stop profiling on exec.imp1999-08-111-1/+4
* _pmap_allocpte:alc1999-08-113-18/+9
* Implement probabilistic rule match in ipfw. Each rule can be associatedluigi1999-08-112-9/+38
* Add spl() protection to remove that the timer is invoked multipleluigi1999-08-111-3/+5
* When doing a dump, if ENODEV is returned explain what happened to the user,alfred1999-08-111-3/+13
OpenPOWER on IntegriCloud