| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -2/+0 |
* | To avoid excessive code duplication create wrapper for fill regs | dchagin | 2011-02-16 | 3 | -32/+9 |
* | For realtime signals fill the sigval value. | dchagin | 2011-02-15 | 1 | -0/+1 |
* | Sort include files in the alphabetical order. | dchagin | 2011-02-13 | 1 | -1/+1 |
* | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | dchagin | 2011-02-12 | 2 | -242/+1 |
* | In preparation for moving linux_clone() to a MI path | dchagin | 2011-02-12 | 2 | -1/+12 |
* | In preparation for moving linux_clone () to a MI path | dchagin | 2011-02-12 | 1 | -40/+46 |
* | Regen for r218610. | dchagin | 2011-02-12 | 3 | -4/+4 |
* | The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc... | dchagin | 2011-02-12 | 1 | -2/+1 |
* | Clear the padding when returning context to the usermode, for | kib | 2011-02-05 | 2 | -0/+16 |
* | Put the general logic for being a CPU hog into a new function | mdf | 2011-02-02 | 1 | -2/+1 |
* | Regen for r218101. | dchagin | 2011-01-30 | 1 | -3/+3 |
* | Change linux futex syscall definition to match actual linux one. | dchagin | 2011-01-30 | 1 | -2/+2 |
* | The kern_wait() code already removes the SIGCHLD signal for the waited | dchagin | 2011-01-30 | 1 | -7/+0 |
* | My style(9) bug. | dchagin | 2011-01-29 | 1 | -1/+3 |
* | Implement a variation of the linux_common_wait() which should | dchagin | 2011-01-28 | 1 | -0/+43 |
* | To avoid excessive code duplication move struct rusage translation | dchagin | 2011-01-28 | 1 | -18/+23 |
* | linux_sigreturn() loads the struct trapframe from l_sigcontext | kib | 2011-01-27 | 1 | -22/+22 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 2 | -3/+3 |
* | Set td_kstack_pages for thread0. This was already being done for most | mdf | 2011-01-26 | 1 | -6/+8 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -4/+3 |
* | Use CTLFLAG_RDTUN for read-only sysctl that exports tunable. | kib | 2011-01-19 | 1 | -2/+2 |
* | Make the length of the LDT a loader tunable, machdep.max_ldt_segment, | kib | 2011-01-18 | 1 | -2/+18 |
* | Use malloc(9) instead of kmem_alloc(9) for temporal copy of the | kib | 2011-01-18 | 1 | -9/+3 |
* | - Remove some always-true checks (checking for unsigned < 0). | jhb | 2011-01-18 | 1 | -4/+4 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 3 | -11/+6 |
* | Avoid preemption while manipulating CRs and MTRRs. | jkim | 2011-01-17 | 1 | -0/+4 |
* | Remove redundant, bogus, and even harmful uses of setting TS bit in CR0. | jkim | 2011-01-14 | 2 | -2/+1 |
* | Fix up a few more sysctl(9) mis-typing found in various LINT builds. | mdf | 2011-01-13 | 1 | -9/+9 |
* | If an interrupt on an I/O APIC is moved to a different CPU after it has | jhb | 2011-01-13 | 1 | -6/+4 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -11/+0 |
* | Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98 | tijl | 2011-01-08 | 1 | -210/+3 |
* | Create shared (readonly) page. Each ABI may specify the use of page by | kib | 2011-01-08 | 4 | -6/+10 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 1 | -2/+2 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -12/+7 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Increase size of pcb_flags to four bytes. | jkim | 2010-12-22 | 3 | -16/+16 |
* | Improve PCB flags handling and make it more robust. Add two new functions | jkim | 2010-12-22 | 12 | -100/+152 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | tijl | 2010-12-20 | 1 | -1081/+3 |
* | Inform a compiler which asm statements in the x86 implementation of | kib | 2010-12-18 | 1 | -9/+10 |
* | Stop lying about supporting cpu_est_clockrate() when TSC is invariant. This | jkim | 2010-12-14 | 2 | -3/+18 |
* | Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matching | rwatson | 2010-12-13 | 1 | -0/+1 |
* | In fpudna()/npxdna(), mark FPU context initialized and optionally | kib | 2010-12-12 | 1 | -1/+3 |
* | Derive the XENHVM kernel from GENERIC, adding only the options required | rwatson | 2010-12-10 | 1 | -138/+9 |
* | Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.c | cperciva | 2010-12-09 | 1 | -1222/+0 |
* | Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC. | jkim | 2010-12-08 | 1 | -7/+1 |
* | On amd64, we have (since r1.72, in December 2005) MAX_BPAGES=8192, | cperciva | 2010-12-08 | 1 | -0/+4 |
* | MFi386 r1.94: If XEN, make pmap_kextract = pmap_kextract_ma. This is a | cperciva | 2010-12-08 | 1 | -0/+5 |