summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-12-18A kernel configuration file suitable for Connectix Virtual PC 6.thorpej
2003-12-18Use uvm_km_zalloc(...) instead of uvm_km_alloc1(...,1).pk
2003-12-18Add MB_ICONQUESTION style to the message box.uwe
2003-12-18Add MB_ICONWARNING style to the message box. Use explicit MB_OK.uwe
2003-12-18Tweak error message.uwe
2003-12-18Add MB_ICON* styles to message boxes. Use explicit MB_OK.uwe
2003-12-18Capitalize error messages. Consistently use "can't". Minor tweaks.uwe
2003-12-18Add MB_ICONEXCLAMATION style to the "Last chance..." dialog. Changeuwe
2003-12-17Small fixed to tense in comment.abs
2003-12-17mask all interrupts during bootstrap *correctly*.bsh
2003-12-17add a function to initialize variables used by splfoo().bsh
2003-12-17Add "sk" driver for SysKonnect/Marvell GigE cards.tls
2003-12-17Fix commented out pcmcia entries: adjust comments, add FULL_SPARC_BUS_SPACE,martin
2003-12-17Provide dummy machine/mcontext.h.uwe
2003-12-17Nuke register prefix for local variables, clean up indentation a little.simonb
2003-12-16Add btodb() define.uwe
2003-12-16Add directory "res" to INCDIR_LIST and drop the "res/" prefix fromuwe
2003-12-16Protect __KERNEL_RCSID with #if !defined(_WIN32) for the sake ofuwe
2003-12-16Drop adler32.c from SRCFILE_LIST, it's no longer in sys/lib/libz.uwe
2003-12-16Replace cmd_ioh with cmd_baseioh, to track changes to wdcvar.h, sohe
2003-12-16Enable SA_SIGINFO for COMPAT_DARWINmanu
2003-12-16GPR5 does not hold code, it holds the signal number (this is the firstmanu
2003-12-16netbsd.org -> NetBSD.orgkeihan
2003-12-16Introduce abstraction layer for HPC registers and values, which addresses thesekiya
2003-12-16iocreg.h has moved.sekiya
2003-12-16A slighly more descriptive iocreg.h now lives in ../ioc.sekiya
2003-12-16The PIRSR is at location 0xffffe1ec, not 0xffffe2ec.gavan
2003-12-15Clean up tmp files on exit. Fixes PR#23723jmc
2003-12-15Add config files for Mr.Coffee JavaStatin 1 machines.martin
2003-12-15Rename the JavaStation network boot loader: bootjs.elf -> bootjs.net.martin
2003-12-15Brazilian keymap, submitted by Rafael Dinizmanu
2003-12-15Part two in the Great Renaming. ip22.c becomes ip2x.c, and all generic ip2xsekiya
2003-12-15Change all IP22 preprocessor conditionals to IP2X preprocessor conditionals.sekiya
2003-12-15IP20 belongs to the IP2x family, thus this should no longer exist.sekiya
2003-12-15Add ioc driver to IP2x config file, pull in ioc/files.ioc as well. Note thatsekiya
2003-12-15Move IOC-specific initialization code from sgimips/ip22.c to ioc/ioc.c.sekiya
2003-12-15Add dedicated IOC (I/O Controller) driver. pckbc, zstty, and lpt will eachsekiya
2003-12-15Work-around an obscure bug (reported by a couple of people, and reproducedscw
2003-12-15The last cpsr_all change was misguided. Just use cpsr_c wherever possible.scw
2003-12-15Use UART_SIZE instead of a (redefined) COM_NPORTS.simonb
2003-12-15print complete contents of the second feature byte; this also fixesjdolecek
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-12-15Add pckbc/wscons/newport related attachments.lonewolf
2003-12-15Add support for attaching newport/pckbc as console on IP22 (Indy).lonewolf
2003-12-15Implement direct configuration for GIO devices.lonewolf
2003-12-15Support for SGI NG1 ("newport") graphics controller.lonewolf
2003-12-14Stop the install from trying to strip the ECOFF executable.he
2003-12-14TOPDOWN_VM is now mandatory on vax.ragge
2003-12-14Make this look more like GENERIC.martin
2003-12-14Adapt to MI ATA/wdc changes. Especially, now that the address offredb