Age | Commit message (Expand) | Author |
2004-06-26 | Add a table-driven implementation of ether_crc32_be(). | Christian Weisgerber |
2004-06-26 | Don't sleep forever on short nanosleeps. | Thomas Nordin |
2004-06-26 | deinline splraise, spllower and setsoftint. | Artur Grabowski |
2004-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove |
2004-06-26 | Ansification of defalte-/lsz-stubs. | Hans-Joerg Hoexer |
2004-06-26 | Default enable udpencap. Add 'disable' sysctl to sysctl.conf. markus@ ok. | Hakan Olsson |
2004-06-25 | Do not clear PSR_SER on 88110 when leaving single-stepping mode. | Miod Vallat |
2004-06-25 | introduce "interface groups" | Philipp Buehler |
2004-06-25 | 'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64 | Andreas Gunnarsson |
2004-06-25 | typo | Theo de Raadt |
2004-06-25 | pretty | Theo de Raadt |
2004-06-25 | correct "scrub in" behavior for IPv6. | Jun-ichiro itojun Hagino |
2004-06-25 | SMP support. Big parts from NetBSD, but with some really serious debugging | Artur Grabowski |
2004-06-25 | re-introduce PF_INOUT and move PF_FORWARD def to the end. | Jun-ichiro itojun Hagino |
2004-06-25 | enable re(4) now that it works | Peter Valchev |
2004-06-25 | fix MAC address initialization on big endian machines; found by naddy, ok drahn | Peter Valchev |
2004-06-25 | Provide information about the raw (unswizzled) intrrupt pin in | Artur Grabowski |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-25 | Add tap aka layer 2 tunneling support to tun(4). It can be enabled by setting | Claudio Jeker |
2004-06-25 | disallow udpencap_port in bind(0); ok ho@ | Markus Friedl |
2004-06-25 | Avoid spurious error message "line too long" (introduced with last commit, | Tom Cosgrove |
2004-06-25 | Add extended CPUID flag value for AMD64 LONG identification. Taken from | Tom Cosgrove |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-25 | IPv6 reassembly on "scrub" directive. | Jun-ichiro itojun Hagino |
2004-06-24 | Identify ourselves on the new console device when it's changed. | Tom Cosgrove |
2004-06-24 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn |
2004-06-24 | Turn off timeouts if the user types anything at all. This prevents an | Tom Cosgrove |
2004-06-24 | A little better but still work in progress. | Andreas Gunnarsson |
2004-06-24 | KNF, cleanup, readability fixes... this hurt | Henning Brauer |
2004-06-24 | Minor changes (structural, not behavioural) in order to support a regress | Tom Cosgrove |
2004-06-24 | Remove the 8 page limit for sysctl_proc_args after discussing with Theo. | Todd C. Miller |
2004-06-24 | Typos in DEBUG code. | Miod Vallat |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-24 | Work in progress, early check-in requested by niklas@ | Andreas Gunnarsson |
2004-06-24 | Add comment explaining what "bootprompt" is for | Tom Cosgrove |
2004-06-24 | If a line in boot.conf is too long for our buffer, stop before we | Tom Cosgrove |
2004-06-24 | free() correct object; andrushock@korovino.net | Theo de Raadt |
2004-06-24 | Add ehci. ok drahn@ | Thomas Nordin |
2004-06-24 | "error" could be left uninitialized | Jun-ichiro itojun Hagino |
2004-06-24 | ultra minor KNF | Jun-ichiro itojun Hagino |
2004-06-24 | endian fix from chris pascoe | Jolan Luff |
2004-06-23 | Do not send IPIs while cold. Should probably fix the pmap_kremove panics som... | Niklas Hallqvist |
2004-06-23 | oops, keep MP stuff inside MULTIPROCESSOR | Niklas Hallqvist |
2004-06-23 | Renumber I/O APICs who clash with other APICs. Also clear the delivery | Niklas Hallqvist |
2004-06-23 | Assorted night cleanups: | Miod Vallat |
2004-06-23 | a few fixes to systrace | marius eriksen |
2004-06-23 | Fix one-byte overflow in interrupt handling allocator. henning@, miod@ ok | Aaron Campbell |
2004-06-23 | pfr_commit_ktable calls functions that can result in the current | Ryan Thomas McBride |
2004-06-23 | Remove useless debug code. | Miod Vallat |
2004-06-23 | Make AHD_DEBUG compile. ok krw@ | Marco Peereboom |