summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changed object hash list to be a list rather than a tailq. This savesdg1995-05-022-29/+22
* Added prototype for memcpy(). Changed size argument of "b" functions todg1995-05-021-4/+6
* Added a memcpy() routine.dg1995-05-023-3/+72
* A missing 'and', probably my fault.phk1995-05-022-4/+4
* Do the obvious thing: when the interface is downed, power off the card.phk1995-05-021-148/+78
* Fixed a problem that can cause left-over pv_entries and asdyson1995-05-012-54/+18
* Limit filesize to the amount that the VM system can currently handledyson1995-05-011-1/+16
* Aaron Daily of Adaptec has informed me that some form of paged SCBgibbs1995-05-011-6/+4
* Set the return value (outb'd to the sequencer) for non zero statusgibbs1995-05-011-10/+17
* When past cyl 1024 it's ok if CHS is (0xff,0xff,0xff).phk1995-05-012-6/+14
* This is a purely cosmetic changejulian1995-05-011-1/+31
* making a reservation for more bits before people start using themjulian1995-04-303-3/+45
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-17/+70
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-304-11/+12
* Define CDTR_IFLOW and CDSR_OFLOW which are now required for compilingbde1995-04-301-5/+7
* Fix handling of POSIX_JOB_CONTROL and POSIX_SAVED_IDS,ache1995-04-301-6/+6
* Added UIO_NOCOPY case to ureadc() to quiet gcc.dg1995-04-301-1/+3
* Check for curproc != NULL before dereferencing it.dg1995-04-301-5/+6
* Finally implement the kernel hook for the "mt eom" command. (Thejoerg1995-04-292-9/+25
* Submitted by: achedufault1995-04-291-2/+1
* Fix misplaced idempotency #endif.bde1995-04-291-8/+8
* Enable _POSIX_SAVED_IDS and fix comment to describe current situationache1995-04-291-6/+3
* set[ug]id(): call suser() only when neccesarryache1995-04-291-9/+9
* Bruce is right - ENOTTY is more appropriate than EINVAL in this case.jkh1995-04-291-2/+2
* fixes the ioctl routine to not chew up massive amounts of kernel timejkh1995-04-291-2/+2
* The address is freefall.cdrom.com, not freefall.cdrom.com.cdrom.com :-)gpalmer1995-04-291-1/+1
* Incorporate new radix code from UCB. This fixes the orphaned mask bugs.pst1995-04-282-157/+314
* (Sorry about prev. blank message - I realised I needed a change too late).gpalmer1995-04-281-1/+1
* *** empty log message ***gpalmer1995-04-281-1/+1
* Add ioctl calls for Freeze/Thaw.dufault1995-04-281-2/+5
* Implement SLIOCSUNIT (set slip unit number)ache1995-04-282-2/+7
* Implement POSIX SAVED_IDS for setuid/setgidache1995-04-281-10/+17
* setre*(): simplify return scheme, pointed by Bruceache1995-04-281-23/+19
* Rename "aio.h" to "dataacq.h"dufault1995-04-281-0/+34
* Renamed "aio.h" as <sys/dataacq.h>.dufault1995-04-281-1/+2
* Added nsccons variable for use by pstatsos1995-04-283-3/+6
* Add National Instruments "LabPC" driverdufault1995-04-287-6/+1084
* Implement setreuid/setregid according to SunOS manpageache1995-04-271-23/+41
* New and improved version from the author.phk1995-04-2713-590/+691
* Additions to support the WAITING_SCB list that the sequencer maintains.gibbs1995-04-272-35/+90
* Restructure the arbitration loop to allow for reselections that win out overgibbs1995-04-271-95/+104
* Add queue.h include file to all the TPIP code.pst1995-04-268-17/+26
* Cleanup loopback interface support.pst1995-04-269-42/+48
* Add outb to keyboard controller to do a cpu_reset, this fixes 2 knownrgrimes1995-04-262-2/+28
* Disallow half-configured point-to-point interfaces. It's still possible towollman1995-04-251-7/+14
* Finally finish the cloning cleanup work by making sure that cloneswollman1995-04-251-1/+131
* Fix benign type mismatches int console functions. dev_t was assumedbde1995-04-252-1/+38
* Added mark_all() call so that screen is proberly updatedsos1995-04-253-3/+6
* Fixed a "bswbuf" hang caused by the wakeup in relpbuf() waking up thedg1995-04-251-2/+2
* Document MFS_ROOT option.phk1995-04-253-3/+15
OpenPOWER on IntegriCloud