summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-06-27KNFRyan Thomas McBride
2004-06-27stop passing an empty enaddr around since we figure out theBrad Smith
2004-06-27KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26use IF_INPUT_ENQUEUEPhilipp Buehler
2004-06-26Make this kernel config again.Miod Vallat
2004-06-26When altering mmu registers, disable interrupts rather than splhigh().Miod Vallat
2004-06-26Fix alignment problem between savectx and __savectx. How could this haveMiod Vallat
2004-06-26pop is quad in 64-bit modeAndreas Gunnarsson
2004-06-26$OpenBSD$Ryan Thomas McBride
2004-06-26Simplify expression in loop.Tom Cosgrove
2004-06-26cleanup ioctl for ifgroups; ok pb@Markus Friedl
2004-06-26only add ipcomp headers if we've actually compressed the payload; with jfb@Markus Friedl
2004-06-26Add ioctl call SIOCSIFTIMESLOT/SIOCGIDTIMESLOT.Alex Feldman
2004-06-26Add supporting Sangoma network device driver.Alex Feldman
2004-06-26Add supporting Sangoma network driver.Alex Feldman
2004-06-26Sangoma Network Device driver for AFT series card (initiali version).Alex Feldman
2004-06-26Add a table-driven implementation of ether_crc32_be().Christian Weisgerber
2004-06-26Don't sleep forever on short nanosleeps.Thomas Nordin
2004-06-26deinline splraise, spllower and setsoftint.Artur Grabowski
2004-06-26Initial stab at CPU identification code for i386 boot programs. AddedTom Cosgrove
2004-06-26Ansification of defalte-/lsz-stubs.Hans-Joerg Hoexer
2004-06-26Default enable udpencap. Add 'disable' sysctl to sysctl.conf. markus@ ok.Hakan Olsson
2004-06-25Do not clear PSR_SER on 88110 when leaving single-stepping mode.Miod Vallat
2004-06-25introduce "interface groups"Philipp Buehler
2004-06-25'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64Andreas Gunnarsson
2004-06-25typoTheo de Raadt
2004-06-25prettyTheo de Raadt
2004-06-25correct "scrub in" behavior for IPv6.Jun-ichiro itojun Hagino
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
2004-06-25re-introduce PF_INOUT and move PF_FORWARD def to the end.Jun-ichiro itojun Hagino
2004-06-25enable re(4) now that it worksPeter Valchev
2004-06-25fix MAC address initialization on big endian machines; found by naddy, ok drahnPeter Valchev
2004-06-25Provide information about the raw (unswizzled) intrrupt pin inArtur Grabowski
2004-06-25Instead of accessing ci_dev (that's an MI field), provide a marco thatArtur Grabowski
2004-06-25Add tap aka layer 2 tunneling support to tun(4). It can be enabled by settingClaudio Jeker
2004-06-25disallow udpencap_port in bind(0); ok ho@Markus Friedl
2004-06-25Avoid spurious error message "line too long" (introduced with last commit,Tom Cosgrove
2004-06-25Add extended CPUID flag value for AMD64 LONG identification. Taken fromTom Cosgrove
2004-06-25Minor fixes suggested by nordin@ and henning@Thorsten Lockert
2004-06-25IPv6 reassembly on "scrub" directive.Jun-ichiro itojun Hagino
2004-06-24Identify ourselves on the new console device when it's changed.Tom Cosgrove
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-06-24Turn off timeouts if the user types anything at all. This prevents anTom Cosgrove
2004-06-24A little better but still work in progress.Andreas Gunnarsson
2004-06-24KNF, cleanup, readability fixes... this hurtHenning Brauer
2004-06-24Minor changes (structural, not behavioural) in order to support a regressTom Cosgrove
2004-06-24Remove the 8 page limit for sysctl_proc_args after discussing with Theo.Todd C. Miller