summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-05Provide SET_PC_REGS.Miod Vallat
2005-01-05Unbreak m88k build.Mark Kettenis
2005-01-05missed a bit in the last commitDavid Gwynne
2005-01-05Discourage using aggressive mode.Hans-Joerg Hoexer
ok and some help ho@
2005-01-05remove wrong free() after realloc().Hans-Joerg Hoexer
ok miod millert markus
2005-01-05Use $OpenBSD$ instead of $Id$. ok damien@Jonathan Gray
2005-01-05remove dead code, log connect() failures with level error, ok djm@Markus Friedl
2005-01-05copyoutstr doesn't work so well with the kernel addressesTed Unangst
2005-01-05use standard root prompt in examplesJared Yanovich
2005-01-05definitions of the extra registers for the usb host controller and codeDavid Gwynne
that uses them to try and correctly init the controller. ok drahn@
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
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-04space between macro args and punctuation;Jason McIntyre
2005-01-04a little spacing and indent;Jason McIntyre
2005-01-04a little spacing and indent;Jason McIntyre
2005-01-04Kill old, unused, Mach defines, and provide a correct SET_PC_REGSMiod Vallat
implementation - due to the awkwardness of the m88k architecture, PC_REGS can NOT be an lvalue.
2005-01-04silence real gcc 3.3.5Marc Espie
okay mickey@.
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-04typoJared Yanovich
2005-01-04syncTheo de Raadt
2005-01-04lower 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 filterBrad Smith
- remove song and dance with IFF_UP, based on NetBSD commit to mc(4) ok martin@
2005-01-04restrict forwarding to ipsec processed traffic of ip.forwarding==2Markus Friedl
ok deraadt, henning, fgsch, mcbride
2005-01-04document zaurus addition;Jason McIntyre
2005-01-04typo;Jason McIntyre
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-04add snprintf sanity check.Moritz Jodeit
ok millert@, henning@
2005-01-04add some snprintf sanity checks.Moritz Jodeit
ok millert@, henning@
2005-01-04Minor KNF, s/for(/for (/Todd C. Miller
2005-01-04Fix some issues noted by Joris Vink; pedro@ OKTodd 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-04add some more snprintf sanity checks and fix two previously added checks.Moritz Jodeit
ok millert@, henning@
2005-01-04If 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-04Complete section 4 for Zaurus, and related changes.Miod Vallat
ok deraadt@
2005-01-04Add a zaurus category.Miod Vallat
2005-01-04consistency fix;Jason McIntyre
2005-01-04Bring up the carp(4) interface before default route.Ryan Thomas McBride
ok pascoe@ mpf@
2005-01-04first cut at an introduction to CVS;Jason McIntyre
ok jfb@
2005-01-04cleaner pci/fcom arm cats vs zaurus config.Dale Rahn
2005-01-04Uncomment the boot_luna88k xrefMiod Vallat
2005-01-04tweaks;Jason McIntyre
2005-01-04Kill a FreeBSDism leftover.Miod Vallat
2005-01-04Enable ARP table manipulation on CARP interfaces.Christopher Pascoe
ok niklas@ mcbride@
2005-01-04Move processing of ARP packets for CARP addresses to the carp interfaceChristopher 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@