Age | Commit message (Expand) | Author |
2011-04-10 | A last few NULL -> 0 corrections. | Miod Vallat |
2011-04-10 | Extend the PCI memory address space to 36-bit. The first BIOSen that assign | Mark Kettenis |
2011-04-10 | Add -fno-builtin-exit to CFLAGS to silence gcc4. | Miod Vallat |
2011-04-10 | Uninitialized local variable. | Miod Vallat |
2011-04-10 | NULL -> 0 | Miod Vallat |
2011-04-10 | Include <libkern.h> to get proper strrchr() prototype. | Miod Vallat |
2011-04-10 | Revert bulk of the FS.base diff, as it causes issues on some machines | Philip Guenthe |
2011-04-10 | hppa64 does not have a libspmath | Theo de Raadt |
2011-04-10 | 'kernel libraries' always get in the way of the build process. Teach | Theo de Raadt |
2011-04-09 | don't tell the inline assembly here it will take a 64 bit io port | Jonathan Gray |
2011-04-09 | Make this compile without warnings in all modes, and do not use NULL when | Miod Vallat |
2011-04-09 | repair a 32-bit truncation in paddr_t calculation, allowing my 8GB | Theo de Raadt |
2011-04-08 | remove uneeded inlines here as was done in rev 1.24 of | Jonathan Gray |
2011-04-07 | Make $syscall_return work for real. | Mark Kettenis |
2011-04-07 | %x->%p in various format strings, to avoid truncating values. | Miod Vallat |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | Move a function declaration out of the function since it is used in the next | Dale Rahn |
2011-04-07 | Sync apic code from hppa. | Joel Sing |
2011-04-07 | Initial interrupt handling implementation for hppa64. | Joel Sing |
2011-04-06 | Declare and initialize safepri, for the kernel to link. | Miod Vallat |
2011-04-06 | Use bdev_decl() to get block device function prototypes instead of rolling | Miod Vallat |
2011-04-06 | Give this a chance to compile after iopool changes. | Miod Vallat |
2011-04-06 | Fix a typo causing a sanity check in m88110_syscall() to never trigger. | Miod Vallat |
2011-04-06 | Sync cpu_match() and cpu_hardclock() with hppa. | Joel Sing |
2011-04-06 | Move CPL to struct cpu_info. | Joel Sing |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-05 | Add support for per-rthread base-offset for the %fs selector on amd64. | Philip Guenthe |
2011-04-05 | Provide macros for ssm/rsm. | Joel Sing |
2011-04-05 | Implement syscall_return. | Joel Sing |
2011-04-05 | Move PSW in struct cpu_info. Also ensure that we leave interrupts disabled | Joel Sing |
2011-04-05 | Fix logic bug in debug code and enable spllower()/splraise(). | Joel Sing |
2011-04-05 | Rename a few xbow global variable names to make them less ambiguous. | Miod Vallat |
2011-04-05 | Enable wide mode for PSW defaults. | Joel Sing |
2011-04-05 | Remove unused variable. | Paul Irofti |
2011-04-05 | Save and restore the PSW value when making a PDC call, rather than blindly | Joel Sing |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-04-05 | Get rid of the ATE code, and do not assume the direct DMA window is set up | Miod Vallat |
2011-04-04 | Make sure to clear the upper bits of the segment selectors in ddb_regs | Miod Vallat |
2011-04-04 | Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@. | Paul Irofti |
2011-04-04 | Correctly disassemble triadic version of {d,}m[ft]c instructions found on | Miod Vallat |
2011-04-03 | Enable the use of all the memory found on IP27 and IP30 kernels. Committed | Miod Vallat |
2011-04-03 | Add a consistency check for the value returned by pmap_extract() against the | Miod Vallat |
2011-04-03 | Make sure dma_constraint is listed in uvm_md_constraints[] when it does not | Miod Vallat |
2011-04-03 | In mtx_leave(), make sure resetting mtx_lock is the last operation on the | Miod Vallat |
2011-04-03 | Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not | Miod Vallat |
2011-04-03 | Blind but plausible iopoolification. If someone ever compiles a | Kenneth R Westerback |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2011-04-03 | Re-enable bce(4) now that it is fixed. | Claudio Jeker |