summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Check for 0 before dividing by it. Patch from Paul Traina, modifieddg1995-05-052-4/+20
* Kludged around a problem with "cat /proc/0/regs" causing a panic bydg1995-05-041-1/+9
* Kill bogus duplicated code that resulted in an editing screwup of minedg1995-05-042-48/+2
* Correct the definition for the (unused) cpu_setstack().dg1995-05-042-4/+4
* bzero the malloced pci_devconf structure. This should fix the problem withdg1995-05-042-2/+4
* Change defintion of unit to minor(dev). Sorry for notdufault1995-05-031-4/+2
* Try to make this work again. Peter's last changes left it like :gpalmer1995-05-031-4/+4
* change to reflect reality.julian1995-05-031-4/+6
* remove debugging printouts unless DEVFS_DEBUG is set.julian1995-05-031-3/+2
* Submitted by: phkjulian1995-05-031-4/+25
* Fixed a hard-coded slot number which crept in.phk1995-05-031-2/+2
* Moved unit definitions out of scsiconf.h;dufault1995-05-0312-214/+188
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-034-23/+42
* Forgot this part of the if_ze power off patch.phk1995-05-031-6/+2
* It looks like I broke significant amounts of the commercial software runningphk1995-05-021-4/+4
* Reduce latency by checking FIFO for samples in startdufault1995-05-021-40/+84
* Fix CHOWN_RESTRICTED and NO_TRUNC to return correct values per POSIXache1995-05-021-5/+5
* Back out incorrect jkh's fix and apply correct oneache1995-05-021-4/+8
* The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no valuejkh1995-05-021-5/+1
* Removed unused variable caused by last commit.dg1995-05-022-4/+4
* Fix for sync() to close a potential panic with accessing a mount structdg1995-05-022-6/+4
* 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
OpenPOWER on IntegriCloud