summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2003-11-24have to apm_set_ver() before the values calculated get used; from nedko@users...Michael Shalayeff
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
2003-11-17Be sure to not use the cpuid instruction on processors which do not support it;Miod Vallat
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
2003-11-15diff from andreas@:Henning Brauer
2003-11-14correct detects Transmeta cpu.Kevin Lo
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Remove compacting garbage collector. Fixes PR #3528.Thomas Nordin
2003-11-07update the ref to fips; from jared yanovichMichael Shalayeff
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-29Avoid another malloc in the VIA AES stuff: move the operation stuffJason Wright
2003-10-29don't allocate two buffers when one will do (VIA's AES stuff can have src==dst)Jason Wright
2003-10-28guard cpu register functions from userland, otherwise they appear whenAnil Madhavapeddy
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-10-24No need to have several implementations of {read,write}_eflags(),Alexander Yurchenko
2003-10-23- delay reading the disklabel for floppies until after we're sure it'sFederico G. Schwindt
2003-10-15spacesTheo de Raadt
2003-10-15typo in comment, ok jason@David Krause
2003-10-14Ok, now that the via c3 crypto stuff is in the tree, merge the last bit ofJason Wright
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