summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix potential overflow, remove unnecessary bzero.alfred1999-08-141-12/+11
* - Add apm_check_function_supported() and call it fromiwasaki1999-08-142-4/+132
* Implementation of the linux_getcwd syscall.marcel1999-08-145-6/+50
* Extend the number of syscalls to include those present in Linux 2.2.10. Thesemarcel1999-08-142-2/+18
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Bothmarcel1999-08-147-157/+483
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Thesemarcel1999-08-142-6/+18
* Append the flags from the "boot" command to those which came fromjdp1999-08-141-2/+23
* Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onwpaul1999-08-142-6/+6
* add debugging message in unregister_methodn_hibma1999-08-141-1/+2
* Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or outmarcel1999-08-142-50/+42
* Minor spelling glitchn_hibma1999-08-141-2/+2
* Spring cleaning around strategy and disklabels/slices:phk1999-08-1443-397/+244
* Avoid possible panic by checking for EFAULT from copyinstr() duringnewton1999-08-142-10/+24
* Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all suffermarcel1999-08-142-14/+56
* Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and othermarcel1999-08-142-36/+46
* 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
OpenPOWER on IntegriCloud