| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the dependency on ia64_cpu.h by not defining pmap_kextract() | marcel | 2002-10-12 | 1 | -6/+1 |
* | cut/paste the pmap_new_altkstack stuff from the other platforms. | peter | 2002-10-11 | 1 | -3/+47 |
* | Call uma_zalloc on pvzone with M_NOWAIT, just like i386 and alpha. | peter | 2002-10-11 | 1 | -1/+1 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+1 |
* | re-regen. Sigh. | peter | 2002-10-09 | 3 | -7/+7 |
* | Sigh. Fix fat-fingering of diff. I knew this was going to happen. | peter | 2002-10-09 | 1 | -1/+1 |
* | regenerate. sendfile stuff and other recently picked up stubs. | peter | 2002-10-09 | 3 | -12/+54 |
* | Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This would | peter | 2002-10-09 | 2 | -2/+25 |
* | Try and patch up some tab-to-space spammage. | peter | 2002-10-09 | 1 | -19/+19 |
* | Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post, | peter | 2002-10-09 | 1 | -0/+22 |
* | Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -0/+4 |
* | o Add conditionals to allow va_list to be defined in other headers. | mike | 2002-10-06 | 1 | -0/+6 |
* | It appears CPU_MAXID should be 1 more than the number of CPU_* defines. | obrien | 2002-10-06 | 1 | -1/+1 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 2 | -0/+4 |
* | Fix namespace issues by using visibility conditionals from | mike | 2002-10-05 | 1 | -5/+25 |
* | style(9) <machine/setjmp.h> headers so they look mostly the same. | mike | 2002-10-04 | 1 | -60/+66 |
* | New bus_dma interfaces for use by crypto device drivers: | sam | 2002-10-04 | 2 | -0/+230 |
* | Gah, spell extern correctly. Do not trust cut/paste via old mozilla | peter | 2002-10-04 | 1 | -2/+2 |
* | List the IO SAPIC delivery mode definitions. | peter | 2002-10-04 | 2 | -1/+8 |
* | Declare itc_frequency and itm_reload. | peter | 2002-10-04 | 1 | -0/+3 |
* | Do a bit of rude hackery to get clock interrupts on all CPUs. This | peter | 2002-10-04 | 4 | -11/+44 |
* | Update stubs for post-kseIII. | peter | 2002-10-04 | 1 | -18/+1 |
* | Update for post-kseIII | peter | 2002-10-04 | 1 | -1/+1 |
* | Let kse_wakeup() take a KSE mailbox pointer argument. | archie | 2002-10-02 | 2 | -2/+2 |
* | Fix the same misinitialization of pmap_prefault_pageorder as on i386. | phk | 2002-10-01 | 1 | -2/+2 |
* | Make the following name changes to KSE related functions, etc., to better | archie | 2002-09-25 | 4 | -11/+11 |
* | use __packed. | alfred | 2002-09-23 | 1 | -10/+10 |
* | At great personal risk, add a __packed and __aligned(x) define that | peter | 2002-09-23 | 2 | -2/+2 |
* | Be careful not to define GCC-specific optimizations in the non-GCC | mike | 2002-09-23 | 1 | -2/+11 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 1 | -9/+4 |