| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 3 | -4/+4 |
* | Continue to introduce Capsicum capability mode: | rwatson | 2011-03-01 | 1 | -0/+25 |
* | Fix whitespace nit. | jhb | 2011-02-22 | 1 | -1/+0 |
* | 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 | -16/+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 | -54/+58 |
* | 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 |
* | Setting VV_TEXT here is redundant. It is already set by do_execve(). | alc | 2011-02-09 | 1 | -3/+0 |
* | Fix linking of the kernel without device npx. | kib | 2011-02-05 | 1 | -0/+6 |
* | Clear the padding when returning context to the usermode, for | kib | 2011-02-05 | 1 | -1/+17 |
* | 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 |
* | Implement a variation of the linux_common_wait() which should | dchagin | 2011-01-28 | 1 | -0/+38 |
* | Add macro to test the sv_flags of any process. Change some places to test | dchagin | 2011-01-26 | 1 | -2/+2 |
* | Set td_kstack_pages for thread0. This was already being done for most | mdf | 2011-01-26 | 1 | -6/+10 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 3 | -11/+8 |
* | Fix yet another fallout from r208833. VM86 BIOS call may cause page fault | jkim | 2011-01-19 | 1 | -3/+2 |
* | For architectures not using direct map , and requiring real KVA page for | kib | 2011-01-18 | 1 | -1/+1 |
* | - Remove some always-true checks (checking for unsigned < 0). | jhb | 2011-01-18 | 1 | -3/+2 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 3 | -12/+6 |
* | Avoid preemption while manipulating CRs and MTRRs. | jkim | 2011-01-17 | 1 | -0/+4 |
* | If an interrupt on an I/O APIC is moved to a different CPU after it has | jhb | 2011-01-13 | 1 | -6/+4 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -12/+0 |
* | Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98 | tijl | 2011-01-08 | 1 | -210/+3 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 1 | -2/+2 |
* | On 32 bit architectures define (u)int64_t as (unsigned) long long instead | tijl | 2011-01-08 | 1 | -11/+6 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -7/+2 |
* | Remove unused support for 64 bit long on 32 bit architectures. | tijl | 2011-01-07 | 1 | -11/+0 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by | jhb | 2011-01-06 | 2 | -4/+4 |
* | Spell CRITICAL_ASSERT correctly. | cperciva | 2011-01-04 | 1 | -2/+1 |
* | Add hamfisted locking to the Xen/PV pmap code: Only allow one thread to | cperciva | 2011-01-04 | 1 | -0/+35 |
* | Make "options XENHVM" compile for i386, not just amd64 -- a largely | rwatson | 2011-01-04 | 6 | -5/+51 |
* | Adjust the critical section protecting _xen_flush_queue to cover the | cperciva | 2011-01-04 | 1 | -4/+11 |
* | Make i386_set_ldt work on i386/XEN, step 5/5. | cperciva | 2010-12-31 | 2 | -0/+6 |
* | Make i386_set_ldt work on i386/XEN, step 4/5. | cperciva | 2010-12-31 | 1 | -4/+8 |
* | Make i386_set_ldt work on i386/XEN, step 3/5. | cperciva | 2010-12-31 | 1 | -0/+3 |
* | Make i386_set_ldt work on i386/XEN, step 2/5. | cperciva | 2010-12-31 | 1 | -1/+0 |
* | Make i386_set_ldt work on i386/XEN, step 1/5. | cperciva | 2010-12-31 | 1 | -0/+4 |
* | Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet. | yongari | 2010-12-31 | 1 | -0/+1 |
* | Revert r216777, per jhb@ | imp | 2010-12-28 | 1 | -4/+2 |
* | Comment out npx and isa from NOTES file. We don't need them here | imp | 2010-12-28 | 1 | -2/+4 |