aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid possible panic by checking for EFAULT from copyinstr() duringMark Newton1999-08-142-10/+24
* Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all sufferMarcel Moolenaar1999-08-142-14/+56
* Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and otherMarcel Moolenaar1999-08-142-36/+46
* Tidy up comments.Greg Lehey1999-08-141-18/+42
* Clean up comments.Greg Lehey1999-08-141-55/+44
* Clean up some comments.Greg Lehey1999-08-141-72/+49
* Tidy up some comments.Greg Lehey1999-08-141-137/+194
* Add keypairs replace and readpol. These got forgotten in a previousGreg Lehey1999-08-141-1/+3
* rewrite lockrange and unlockrange. Hopefully the current version willGreg Lehey1999-08-141-44/+105
* Add hotspare keyword.Greg Lehey1999-08-141-2/+3
* vinumioctl: add ioctls for raw subdisks and plexes. Remove code forGreg Lehey1999-08-141-10/+57
* Remove some XXX comments (they're not really gone, just invisible).Greg Lehey1999-08-141-112/+57
* Don't create a "struct vpgqueues" for PQ_NONE.Alan Cox1999-08-141-7/+7
* Remove some XXX comments (they're not really gone, just invisible).Greg Lehey1999-08-141-48/+9
* Change definitions for get_volume_label, lockrange.Greg Lehey1999-08-141-4/+4
* Add code which someday will help support hot spares.Greg Lehey1999-08-141-30/+46
* vinumopen: add code for opening raw plexes. Volume-related plexGreg Lehey1999-08-141-0/+3
* Clarify some comments.Greg Lehey1999-08-141-3/+14
* Grrrr. Fix a really lame bug that I tripped over while testing my miibusBill Paul1999-08-141-2/+2
* Bring up to date to work with -CURRENT.Greg Lehey1999-08-142-19/+108
* Add a notice saying that FreeBSD no longer tracks the PPS-API WG's drafts.Poul-Henning Kamp1999-08-131-1/+5
* vm_map_madvise:Alan Cox1999-08-131-60/+85
* Add support for device drivers which want to track all open/closePoul-Henning Kamp1999-08-134-122/+42
* Fix a warning on the alpha.Dmitrij Tejblum1999-08-131-3/+1
* Fix warnings. (Initializer of promcons did miss an element in the start.)Dmitrij Tejblum1999-08-131-3/+1
* Implementation of the CDROMSUBCHNL ioctl.Marcel Moolenaar1999-08-134-4/+138
* Don't examine vp->v_tag (see comment in vnode.h)Poul-Henning Kamp1999-08-132-6/+4
* oops: Add missing include.Poul-Henning Kamp1999-08-131-1/+2
* Move the special-casing of stat(2)->st_blksize for device filesPoul-Henning Kamp1999-08-132-17/+17
* Remove spec_getattr(), which as far as I can tell can never be called from th...Poul-Henning Kamp1999-08-132-6/+2
* Register our dev_t with make_devPoul-Henning Kamp1999-08-131-13/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-1327-126/+120
* s/v_specinfo/v_rdev/Poul-Henning Kamp1999-08-139-34/+33
* In doing lock type conversion (struct flock), make sure that carbage in resultsMarcel Moolenaar1999-08-132-4/+10
* Merge from sys/i386/conf/majors.i386 revision 1.82.KATO Takenori1999-08-131-1/+3
* Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21.KATO Takenori1999-08-131-2/+6
* Make the default page coloring parameters match a (non-Xeon) Pentium II/III.Alan Cox1999-08-121-2/+8
* Replace a redundant vfs_object_create() call (already done in vn_open)Alfred Perlstein1999-08-122-6/+8
* Use a wrapper for the link syscall that does name translations.Marcel Moolenaar1999-08-127-11/+54
* Protect the file interface against disconnects.Nick Hibma1999-08-121-7/+12
* nfs_getcacheblk() can return 0 if the mount is interruptible. It need to beDmitrij Tejblum1999-08-122-2/+10
* vm_object_madvise:Alan Cox1999-08-121-6/+16
* vm_object_madvise:Alan Cox1999-08-121-9/+11
* Make subr_bus.c actually compile with -DBUS_DEBUGPeter Wemm1999-08-111-6/+6
* Now that all chipsets support S/G DMA (which is required for ISA devices)Andrew Gallatin1999-08-112-8/+6
* Enable S/G IO. Based on Doug's changes to cia.cAndrew Gallatin1999-08-111-1/+65
* Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commentedNik Clayton1999-08-111-2/+3
* Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, asPeter Wemm1999-08-111-12/+3
* Stop profiling on exec.Warner Losh1999-08-111-1/+4
* _pmap_allocpte:Alan Cox1999-08-113-18/+9