summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-01-07rev 1.26Brad Smith
2005-01-07Fix profiled kernel builds on i386 by moving splraise/splx code into macrosChristopher Pascoe
2005-01-07regenBrad Smith
2005-01-07add SiS devices.Brad Smith
2005-01-06Lazy man's display console on Zaurus: allow the display to be attached as aMiod Vallat
2005-01-06spacingTheo de Raadt
2005-01-06few more devices that fitTheo de Raadt
2005-01-06turn off GPL_MATH_EMULATE by default (fully BSD licensed floppies, neat eh); ...Theo de Raadt
2005-01-06use wsmux more; miod okTheo de Raadt
2005-01-06A really working SET_PC_REGS(); ok mickey@Miod Vallat
2005-01-06undo moronic french breakageMichael Shalayeff
2005-01-06missing $OpenBSD$Martin Reindl
2005-01-06SET_PC_REGS, tested by miod@Marc Espie
2005-01-06Bring back the code simplifications after debug and testing by drahn@Miod Vallat
2005-01-06Make sure the kthread does not run before iop_config_interrupts().Miod Vallat
2005-01-06Attach multicast to the carp interface for IPv6 (makes it consistent withRyan Thomas McBride
2005-01-06Error path cleanups for carp_output. Use ENOBUFS instead of ENOMEM whenChristopher Pascoe
2005-01-06Tag all packets sent via a CARP interface for link local addressChristopher Pascoe
2005-01-05Correct value here allows cleaner screen display.Dale Rahn
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2005-01-05Partially revert some of these changes - misunderstanding between drahn@ and IMiod Vallat
2005-01-05PIL_AUD should be lower than PIL_SCHED, otherwise the audio code mayFederico G. Schwindt
2005-01-05First steps in cleaning the Zaurus display code:Miod Vallat
2005-01-05- Use defines from pfvar.h for timeoutsRyan Thomas McBride
2005-01-05Define defaults for the timeouts ensure consistency between kernelRyan Thomas McBride
2005-01-05Provide SET_PC_REGS.Miod Vallat
2005-01-05missed a bit in the last commitDavid Gwynne
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@Jonathan Gray
2005-01-05copyoutstr doesn't work so well with the kernel addressesTed Unangst
2005-01-05definitions of the extra registers for the usb host controller and codeDavid Gwynne
2005-01-04Seems to be working on C3000, still needs layering fix and 1/2 slot 'probing'.Dale Rahn
2005-01-04use the new intr_disestablish code.Dale Rahn
2005-01-04implement intr_disestablish.Dale Rahn
2005-01-04add prototype for disestablish function (coming soon), remove uselessDale Rahn
2005-01-04Kill old, unused, Mach defines, and provide a correct SET_PC_REGSMiod Vallat
2005-01-04silence real gcc 3.3.5Marc Espie
2005-01-04SET_PC_REGS, arches tested between me and miod.Marc Espie
2005-01-04switch to SET_PC_REGS if available, okay miod@Marc Espie
2005-01-04Remove or comment out stuff installation media can live without.Miod Vallat
2005-01-04- make sure int is in running state before touching the multicast filterBrad Smith
2005-01-04restrict forwarding to ipsec processed traffic of ip.forwarding==2Markus Friedl
2005-01-04Slight comments cleanup.Miod Vallat
2005-01-04ifdef MCDEBUG printf on FIFO overflows as discussed with NickMartin Reindl
2005-01-04Better check for UPT filling; saves one more page for userland on most hp300...Miod Vallat
2005-01-04If we get a vendor private tlv when we are expecting a challenge,Todd C. Miller
2005-01-04cleaner pci/fcom arm cats vs zaurus config.Dale Rahn
2005-01-04Move processing of ARP packets for CARP addresses to the carp interfaceChristopher Pascoe
2005-01-04Use pseudo_AF_HDRCMPLT for outgoing ARP messages, otherwise the providedChristopher Pascoe
2005-01-04No PCI on zaurus.Miod Vallat
2005-01-04Framed up support for C3000, however not working yet so match is disabled.Dale Rahn