summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These willbde1996-10-161-26/+30
* Prepare kernel to take advantage of "branded" ELF binaries.sos1996-10-161-5/+6
* Add support for embedded operation withou consolejulian1996-10-161-8/+23
* Corrected the setting of winsize on open().sos1996-10-151-5/+10
* Updated #includes to 4.4lite style.bde1996-10-154-8/+9
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedbde1996-10-151-1/+2
* Synchronized with biosboot/Makefile:bde1996-10-151-6/+8
* Move much of the machine dependent code from vm_glue.c intodyson1996-10-152-8/+196
* Fixed setting of the keyboard LEDs. For some keyboards and/or keyboardbde1996-10-141-11/+69
* Change the boot-time menu.jkh1996-10-141-29/+92
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-142-12/+34
* Fixed a bug that got introduced when I changed the CY16_RESET anddg1996-10-141-3/+3
* Make this compile again for the CyDebug case.dg1996-10-141-6/+7
* Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.bde1996-10-141-4/+3
* Stop using old compatibility names from buf.hphk1996-10-131-3/+3
* Pmap_resident_count was mistakenly removed from pmap.h, therebydyson1996-10-131-0/+2
* Minor optimization for final rundown of a pmap.dyson1996-10-131-1/+6
* Change DEVFS device naming convention for cuac*, ttyc*.dg1996-10-131-7/+13
* Changes to add support for the PCI version of the Cyclades Cyclom-Ydg1996-10-132-139/+171
* Performance optimizations. One of which was meant to go in before thedyson1996-10-122-121/+46
* Cleaned up:bde1996-10-122-21/+15
* Removed nested include if <sys/socket.h> from <net/if.h> andbde1996-10-122-2/+4
* Staticized. Things exported by linker sets should always be static.bde1996-10-121-2/+2
* Implement the RFC 1650 MIB.wollman1996-10-111-6/+64
* Added a bdev and cdev for "geometry disk", my generic disk geometry subsystem.phk1996-10-101-2/+3
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-101-3/+1
* Added missing include of "opt_cpu.h". I missed it because PERFMONbde1996-10-101-1/+3
* Fixed spelling errors in function names in previous commit.bde1996-10-101-4/+4
* Correct the intro text so user is not encouraged to step off cliffs.jkh1996-10-091-7/+8
* Another round of updates. Highlights:asami1996-10-091-0/+15
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-0910-12/+29
* Added new documented options I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO.bde1996-10-093-3/+29
* Accept 'Q' or 'ESC' in intro screen as a "Jane, stop this crazy thing!"jkh1996-10-091-4/+8
* Enable the i586-optimized bcopy if the cpu is a "586" and optionbde1996-10-091-4/+16
* Added i586-optimized bcopy() and bzero().bde1996-10-091-56/+287
* Don't claim the console when the driver is disabled. The getc/putcbde1996-10-092-3/+3
* Added option PROBE_KEYBOARD_LOCK which gives a serial console if thebde1996-10-082-2/+16
* Saved about 160 bytes by using the gcc-2.7 alignment options.bde1996-10-081-2/+2
* Print the dos device number for read failures.bde1996-10-081-2/+3
* Removed unused arg to badsect(). It wasted 16 bytes.bde1996-10-082-7/+7
* Use the same warning flags as for the kernel. This causes surprisinglybde1996-10-081-1/+3
* Centralized the definition of CWARNFLAGS into bsd.kern.mk.bde1996-10-081-11/+3
* Fixed pessimized (short) i/o port types.bde1996-10-083-6/+5
* Fix padding of short packets (PR#1701).wollman1996-10-071-12/+10
* This commit was generated by cvs2svn to compensate for changes in r18781,gibbs1996-10-073-0/+1084
|\
| * Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.gibbs1996-10-073-0/+1084
* Bring in bug fix from 'SCSI' branch.gibbs1996-10-061-3/+3
* If, during an SDTR negotiation, the target comes back with a responsegibbs1996-10-061-10/+24
* Improved the btodb() and dbtob() macros. I made them give unsignedbde1996-10-061-8/+9
* Cleaned up vm types. Cosmetic.bde1996-10-061-7/+7
OpenPOWER on IntegriCloud