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