summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-04-30A simpler and better SET_PC_REGS().Miod Vallat
2005-04-30Remove m88k_psr_type and function with utterly long names to control the psr,Miod Vallat
2005-04-30Remove disabled code which would disable all interrupts rather than switchMiod Vallat
2005-04-30As on i386, ensure we save the %ebx register returned from the BIOSTom Cosgrove
2005-04-30Ensure we save the %ebx register returned from the BIOS call, not justTom Cosgrove
2005-04-30Add support for large files (> 4GB).Niall O'Higgins
2005-04-30check for ETHERMIN in SIOCSIFMTU ioctl; from bradPeter Valchev
2005-04-30From NetBSD, pt to by brad (might fix csum problems, else they mayPeter Valchev
2005-04-30prettierTheo de Raadt
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30this is not GENERICTheo de Raadt
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-29Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712.Alexander 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-29Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing.Jonathan Gray
2005-04-29regenJonathan Gray
2005-04-29ATI IXP 400 devices and some additional Radeon XPRESS IDs.Jonathan Gray
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-28Don't detach interface from pf's perspective until after IPv6 is done with it.Christopher Pascoe
2005-04-28more snprintf error checking. ok krw@Moritz Jodeit
2005-04-28more snprintf checking. ok krw@Moritz Jodeit
2005-04-28- sort optionsJason McIntyre
2005-04-28going to need zts on RAMDISK...Theo de Raadt
2005-04-28install kue firmware on zaurus; ok uwe@ dlg@David Krause
2005-04-28Some really braindead usb devices such as x-in-1 card reader/writersKenneth R Westerback
2005-04-27Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force aKenneth R Westerback
2005-04-27Remove unnecessary step in ack sequence.Marco Peereboom
2005-04-27In osiop_checkintr(), bail out early and do not claim the interrupt forMiod Vallat
2005-04-27Shave more stack operations, courtesy of the not-so-new-now ABI.Miod Vallat
2005-04-27sortTheo de Raadt
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-27regenJakob Schlyter
2005-04-27add Audiovox RTM-8000 GSM/GPRS CFJakob Schlyter
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