summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15.jlemon1998-09-282-10/+10
* Initialize pcb_mpnest to 1 in the child process in cpu_fork(). This shouldtegge1998-09-282-2/+8
* Use correct virtual address when configuring the per CPU idle page directorytegge1998-09-284-5/+16
* Be more selctive about when we clear p->valid.dg1998-09-281-3/+5
* `strings' -> `strings -aout -n 3'jkoshy1998-09-273-6/+6
* Update SimOS scsi driver to use CAM.dfr1998-09-262-143/+173
* Don't try to attach an isa bus if there isn't one.dfr1998-09-261-2/+3
* Merge changes from i386/isa/sio.c up to revision 1.215.dfr1998-09-262-92/+84
* Add hooks so that the alpha can detect which disk has the root partition.dfr1998-09-263-2/+12
* Don't set script to vaddr2 on the alpha - it can't access scripts in devicedfr1998-09-261-2/+6
* Dike out some obsolete defines which referenced ih_next and ih_prev fromdfr1998-09-261-3/+1
* Start using the new SWI registration system instead of hardwiring everything.dfr1998-09-263-32/+53
* Underlying ,v files were copied and detagged. Re-commit old versionspeter1998-09-264-334/+668
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYbde1998-09-262-84/+126
* Automatically detect which disk was booted and change the root to that disk.dfr1998-09-263-8/+128
* * Add old UFS compatibility code to alpha/boot1.dfr1998-09-2618-58/+98
* Fixed missing newlines in messages in ext2_check_descriptors().bde1998-09-262-16/+24
* Fixed clean flag handling:bde1998-09-264-20/+72
* Fixed clean flag handling:bde1998-09-261-23/+33
* Cosmetic changes:yokota1998-09-265-51/+47
* - Use `u_long cmd' ioctl arg.yokota1998-09-266-34/+18
* Recover the arguments passed in from the previous load stage, use them to setmsmith1998-09-262-3/+31
* The BIOS can't perform a floppy operation where the destination crossesmsmith1998-09-263-22/+76
* console.cmsmith1998-09-265-25/+51
* Silence a harmless warning.des1998-09-261-2/+2
* PR: kern/7418dillon1998-09-261-1/+14
* Correct problems with xpt_set_transfer_settings and async transfergibbs1998-09-251-56/+68
OpenPOWER on IntegriCloud