summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-29So mips64 is our first arch that switches to using new MIAlexander Yurchenko
2005-04-29Make boot code use real mode with 64K segments instead of 1M segments,Tom Cosgrove
2005-04-29quiet apmTheo de Raadt
2005-04-29spacingTheo de Raadt
2005-04-28+=Theo de Raadt
2005-04-28shrink extra verbose crudTheo de Raadt
2005-04-28shut upTheo de Raadt
2005-04-28remove junk from 8 years agoTheo de Raadt
2005-04-28- sort optionsJason McIntyre
2005-04-28going to need zts on RAMDISK...Theo de Raadt
2005-04-27Shave more stack operations, courtesy of the not-so-new-now ABI.Miod Vallat
2005-04-27tag these as hppa64Theo de Raadt
2005-04-27solbourne Makefile and dive thereTheo de Raadt
2005-04-27simple man page for sgivolTheo de Raadt
2005-04-27Allow userland to cause the data cache to be flushed for any arbitrary addressMiod Vallat
2005-04-27Always include <uvm/uvm_extern.h> before <machine/cmmu.h>.Miod Vallat
2005-04-27Move constants for dma_cachectl() to cmmu.h where they belong.Miod Vallat
2005-04-27add missing flags to /proc/cpuinfo and don't print invalid ones; deraadt@ okFederico G. Schwindt
2005-04-27spacingTheo de Raadt
2005-04-27spacingTheo de Raadt
2005-04-27if SystemPartition contains a cdrom boot specifier, whack theTheo de Raadt
2005-04-27avoid the o{open,read,lseek} interfaces, and use the regular ones, becauseTheo de Raadt
2005-04-27Replace the last user of pmap_map() with an inline version, and kill pmap_map()Miod Vallat
2005-04-26enable uhciDavid Gwynne
2005-04-26remove now obsolete mac68k_set_pteMartin Reindl
2005-04-26new NuBus slot space mapping/probing code utilizing bus_space(9)Martin Reindl
2005-04-26Check for memory allocation failure before zeroing memory, not after;Miod Vallat
2005-04-26enter zbootTheo de Raadt
2005-04-26install in zaurus MANSUBDIRTheo de Raadt
2005-04-26Remove unused hooks for periodic pcons polling.Miod Vallat
2005-04-26Use cons_decl() rather than rolling our own prototypes, and some KNF.Miod Vallat
2005-04-26the theMiod Vallat
2005-04-26... oh and let it work for all casesTheo de Raadt
2005-04-26let ramdisks compile after zts changesTheo de Raadt
2005-04-25[OpenBSD]Tom Cosgrove
2005-04-25Correctly handle boot drives with SCSI id >= 10; ok mickey@Miod Vallat
2005-04-25csum -> csum_flagsBrad Smith
2005-04-25Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11.Miod Vallat
2005-04-24Oops, 1.3 would cause a keyboard plugged at boot time to start in the wrongMiod Vallat
2005-04-24- switch Scott Reynold's copyright to 3-clause BSDMartin Reindl
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
2005-04-23Discard 0 byte keyboard identification strings.Miod Vallat
2005-04-22Do not process the FIFO during interrupts when we are polling.Miod Vallat
2005-04-22Doh, typo in constant...Miod Vallat
2005-04-22Oops!Miod Vallat
2005-04-22Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series.Miod Vallat
2005-04-22Allow an external device to force the HIL loop to not claim the keyboardMiod Vallat
2005-04-22Pass -Wall, complete prototypes, some KNF; no functional change.Miod Vallat
2005-04-21Move i2c open/close from callers into zaudio_standby. Fixes an error path.Christopher Pascoe