Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-05 | Provide SET_PC_REGS. | Miod Vallat | |
2005-01-05 | Unbreak m88k build. | Mark Kettenis | |
2005-01-05 | missed a bit in the last commit | David Gwynne | |
2005-01-05 | Discourage using aggressive mode. | Hans-Joerg Hoexer | |
ok and some help ho@ | |||
2005-01-05 | remove wrong free() after realloc(). | Hans-Joerg Hoexer | |
ok miod millert markus | |||
2005-01-05 | Use $OpenBSD$ instead of $Id$. ok damien@ | Jonathan Gray | |
2005-01-05 | remove dead code, log connect() failures with level error, ok djm@ | Markus Friedl | |
2005-01-05 | copyoutstr doesn't work so well with the kernel addresses | Ted Unangst | |
2005-01-05 | use standard root prompt in examples | Jared Yanovich | |
2005-01-05 | definitions of the extra registers for the usb host controller and code | David Gwynne | |
that uses them to try and correctly init the controller. ok drahn@ | |||
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 | |
includes, some #if 0 code. | |||
2005-01-04 | `done' can be NULL; | Jason McIntyre | |
from matthias kilian (pr #4061): non-reversed version applied w/ NULL marked up miod says it's right enough; | |||
2005-01-04 | space between macro args and punctuation; | Jason McIntyre | |
2005-01-04 | a little spacing and indent; | Jason McIntyre | |
2005-01-04 | a little spacing and indent; | Jason McIntyre | |
2005-01-04 | Kill old, unused, Mach defines, and provide a correct SET_PC_REGS | Miod Vallat | |
implementation - due to the awkwardness of the m88k architecture, PC_REGS can NOT be an lvalue. | |||
2005-01-04 | silence real gcc 3.3.5 | Marc Espie | |
okay mickey@. | |||
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 | typo | Jared Yanovich | |
2005-01-04 | sync | Theo de Raadt | |
2005-01-04 | lower case the .Nm to make `man -k ipcomp' less confusing; | Jason McIntyre | |
2005-01-04 | - make sure int is in running state before touching the multicast filter | Brad Smith | |
- remove song and dance with IFF_UP, based on NetBSD commit to mc(4) ok martin@ | |||
2005-01-04 | restrict forwarding to ipsec processed traffic of ip.forwarding==2 | Markus Friedl | |
ok deraadt, henning, fgsch, mcbride | |||
2005-01-04 | document zaurus addition; | Jason McIntyre | |
2005-01-04 | typo; | Jason McIntyre | |
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 | add snprintf sanity check. | Moritz Jodeit | |
ok millert@, henning@ | |||
2005-01-04 | add some snprintf sanity checks. | Moritz Jodeit | |
ok millert@, henning@ | |||
2005-01-04 | Minor KNF, s/for(/for (/ | Todd C. Miller | |
2005-01-04 | Fix some issues noted by Joris Vink; pedro@ OK | Todd C. Miller | |
o g/c the changed field in struct field o increment argv for bad fields too o deal with AUDIO_MIXER_DEVINFO (unlikely) failures | |||
2005-01-04 | add some more snprintf sanity checks and fix two previously added checks. | Moritz Jodeit | |
ok millert@, henning@ | |||
2005-01-04 | If we get a vendor private tlv when we are expecting a challenge, | Todd C. Miller | |
just ignore the vendor private one and continue. Fixes a problem with hostap and some 802.11g cards. Adapted from a diff by drahn@ | |||
2005-01-04 | Complete section 4 for Zaurus, and related changes. | Miod Vallat | |
ok deraadt@ | |||
2005-01-04 | Add a zaurus category. | Miod Vallat | |
2005-01-04 | consistency fix; | Jason McIntyre | |
2005-01-04 | Bring up the carp(4) interface before default route. | Ryan Thomas McBride | |
ok pascoe@ mpf@ | |||
2005-01-04 | first cut at an introduction to CVS; | Jason McIntyre | |
ok jfb@ | |||
2005-01-04 | cleaner pci/fcom arm cats vs zaurus config. | Dale Rahn | |
2005-01-04 | Uncomment the boot_luna88k xref | Miod Vallat | |
2005-01-04 | tweaks; | Jason McIntyre | |
2005-01-04 | Kill a FreeBSDism leftover. | Miod Vallat | |
2005-01-04 | Enable ARP table manipulation on CARP interfaces. | Christopher Pascoe | |
ok niklas@ mcbride@ | |||
2005-01-04 | Move processing of ARP packets for CARP addresses to the carp interface | Christopher Pascoe | |
instead of processing them in the parent interface. This causes us to send ARP packets on a carpdev with its virtual MAC address as the source, rather than the parent's physical address. Permits us to fail over cleanly when connected to devices that use the source MAC address on a received ARP request to generate an ARP entry for the requesting host, rather than going through the who-has/is-at procedure. ok niklas@ mcbride@ |