| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't strip a leading '/' from a pattern to be matched. | kientzle | 2008-08-17 | 1 | -2/+0 |
* | Update a comment about not numbering pci busses. This may soon be | imp | 2008-08-17 | 1 | -7/+9 |
* | LRO combined packets can actually be bridged as long as all the interfaces also | thompsa | 2008-08-16 | 1 | -5/+6 |
* | Remove useless #if 1. | imp | 2008-08-16 | 1 | -2/+0 |
* | Prevent crashes due to unlocked access to hash buckets in two sysctls. | alfred | 2008-08-16 | 1 | -0/+4 |
* | Call in to xen for privileged aspects of context switching | kmacy | 2008-08-16 | 1 | -6/+18 |
* | SCSI_DELAY is specified in milliseconds, not seconds. | ken | 2008-08-16 | 1 | -1/+1 |
* | Add ECN sysctls and ECN RFC. | rpaulo | 2008-08-16 | 1 | -1/+16 |
* | Add some sysctl reporting for most pci_pci bridges. We now report | imp | 2008-08-16 | 2 | -3/+21 |
* | Add limited support for units that are related by affine rather | dwmalone | 2008-08-16 | 2 | -22/+63 |
* | Use arc4random_uniform() to avoid "modulo bias" | ache | 2008-08-16 | 1 | -55/+2 |
* | Fix a regression introduced in r179289 splitting up ip6_savecontrol() | bz | 2008-08-16 | 3 | -8/+17 |
* | disable PREEMPTION pending bug fixes to i386/xen/pmap.c | kmacy | 2008-08-15 | 1 | -2/+4 |
* | Call in to xen for fpu handling when XEN is set | kmacy | 2008-08-15 | 1 | -1/+10 |
* | Import check for xen features. | kmacy | 2008-08-15 | 1 | -0/+24 |
* | atomic_fetchadd_int works on unsigned quantities - change | kmacy | 2008-08-15 | 1 | -1/+1 |
* | Add flag to indicate to xen support code that threads are running (and thus w... | kmacy | 2008-08-15 | 1 | -0/+3 |
* | Integrate configuration bits for compling xen. | kmacy | 2008-08-15 | 5 | -9/+186 |
* | Integrate support for xen in to i386 common code. | kmacy | 2008-08-15 | 16 | -17/+687 |
* | Allow the network addresses and interface names for the "client" and | jhb | 2008-08-15 | 2 | -6/+24 |
* | For the "client" and "simple" network types, collapse the separate "net" | jhb | 2008-08-15 | 1 | -14/+11 |
* | Use 'me' rather than explicit IP addresses for the "simple" and "client" | jhb | 2008-08-15 | 1 | -12/+9 |
* | For the firewall_* variables that are specific to the "workstation" | jhb | 2008-08-15 | 1 | -7/+9 |
* | Improve the glimpse target: don't index .svn and compile directories. | philip | 2008-08-15 | 1 | -0/+4 |
* | Convert the snp(4) driver to use cdevpriv. | ed | 2008-08-15 | 3 | -84/+55 |
* | Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1. | philip | 2008-08-15 | 3 | -1/+13 |
* | Accept tty[ud]0 for console device | phk | 2008-08-15 | 1 | -1/+1 |
* | Test updates: Handling of patterns on command line, error messages. | kientzle | 2008-08-15 | 6 | -1/+40 |
* | Add strcspn to libkern for use by xenbus routines. Will add to build | kmacy | 2008-08-15 | 2 | -0/+73 |
* | Compile fixes for xen build. | kmacy | 2008-08-15 | 15 | -166/+223 |
* | Import the uuid_enc_le(), uuid_dec_le(), uuid_enc_be() and | emax | 2008-08-14 | 3 | -2/+148 |
* | Move wb driver from sys/pci to sys/dev/wb. | imp | 2008-08-14 | 4 | -3/+3 |
* | Move pcn driver from sys/pci to sys/dev/pcn. | imp | 2008-08-14 | 4 | -3/+3 |
* | Move the ste driver from sys/pci to sys/dev/ste. | imp | 2008-08-14 | 4 | -3/+3 |
* | Move the tl driver form sys/pci to sys/dev/tl. | imp | 2008-08-14 | 4 | -3/+3 |
* | Move CPU_SPINWAIT into the innermost spin loop, in order to allow faster | jasone | 2008-08-14 | 1 | -2/+3 |
* | Re-order the terms of an expression in arena_run_reg_dalloc() to correctly | jasone | 2008-08-14 | 1 | -2/+2 |
* | Catch up with the removal of /usr/src/compat. | kensmith | 2008-08-14 | 3 | -4/+0 |
* | Fix channel parsing which was broken in r179958, the channel number may be | thompsa | 2008-08-14 | 1 | -2/+4 |
* | Fix a typo: jme -> age | kevlo | 2008-08-14 | 1 | -1/+1 |
* | cosmetic changes and style fixes | marius | 2008-08-13 | 19 | -252/+255 |
* | Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does. | jkim | 2008-08-13 | 2 | -8/+8 |
* | Import handy shorthand Bluetooth address (BD_ADDR) utility functions | emax | 2008-08-13 | 3 | -2/+67 |
* | - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s). | jkim | 2008-08-13 | 4 | -156/+168 |
* | In the case of POWERFAIL_NMI, remove the Giant acquisitions because they | attilio | 2008-08-13 | 1 | -4/+0 |
* | Introduce some WITNESS improvements: | attilio | 2008-08-13 | 3 | -492/+1068 |
* | Bump __FreeBSD_version to 800043, because of the bpf(4) change. | ed | 2008-08-13 | 2 | -6/+4 |
* | Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the space | emaste | 2008-08-13 | 1 | -0/+2 |
* | Attach the cpufreq child devices with specific orders to enforce relative | jhb | 2008-08-13 | 5 | -5/+5 |
* | Change bpf(4) to use the cdevpriv API. | ed | 2008-08-13 | 2 | -81/+63 |