summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2003-10-07remove extra \nMarkus Friedl
2003-10-05do not panic if microtime does not work to measure rng performance; from andr...Michael Shalayeff
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-29to set smth in the register one has to write into it and not just read once m...Michael Shalayeff
2003-09-26better mtd comment; from form@Michael Shalayeff
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-18- pass the correct device to bios_getdisklabel().Federico G. Schwindt
2003-09-16document extension support bitmap definition; requested by deraadt@.Federico G. Schwindt
2003-09-11permit ramdisks to buildTheo de Raadt
2003-09-11support new via c3 AES instruction; written by jasonTheo de Raadt
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,Theo de Raadt
2003-09-08match size of fpreg w/ the save87 structs as figured in discussion w/ jason t...Michael Shalayeff
2003-09-07Fix system hangs some i386 machines experienced when booting with theKenneth R Westerback
2003-09-04correct sizeof for bzero/bcopyAnil Madhavapeddy
2003-09-02indent audio comment properlyDavid Krause
2003-09-02Revert the last change since both Pentium 4 and Mobile Pentium 4Alexander Yurchenko
2003-09-02zap more driversTheo de Raadt
2003-09-01remove unused sc_echobug code; ok fgs, mickeyMarkus Friedl
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-21fix symbol name error in mcount functionality in a.out->ELF transition.Dale Rahn
2003-08-20add mtdTheo de Raadt
2003-08-19Properly identify Mobile Pentium 4-M processorAlexander Yurchenko
2003-08-19myson mtd803 ether and enable mtdphy no; form netbsd via form@Michael Shalayeff
2003-08-15- remove ahc dependency, convert smc93cx6 into an attribute.Federico G. Schwindt
2003-08-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-12add safe(4). Works well enough for testing at least.Jason Wright
2003-08-12add acphyMichael Shalayeff
2003-08-11ansification and knf and protosTheo de Raadt
2003-08-08remove scsi/raid drivers not needed on laptop floppyTheo de Raadt
2003-08-08wb no longer fitsTheo de Raadt
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-08-08put COPTS in CFLAGS; idea from miodTheo de Raadt
2003-08-08no pcmcia pccom on this floppy, sorryTheo de Raadt
2003-08-07better dmesg output and do some spaces; markus@ okMichael Shalayeff
2003-08-07watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@Markus Friedl
2003-07-30support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.comMichael Shalayeff
2003-07-29move spl checking wrap over the syscall into trap.c:syscall();Michael Shalayeff
2003-07-28nuke more MATH_EMULATEJason Wright
2003-07-28remove the non-licensed i386 math emulation stuff. This only leaves theJason Wright
2003-07-25use names not numbers for msrs, do not define yet another implementation of w...Michael Shalayeff
2003-07-25s/CPUID_SYS2/CPUID_SEP/ to avoid confusionMichael Shalayeff
2003-07-25let ALWAYS_MATH_EMULATE actually compileJason Wright