summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2005-04-21clean dmesg outputTheo de Raadt
2005-04-21count fpu lazy context switches; deraadt@ okMichael Shalayeff
2005-04-21provide pgup, pgdown, home and end by using fn with the arrow keys.David Gwynne
ok drahn@ deraadt@ uwe@
2005-04-21-bceTheo de Raadt
2005-04-21no need to check for 0, it copes, spotted by beckTheo de Raadt
2005-04-21correct idion for snprintf failure handling; ok cloderTheo de Raadt
2005-04-21correct idiom for snprintf failure handling; ok beckTheo de Raadt
2005-04-20Enable ural(4), appears to work fine.Jonathan Gray
2005-04-20OopsMiod Vallat
2005-04-20er, maybe notTheo de Raadt
2005-04-20Files forgotten during initial commit.Miod Vallat
2005-04-20enter zboot for all architecturesTheo de Raadt
2005-04-19describe the zaurus boot(8) program; review/suggestions by jmc@Uwe Stuehler
2005-04-19Same vm_machdep.c on solbourne.Miod Vallat
2005-04-19newline after attach; ok deraadt@Damien Miller
2005-04-19As a late birthday present, a preliminary port to the Solbourne IDT systemsMiod Vallat
(S3000, S4000 and S4000DX). Currently limited to diskless and serial console, and userland has issues. Things will get better in the near future.
2005-04-19fix commentMichael Shalayeff
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-19Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provideMiod Vallat
DB_AOUT_SYMBOLS.
2005-04-19No more a.out symbols support in ddb.Miod Vallat
2005-04-19CLKF_BASEPRI we do not have no more; noticed by miodMichael Shalayeff
2005-04-18oops. uvm_page_physload() has different semantics for start and end...Michael Shalayeff
2005-04-18do not do some of the initmsgbuf()s jobMichael Shalayeff
2005-04-17Generate SIGTRAP instead of SIGILL for breakpoint instructions.Mark Kettenis
Disable some debug code in the process. ok miod@
2005-04-17Do not use KERNBASE when VM_MIN_KERNEL_ADDRESS or VM_MAXUSER_ADDRESS areMiod Vallat
implied; this currently does not change anything (yet). Also, define the I/O space range in <machine/vmparam.h> rather than in <sparc/sparc/vaddrs.h>. ok deraadt@ mickey@
2005-04-17- Speedup CMP_PTE_USER_*4M by commenting out its first instruction, whichMiod Vallat
turns to be a no-op. - Check for nwindows < 8 for SUN4C kernels as well. From NetBSD.
2005-04-17sort usb sectionTheo de Raadt
2005-04-17make sure user address is in user space in copyinstr. ok weingart@Ted Unangst
2005-04-17make sure round_blocksize does not produce 0 after alignmentChristopher Pascoe
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-16round -- not truncate the buffer sizeMichael Shalayeff
2005-04-16Look for OpenBSD disklabel on the first eight hd devices, and after aUwe Stuehler
timeout retry to open the first device which wasn't immediately ready. This should avoid the failures to read /etc/boot.conf that people have been seeing, and makes it possible to install OpenBSD on any of the four possible DOS MBR primary partitions.
2005-04-16support a "clear" command to clear the broken Linux console. grmpf.Uwe Stuehler
2005-04-16let ld find it's _start() symbol.Uwe Stuehler
2005-04-16don't print the additional "exit" message on exit.Uwe Stuehler
2005-04-16internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Miod Vallat
2005-04-16Duplicate include file.Miod Vallat
2005-04-15free salt&peper commitMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-04-15Add TODO list for zaudio.Christopher Pascoe
2005-04-15Remove i2c entry, it is included from zaudio config.Christopher Pascoe
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15Functions for accessing the pxa2x0 I2S controller.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15Routines providing access to the pxa2x0 I2C controller.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-14Add basic support for the pxa2x0 DMA controller.Christopher Pascoe
ok deraadt@ dlg@ drahn@ uwe@
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-14+luphy and add hme to RAMDISK_CDBrad Smith
2005-04-14+luphyBrad Smith
2005-04-14+luphyBrad Smith
2005-04-13Resume only if the lid is open and the power key pressed. Also fixUwe Stuehler
peridic discharging in zapm_poll().