summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove SCSI support as the only driver in this kernel config, aic, is notgibbs1998-09-301-6/+6
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-304-4/+58
* Do not allow a mounted on directory to be rmdir'ed. This removal canmckusick1998-09-301-2/+8
* Perform a hard reset on cards when the command fails. This should helpimp1998-09-301-2/+2
* In nfs_link(), check for a cross-device mount *before* lookingmckusick1998-09-292-4/+6
* Missing vput when cross-device link error is detected in nfs_link.mckusick1998-09-292-0/+2
* During truncation, have to notify the VM about the new sizemckusick1998-09-292-6/+10
* Frank sez: 'It fixes a problem with servers that return 0 valuesmckusick1998-09-292-14/+20
* Do not need (or want) to take a reference on an NFS file thatmckusick1998-09-292-12/+24
* The code checks each fragment mark to see if it's valid; if the fragmentmckusick1998-09-293-6/+6
* In the bootverbose case, print out error messages for all errors that willken1998-09-292-8/+18
* vm86_datacall: always use workaround since temp. malloced buffer or stackache1998-09-291-22/+18
* Mark directory buffers that have no valid data with B_INVALmckusick1998-09-292-2/+12
* When adding data to a buffer, we need to clear the B_NEEDCOMMIT flagmckusick1998-09-292-2/+4
* Restore v1.3 - page align workaround moved to vm86_datacall nowache1998-09-291-14/+5
* Move workaround about page aligned data buffer directly to vm86_datacall,ache1998-09-291-4/+24
* Fixes for lkm:rvb1998-09-299-22/+47
* Don't erase curproc when making a vm86() call. The previous behaviorjlemon1998-09-291-7/+2
* Make #define NO_SWAPPING a normal kernel config option.abial1998-09-293-3/+6
* Make #define NO_SWAPPING a normal kernel config option.abial1998-09-293-3/+39
* Add sysctl 'machdep.msgbuf_clear'. Setting it to anything causes theabial1998-09-292-8/+50
* Fixed printf format errors. u_long is not necessarily suitable for castingbde1998-09-291-5/+7
* FIxed printf format errors (an new one that is only detected on systemsbde1998-09-291-6/+6
* The bootinfo struct was getting clobbered or not passed through correctly.peter1998-09-291-2/+14
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-2913-53/+53
* Fixed initialization of new inodes. ext2fs doesn't clear inodes whenbde1998-09-292-2/+6
* Several minor cleanups, inspired by bug reports and the old driver:imp1998-09-291-10/+67
* cosmetique - remove unneded static in previous commitache1998-09-291-2/+2
* workaround painful vm86_datacall requirement that segment+offsetache1998-09-291-5/+14
* Fix destructive cursor shape after text mode switch.ache1998-09-296-68/+74
* John Dyson approved of this solution; make vnode_pager_input_old set m->validrvb1998-09-281-1/+3
* fix handling more than one cardsache1998-09-282-4/+6
* Only bcopy the correct amount of data from the buffer in case it is everpeter1998-09-281-1/+1
* Use the variable with the path in it for the error message.peter1998-09-281-2/+2
* Reactivate the a.out kernel loader code.peter1998-09-282-4/+4
* Missing return value that was kinda important.peter1998-09-283-3/+6
* Argh, I don't believe how much time I wasted looking for this...peter1998-09-281-1/+1
* Cleanup and fix THE bugrvb1998-09-288-44/+78
* The comconsole mode is accessed as 'comconsole' not 'com'.peter1998-09-281-2/+2
* MBR magic is 0x55aa not 0xffaa.peter1998-09-281-2/+2
* Precedence bug (?) causing probe problems.peter1998-09-281-2/+2
* Fix (?) EISA interrupt configuration based on observation of what we'vepeter1998-09-281-26/+9
* Back out rev 1.6 (temporarily at least). <machine/asmacros.h> is usedpeter1998-09-281-3/+1
* Sync with sys/i386/i386/userconfig.c revision 1.110.kato1998-09-281-2/+3
* Sync with sys/i386/i386/machdep.c revision 1.310.kato1998-09-282-74/+2
* Sync with sys/i386/conf/options.i386 revision 1.89.kato1998-09-282-6/+4
* Sync with sys/i386/conf/SMP-GENERIC revision 1.16.kato1998-09-281-2/+1
* Include vinum in SUBDIRgrog1998-09-281-2/+2
* Correct calculation of revive blocksizegrog1998-09-282-4/+4
* Get include paths rightgrog1998-09-282-4/+4
OpenPOWER on IntegriCloud