| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXES | obrien | 2004-06-13 | 1 | -0/+1 |
* | | #if out an old leftover in the KAME code. opt_cpu.h is no longer useful here | mlaier | 2004-06-13 | 1 | -0/+2 |
* | | Add support to ACPI to manage its own resources. Previously, resource | njl | 2004-06-13 | 10 | -101/+246 |
* | | Add PCI identifier for Dell modified SBLive! card | obrien | 2004-06-13 | 1 | -0/+9 |
* | | Make this header a little bit more XSI-compliant: | das | 2004-06-13 | 1 | -8/+22 |
* | | Add __fixpt_t to _types.h, and typedef __fixpt_t fixpt_t in types.h. | das | 2004-06-13 | 2 | -1/+3 |
* | | Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced(). | alc | 2004-06-13 | 2 | -2/+2 |
* | | Include vm/vm_param.h to pull in KERNBASE now. This should fix the | imp | 2004-06-13 | 2 | -0/+2 |
* | | Add MAC framework bits to the output path. | dfr | 2004-06-13 | 1 | -0/+6 |
* | | Remove dead or unneeded code, e.g., spl calls. | alc | 2004-06-13 | 1 | -32/+1 |
* | | Remove advertising clause. | dfr | 2004-06-13 | 1 | -4/+0 |
* | | Pass the correct argument to ncr53c9x_timeout() | scottl | 2004-06-13 | 1 | -5/+5 |
* | | Cast printf'ed values to intmax_t. | obrien | 2004-06-13 | 1 | -3/+3 |
* | | Bump __FreeBSD_version for ALTQ. Also put some notes in UPDATING regarding | mlaier | 2004-06-13 | 1 | -1/+1 |
* | | Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace more | njl | 2004-06-13 | 2 | -0/+21 |
* | | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 18 | -18/+292 |
* | | Use NG_FREE_MSG() instead of FREE(). | phk | 2004-06-13 | 1 | -1/+1 |
* | | Add the capacity for the rfc1490 node to handle cisco style encasulation | julian | 2004-06-13 | 2 | -23/+154 |
* | | Add configuration rom entries for IP over firewire. | dfr | 2004-06-13 | 2 | -0/+28 |
* | | To support the promiscuous mode udav(4) driver | sanpei | 2004-06-13 | 1 | -0/+24 |
* | | Add a new driver to support IP over firewire. This driver is intended to | dfr | 2004-06-13 | 8 | -1/+1921 |
* | | Get rid of UMA zones and instead allocate all ecb's up front and track them | scottl | 2004-06-13 | 2 | -25/+48 |
* | | make code less broken, only try to create unit 0 since there can only | jmg | 2004-06-13 | 1 | -2/+4 |
* | | - Remove an unused declaration. | alc | 2004-06-13 | 2 | -5/+4 |
* | | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 16 | -11/+104 |
* | | Prepare pf for building with ALTQ: | mlaier | 2004-06-13 | 3 | -56/+4 |
* | | Introduce socket and UNIX domain socket locks into hard-coded lock | rwatson | 2004-06-13 | 1 | -1/+8 |
* | | Correct whitespace errors in merge from rwatson_netperf: tabs instead of | rwatson | 2004-06-12 | 1 | -5/+5 |
* | | Move #ifdef _KERNEL higher in socketvar.h to cover various socket | rwatson | 2004-06-12 | 1 | -2/+2 |
* | | Add a module directory for geom_vinum. | le | 2004-06-12 | 1 | -0/+11 |
* | | Add a first version of a GEOMified vinum. | le | 2004-06-12 | 15 | -0/+5851 |
* | | Missed directory in previous commit; need to hold SOCK_LOCK(so) | rwatson | 2004-06-12 | 1 | -0/+1 |
* | | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 20 | -8/+58 |
* | | In a multiprocessor, the PG_W bit in the pte must be changed atomically. | alc | 2004-06-12 | 2 | -3/+4 |
* | | Add an additional queue which will be "owned by the driver". This allows to | mlaier | 2004-06-12 | 1 | -0/+7 |
* | | Whitespace-only restyling of socket reference count macros. | rwatson | 2004-06-12 | 1 | -25/+25 |
* | | Introduce a mutex into struct sockbuf, sb_mtx, which will be used to | rwatson | 2004-06-12 | 2 | -0/+31 |
* | | Fix registration of loadable line disciplines. | phk | 2004-06-12 | 1 | -1/+2 |
* | | Remove an unused #include. | alc | 2004-06-12 | 1 | -1/+0 |
* | | When autosense is retrieved, tell CAM about it instead of juust pretending | scottl | 2004-06-12 | 1 | -1/+2 |
* | | Correct typo from previous commit. | scottl | 2004-06-12 | 1 | -1/+1 |
* | | Back out 1.23 until I figure out why it causes Netra t1 100 to no longer | marius | 2004-06-12 | 1 | -1/+1 |
* | | FreeBSD-ify ALTQ: | mlaier | 2004-06-12 | 9 | -21/+164 |
* | | This commit was generated by cvs2svn to compensate for changes in r130365, | mlaier | 2004-06-12 | 21 | -0/+14567 |
|\ \ |
|
| * | | Import parts of the ALTQ framework from latest KAME snapshot (which is up to | mlaier | 2004-06-12 | 21 | -0/+14567 |
| / |
|
* | | Use tabs instead of spaces between #define and macro name; a merge | rwatson | 2004-06-11 | 1 | -2/+2 |
* | | Modify ip fw so that whenever UID or GID constraints exist in a | csjp | 2004-06-11 | 1 | -30/+77 |
* | | Neither pmap_enter() nor pmap_enter_quick() should create pv entries for | alc | 2004-06-11 | 1 | -4/+10 |
* | | Move uma_small_alloc() and uma_small_free() out of the pmap and into their | alc | 2004-06-11 | 3 | -46/+83 |
* | | Style cleanup. | schweikh | 2004-06-11 | 1 | -64/+81 |