summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1995-12-26from netbsd; enable cpu_swapout(), which must save npx stateTheo de Raadt
1995-12-26from perry:Theo de Raadt
fix my own pr 1762, in which it was noted that boot2 used a busy loop to time out the boot prompt. Now uses a usleep() routine that calls the BIOS and the functionality is separate from gets(). Timeout is #defined to 5 seconds. Also did some minor cleanup in preparation to prototype/ANSIfy everything. (problem was originally reported by deraadt a number of years ago)
1995-12-21from netbsd; use U suffix to gaurantee unsignednessTheo de Raadt
1995-12-21from netbsd; use __attribute__((packed)) if it is availableTheo de Raadt
1995-12-21from netbsd:Theo de Raadt
Use explicit integer sizes. Adjust constraints for GCC 2.7.2. parts by niklas
1995-12-15call doshutdownhooks() earlierTheo de Raadt
1995-12-15support pci 3c590 ethernet cardsTheo de Raadt
1995-12-14from netbsd; cpu_fork() now returns voidTheo de Raadt
1995-12-14from netbsd; Return 0 in the child, not the parent pid.Theo de Raadt
1995-12-14from netbsd; add copyright noticeTheo de Raadt
1995-12-14from netbsd: include /dev/io as one of the `kmem' devicesTheo de Raadt
1995-12-14from netbsd; Make sure vt_coldinit() is called before vt_coldmalloc()Theo de Raadt
1995-12-05working .cvsignore filesTheo de Raadt
1995-12-05this is useful in compile directoriesTheo de Raadt
1995-11-28i386 isa bounce buffers by hannken@eis.cs.tu-bs.deTheo de Raadt
1995-11-17kernel is called bsdTheo de Raadt
1995-11-13varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵Theo de Raadt
pr#1695
1995-11-13wrap isaphysmem in NISADMA; from andrew@wipux2.wifo.uni-mannheim.de; netbsd ↵Theo de Raadt
pr#1735
1995-11-13from netbsd:Theo de Raadt
Prevent endless loop (-> kernel crash) when a signal is sent to a process waiting for a vt to become active. Move one ifdef XSERVER to the right place.
1995-11-13require UNIONTheo de Raadt
1995-11-01tls rearranges GENERIC/INSTALLTheo de Raadt
1995-10-26driver cleanupTheo de Raadt
1995-10-26clear segment registers that some roms fail toTheo de Raadt
1995-10-23no libkernTheo de Raadt
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-22kernel is /bsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt