| Commit message (Expand) | Author | Age | Files | Lines |
* | Change over the usb kernel options to the new stack (retaining existing | thompsa | 2009-02-23 | 1 | -67/+14 |
* | Add uslcom to the build too. | thompsa | 2009-02-15 | 1 | -0/+1 |
* | Switch over GENERIC kernels to USB2 by default. | thompsa | 2009-02-15 | 1 | -15/+66 |
* | Mark the BSP as being awake. This supresses the message | marcel | 2009-02-10 | 1 | -1/+2 |
* | When bouncing pages, allow a new option to preserve the intra-page | imp | 2009-02-08 | 1 | -0/+7 |
* | Don't forget to create opt_agp.h on ia64, which also uses agp(4). | wkoszek | 2009-02-07 | 1 | -0/+3 |
* | Tweak the ia64 machine check handling code to not register new sysctl nodes | jhb | 2009-02-04 | 2 | -26/+45 |
* | Correct an error in revision 1.170 of this file. When get_pv_entry() is | alc | 2009-01-18 | 1 | -1/+15 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -12/+0 |
* | Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important. | ed | 2008-12-02 | 1 | -1/+1 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -1/+2 |
* | Define mb(), rmb() and wmb() for real. | marcel | 2008-11-22 | 1 | -3/+3 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+4 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Atomically increment the number of awoken APs as all APs will | marcel | 2008-10-19 | 1 | -1/+1 |
* | Collect N identical (or near identical) mkdumpheader() implementations into | peter | 2008-10-01 | 1 | -22/+1 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | marius | 2008-09-28 | 4 | -47/+5 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -3/+3 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 1 | -42/+43 |
* | The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp | obrien | 2008-09-23 | 2 | -2/+2 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 3 | -101/+41 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -2/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK is | alc | 2008-07-15 | 1 | -3/+3 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | Add inline function ia64_fc_i() to abstract inline assembly. | marcel | 2008-07-07 | 2 | -1/+10 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | Work-around a compiler optimization bug, that broke libthr. Massive | marcel | 2008-05-28 | 1 | -1/+1 |
* | Account for IPI_PREEMPT. We don't want to call sched_preempt() with | marcel | 2008-05-23 | 1 | -4/+10 |
* | The VM system no longer uses setPQL2(). Remove it and its helpers. | alc | 2008-05-23 | 1 | -8/+0 |
* | Create the bucket mutexes with MTX_NOWITNESS. There's now a | marcel | 2008-05-22 | 1 | -1/+1 |
* | We can call ia64_flush_dirty() when the corresponding process is | marcel | 2008-05-21 | 1 | -3/+6 |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 1 | -7/+0 |
* | Add a stub for pmap_align_superpage() on machines that don't (yet) | alc | 2008-05-09 | 1 | -0/+10 |
* | Unbreak previous commit. While here, refactor the code a bit. | marcel | 2008-04-25 | 1 | -13/+10 |
* | - Add an integer argument to idle to indicate how likely we are to wake | jeff | 2008-04-25 | 1 | -1/+8 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 2 | -3/+0 |
* | Make genclock standard on all platforms. | phk | 2008-04-21 | 1 | -1/+0 |
* | Sanitize the malloc types: M_PMAP is not used in pmap.c, so don't | marcel | 2008-04-19 | 2 | -5/+3 |
* | Remove cruft we got from Alpha, which was probably inherited | marcel | 2008-04-18 | 1 | -31/+6 |
* | Use genclock for RTC handling. This eliminates the MD versions for | marcel | 2008-04-15 | 3 | -135/+51 |
* | Support and switch to the ULE scheduler: | marcel | 2008-04-15 | 4 | -3/+18 |
* | Revision 1.9 changes the delivery mode from the magic constant 0 | marcel | 2008-04-14 | 1 | -1/+1 |
* | - Pass the irq and not the vector to intr_event_create(). | jeff | 2008-04-11 | 1 | -1/+1 |
* | - Add the interrupt vector number to intr_event_create so MI code can | jeff | 2008-04-11 | 1 | -1/+1 |
* | Unbreak after removal of SI_SUB_MOUNT_ROOT. | marcel | 2008-04-09 | 1 | -12/+1 |
* | Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This | jhb | 2008-04-05 | 1 | -46/+4 |
* | Better implement I-cache invalidation. The previous implementation | marcel | 2008-03-30 | 4 | -89/+60 |
* | Add kernel module support for nfslockd and krpc. Use the module system | dfr | 2008-03-27 | 1 | -0/+1 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -1/+1 |