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