| Commit message (Expand) | Author | Age | Files | Lines |
* | Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan. | thompsa | 2007-06-11 | 1 | -0/+2 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 1 | -0/+5 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | Teach the bridge wrapper how to handle the filter+ithread case. | piso | 2007-06-06 | 3 | -36/+77 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Commit 10/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -6/+2 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 2 | -3/+4 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-04 | 1 | -0/+38 |
* | Prepare for the new physical memory allocator: Change the way that the | alc | 2007-06-03 | 2 | -2/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 2 | -3/+3 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -2/+11 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | yongari | 2007-05-29 | 1 | -0/+2 |
* | Enable fwip and dcons in GENERIC. They seem fairly stable. | simokawa | 2007-05-28 | 1 | -0/+3 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | kan | 2007-05-22 | 1 | -2/+2 |
* | - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument. | jeff | 2007-05-20 | 1 | -1/+1 |
* | - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren't | marius | 2007-05-20 | 2 | -42/+58 |
* | - Also identify USIIIi+, USIV and USIV+ CPUs. | marius | 2007-05-20 | 2 | -12/+24 |
* | Delete the unused/not really used sparc64 (as in sun4u) cache.h, | marius | 2007-05-20 | 2 | -11/+18 |
* | Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct | kan | 2007-05-19 | 1 | -0/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 2 | -3/+3 |
* | - Add bits for userland profiling. For sun4u this is compile-tested only. | marius | 2007-05-11 | 1 | -4/+36 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Use the VIS-based Spitfire version of the page copying and zeroing | marius | 2007-05-01 | 1 | -5/+12 |
* | Make the rman(9) workaround actually work. The main problem was that | marius | 2007-05-01 | 1 | -26/+31 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -1/+2 |
* | Remove trailing '.' for consistency! | pjd | 2007-04-10 | 1 | -1/+1 |
* | Add UFS_GJOURNAL options to the GENERIC kernel. | pjd | 2007-04-10 | 1 | -0/+1 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -0/+3 |
* | Rototill the sparc64 nexus(4) (actually this brings in the code the | marius | 2007-03-07 | 17 | -808/+538 |
* | Wrap at 80 bus_setup_intr() in upa_setup_intr(). | piso | 2007-03-06 | 1 | -2/+2 |
* | Use uma_set_align(). | marius | 2007-02-25 | 1 | -0/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 8 | -69/+116 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 1 | -1/+1 |
* | Quiet GCC4 warnings regarding the width of printf()-arguments not | marius | 2007-01-20 | 1 | -2/+3 |
* | - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) will | marius | 2007-01-20 | 1 | -6/+6 |
* | Convert the remainder of the low hanging fruits regarding including | marius | 2007-01-19 | 13 | -109/+84 |
* | - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4) | marius | 2007-01-18 | 3 | -22/+22 |
* | Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}() | marius | 2007-01-18 | 4 | -108/+0 |
* | Resurrect upa(4), now used for the subordinate/slave UPA bridge and | marius | 2007-01-16 | 1 | -0/+514 |
* | - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c. | marius | 2007-01-16 | 2 | -559/+0 |
* | Teach OF_decode_addr() about the bus space used for devices on the | marius | 2007-01-16 | 1 | -1/+5 |
* | Check the return value of bus_setup_intr() when setting up the | marius | 2007-01-15 | 1 | -10/+12 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 2 | -8/+2 |
* | o Changes to psycho_attach(): [1] | marius | 2007-01-08 | 2 | -64/+225 |
* | In ofw_pcibus_attach() skip dupe PCI devices reported by the | marius | 2007-01-08 | 1 | -0/+2 |
* | add new large page sizes for use by shared loader | kmacy | 2006-12-18 | 1 | -0/+8 |
* | GC unused fields in pcpu | kmacy | 2006-12-17 | 1 | -1/+0 |