aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added UIO_NOCOPY case to ureadc() to quiet gcc.David Greenman1995-04-301-1/+3
* Check for curproc != NULL before dereferencing it.David Greenman1995-04-301-5/+6
* Finally implement the kernel hook for the "mt eom" command. (TheJoerg Wunsch1995-04-292-9/+25
* Submitted by: achePeter Dufault1995-04-291-2/+1
* Fix misplaced idempotency #endif.Bruce Evans1995-04-291-8/+8
* Enable _POSIX_SAVED_IDS and fix comment to describe current situationAndrey A. Chernov1995-04-291-6/+3
* set[ug]id(): call suser() only when neccesarryAndrey A. Chernov1995-04-291-9/+9
* Bruce is right - ENOTTY is more appropriate than EINVAL in this case.Jordan K. Hubbard1995-04-291-2/+2
* fixes the ioctl routine to not chew up massive amounts of kernel timeJordan K. Hubbard1995-04-291-2/+2
* The address is freefall.cdrom.com, not freefall.cdrom.com.cdrom.com :-)Gary Palmer1995-04-291-1/+1
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.Paul Traina1995-04-282-157/+314
* (Sorry about prev. blank message - I realised I needed a change too late).Gary Palmer1995-04-281-1/+1
* *** empty log message ***Gary Palmer1995-04-281-1/+1
* Add ioctl calls for Freeze/Thaw.Peter Dufault1995-04-281-2/+5
* Implement SLIOCSUNIT (set slip unit number)Andrey A. Chernov1995-04-282-2/+7
* Implement POSIX SAVED_IDS for setuid/setgidAndrey A. Chernov1995-04-281-10/+17
* setre*(): simplify return scheme, pointed by BruceAndrey A. Chernov1995-04-281-23/+19
* Rename "aio.h" to "dataacq.h"Peter Dufault1995-04-281-0/+34
* Renamed "aio.h" as <sys/dataacq.h>.Peter Dufault1995-04-281-1/+2
* Added nsccons variable for use by pstatSøren Schmidt1995-04-283-3/+6
* Add National Instruments "LabPC" driverPeter Dufault1995-04-287-6/+1084
* Implement setreuid/setregid according to SunOS manpageAndrey A. Chernov1995-04-271-23/+41
* New and improved version from the author.Poul-Henning Kamp1995-04-2713-590/+691
* Additions to support the WAITING_SCB list that the sequencer maintains.Justin T. Gibbs1995-04-272-35/+90
* Restructure the arbitration loop to allow for reselections that win out overJustin T. Gibbs1995-04-271-95/+104
* Add queue.h include file to all the TPIP code.Paul Traina1995-04-268-17/+26
* Cleanup loopback interface support.Paul Traina1995-04-269-42/+48
* Add outb to keyboard controller to do a cpu_reset, this fixes 2 knownRodney W. Grimes1995-04-262-2/+28
* Disallow half-configured point-to-point interfaces. It's still possible toGarrett Wollman1995-04-251-7/+14
* Finally finish the cloning cleanup work by making sure that clonesGarrett Wollman1995-04-251-1/+131
* Fix benign type mismatches int console functions. dev_t was assumedBruce Evans1995-04-252-1/+38
* Added mark_all() call so that screen is proberly updatedSøren Schmidt1995-04-253-3/+6
* Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up theDavid Greenman1995-04-251-2/+2
* Document MFS_ROOT option.Poul-Henning Kamp1995-04-253-3/+15
* Add support for MFS root filesystem.Poul-Henning Kamp1995-04-252-2/+26
* Add a printf so we can see where we get our rootfs from.Poul-Henning Kamp1995-04-251-1/+2
* Fixed the mmap hang fix previously committed so that it worksJohn Dyson1995-04-251-5/+9
* Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn'tBruce Evans1995-04-242-2/+29
* Undo the move of `#include "sc.h"' etc. to cons.h. It broke anythingBruce Evans1995-04-244-18/+14
* Make bad144 debugging code conditional on ds_debug.Bruce Evans1995-04-241-2/+2
* Added "bio" to matcd.Poul-Henning Kamp1995-04-245-10/+10
* Changes to get rid of ufslk2 hangs when doing read/write to/fromJohn Dyson1995-04-248-39/+85
* Changes John's handling of the flags a little bit, added a new one,Poul-Henning Kamp1995-04-241-6/+24
* Did a s/[ \t]*$//Poul-Henning Kamp1995-04-241-21/+21
* Implemented the multi-sector I/O enable and the 32 bit I/O probeJohn Dyson1995-04-241-22/+42
* Removed the NSECS_MULTI option, and implemented both 32 bit probeJohn Dyson1995-04-243-15/+75
* I noticed that some new -W options had been turned on the kernel compile sinceJordan K. Hubbard1995-04-241-16/+22
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalJustin T. Gibbs1995-04-237-37/+37
* Don't arbitrarily set SCSI_NOSLEEP. It is now handled correctly by theJustin T. Gibbs1995-04-232-22/+39
* Don't arbitrarily set SCSI_NOSLEEP. It is now handled correctly by theJustin T. Gibbs1995-04-231-18/+12