| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix comparison that caused a 1-off bug. This appeared harmless for | marcel | 2002-11-24 | 1 | -1/+1 |
* | Under certain circumstances, we were calling kmem_free() from | mux | 2002-11-22 | 1 | -0/+5 |
* | MFi386 r1.369 | alc | 2002-11-17 | 1 | -0/+3 |
* | Regenerate after adding syscalls. | deischen | 2002-11-16 | 3 | -4/+13 |
* | Add *context() syscalls to ia64 32-bit compatability table as requested | deischen | 2002-11-16 | 1 | -0/+3 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -0/+14 |
* | Do not assume that time_t is an int. | peter | 2002-11-15 | 1 | -1/+1 |
* | Test the water. Make time_t long (64 bit) on ia64 since we do not have | peter | 2002-11-15 | 1 | -1/+1 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 1 | -30/+1 |
* | ia64 ABI breaker: | marcel | 2002-11-11 | 1 | -30/+17 |
* | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | alc | 2002-11-11 | 1 | -2/+1 |
* | Comment-out USB support. A kernel doesn't boot with it. Deal with it | marcel | 2002-11-11 | 1 | -12/+12 |
* | Print real / avail memory in megabytes rather than kilobytes. | des | 2002-11-09 | 1 | -3/+4 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 1 | -27/+0 |
* | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | jmallett | 2002-11-06 | 1 | -2/+0 |
* | Define UMA_MD_SMALL_ALLOC so that we can allocate memory with region | marcel | 2002-11-06 | 2 | -16/+38 |
* | o Remove devices that are commented out. | marcel | 2002-11-05 | 1 | -10/+4 |
* | Remove mcclock. It's an Alpha left-over. | marcel | 2002-11-05 | 1 | -2/+0 |
* | Sync to src/sys/kern/syscalls.master | rwatson | 2002-11-02 | 1 | -1/+1 |
* | Don't pass the return address to exception_save in register b0. Use | marcel | 2002-10-30 | 2 | -196/+158 |
* | Rewrite cpu_switch(). The most notable change is the fact that we now | marcel | 2002-10-30 | 7 | -303/+364 |
* | Remove mf.a from sapic_read() and sapic_write(). We only care | marcel | 2002-10-28 | 1 | -3/+0 |
* | Remove mf.a (the acceptance form of the memory fence instruction) | marcel | 2002-10-28 | 1 | -12/+0 |
* | Make vmstat -i work: | marcel | 2002-10-28 | 4 | -54/+48 |
* | In ipi_send(), perform a mf instruction prior to initiating the IPI. | marcel | 2002-10-27 | 1 | -1/+1 |
* | Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well. | peter | 2002-10-26 | 1 | -0/+1 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 3 | -22/+9 |
* | Extract out KSE specific code from machine specific code | julian | 2002-10-24 | 1 | -18/+2 |
* | Oops, I missed a few changes in 'device acpica' -> 'device acpi' change. | jhb | 2002-10-24 | 1 | -5/+5 |
* | Rename 'device acpica' to 'device acpi'. | jhb | 2002-10-24 | 1 | -1/+1 |
* | In cb_dumphdr() we were calling buf_write() with di->priv as the | marcel | 2002-10-20 | 1 | -1/+1 |
* | Remove the special casing for IP addresses that are within the IVT | marcel | 2002-10-20 | 1 | -22/+2 |
* | Define IVT_ENTRY and IVT_END as special versions of ENTRY and END | marcel | 2002-10-20 | 2 | -300/+320 |
* | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | peter | 2002-10-19 | 1 | -0/+3 |
* | Grab 416/417 real estate before I get burned while testing again. | peter | 2002-10-19 | 1 | -0/+2 |
* | Add a placeholder for the execve_mac() system call, similar to SELinux's | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Update the unwind information when modules are loaded and unloaded | marcel | 2002-10-19 | 4 | -52/+85 |
* | Add two hooks to signal module load and module unload to MD code. | marcel | 2002-10-19 | 1 | -0/+15 |
* | Permits UFS ACLs to be used with the GENERIC kernel. Due to recent | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Make this compile when DDB is not defined by conditionally compiling | marcel | 2002-10-19 | 1 | -1/+6 |
* | Fix kernel module loading on ia64. Cross-module function calls | marcel | 2002-10-15 | 1 | -4/+11 |
* | The a.out md_coredump stuff isn't referenced anywhere anymore, and | peter | 2002-10-15 | 1 | -7/+0 |
* | Allow kernel dumps to be aborted with ctrl-C. | marcel | 2002-10-14 | 1 | -3/+14 |
* | Remove the P1003_1B kernel option; it is no longer used. | mike | 2002-10-13 | 2 | -4/+2 |
* | struct ia64_fpreg needs to be available outside of the kernel for | mike | 2002-10-13 | 1 | -2/+4 |
* | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 1 | -4/+14 |
* | o Fix typo in previous commit: s/sc-nsect/sc->nsect/ | marcel | 2002-10-12 | 1 | -2/+2 |
* | Plug two holes where we returned to userland without restoring | marcel | 2002-10-12 | 2 | -0/+4 |
* | Polish previous commit: | marcel | 2002-10-12 | 1 | -13/+18 |
* | MFp4: Include machine/vmparam.h to pull in definition of IA64_RR_BASE. | marcel | 2002-10-12 | 1 | -0/+1 |