summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-7/+7
* Fix a bug in the selection timeout handler that was introduced when thegibbs1997-04-051-38/+52
* Fix linux_getdents so that it can cope with filesystems which translatedfr1997-04-051-10/+46
* Moved COMCONSOLE, CONADDR and CONUNIT to defunct options.bde1997-04-051-4/+4
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-051-15/+1
* Use device flags instead of options for serial console configurationbde1997-04-051-23/+53
* Now that we use AAP, we have to explicitly unpause the sequencer whengibbs1997-04-041-2/+11
* NOOP commit to correct the comment for the last commit:gibbs1997-04-041-1/+1
* When not using SCB paging, we can always directly index the SCB of interestgibbs1997-04-041-15/+6
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-1/+4
* If flag 0x4000 (Sleephack) is defined, assume that the disk is sleepingphk1997-04-031-3/+35
* make obj before building the aic7xxx assembler. This puts the objectgibbs1997-04-031-3/+3
* PAL support: magic numbers moved into format_params structure.fsmp1997-04-021-3/+9
* Removed a wrong comment of mine.bde1997-04-011-10/+2
* Fixed gratuitous ANSIisms.bde1997-04-011-15/+10
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-014-8/+5
* Changed the way that the exec image header is read to be filesystem-dg1997-03-311-3/+1
* Implement the `detach' command for remote GDB. It gets you back at DDB.joerg1997-03-301-0/+8
* Fix embarrasing typo that survived because I applied the wrong patch-phk1997-03-302-6/+6
* Regenerate (include file changes, stray blank lines (cosmetic),peter1997-03-298-21/+11
* Renerate (some include files were changed)peter1997-03-293-6/+4
* Be consistant with the other syscall makefile's handling of the defaultpeter1997-03-291-1/+4
* Add a Makefile to build all three syscall tablespeter1997-03-291-0/+26
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-2910-110/+182
* Fix the warning when compiling the SYSINIT hook due to function types.peter1997-03-291-2/+13
* Forgot $Id$, break a long linepeter1997-03-291-2/+5
* Add a Makefile for regenerating the syscall tablespeter1997-03-291-0/+7
* Don't keep cpu interrupts enabled during the lookup in vm_page_zero_idle().bde1997-03-291-25/+35
* Try to talk to the APM BIOS with version 1.2 if possible.phk1997-03-282-6/+14
* Added a setjmp() and a longjmp() so that an unexpected trap insidebde1997-03-281-1/+16
* Backed out rev.1.5. if %cs is bad, %eip may be bad, but this is no longerbde1997-03-281-3/+2
* Something long overdue: compile inb() and outb() into the kernel asjoerg1997-03-281-1/+47
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toyokota1997-03-281-3/+10
* Remove recently commited support for iobase == -2 ("port none")ache1997-03-281-5/+3
* Add "conflicts" to sbmidi0 since configured irq passed back to isaache1997-03-262-4/+4
* Check sb0 configured in probe routine firstache1997-03-261-2/+10
* Add "conflicts" to sbxvi0 since all information now passed to isaache1997-03-262-4/+4
* Pass configured irq and ports number back to isaache1997-03-261-2/+3
* Allow low level probe routine pass configured information back to isaache1997-03-261-10/+4
* Don't trick with opl0 address since we have conflicts keywordache1997-03-262-10/+4
* Return ports number in probe nowache1997-03-262-2/+8
* Return ports number in probe nowache1997-03-261-1/+1
* Fix probe wrapper to pass ports number from low level probeache1997-03-261-5/+5
* Change sigreturn() to return EFAULT if it is passed anmpp1997-03-251-2/+2
* Use FreeBSD-style attach messageache1997-03-251-1/+5
* added support for EEProms writing/reading.fsmp1997-03-251-2/+8
* Use port? for sbxvi0 since it is autoconfigured from sb0ache1997-03-252-6/+6
* Copy io_base configuration address from sb config.ache1997-03-251-0/+1
* Replace more verbose "at <not configured>" with less verbose "at ?",ache1997-03-251-3/+3
* Follow config intention for iobase:ache1997-03-251-8/+13
OpenPOWER on IntegriCloud