| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove a useless initialization for 'ronly', if it hadn't been | mux | 2002-10-13 | 1 | -2/+2 |
* | Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN(). | phk | 2002-10-13 | 1 | -0/+1 |
* | struct ia64_fpreg needs to be available outside of the kernel for | mike | 2002-10-13 | 1 | -2/+4 |
* | Remove <sys/_posix.h>; nothing uses it anymore. | mike | 2002-10-13 | 1 | -84/+0 |
* | Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more. | mike | 2002-10-13 | 3 | -10/+0 |
* | Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead of | mike | 2002-10-13 | 1 | -2/+2 |
* | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so | mike | 2002-10-13 | 1 | -0/+3 |
* | #ifdef _KERNEL not #if _KERNEL. | mike | 2002-10-13 | 1 | -1/+1 |
* | Include <sys/_posix.h> directly instead of depending on <sys/proc.h> | mike | 2002-10-13 | 1 | -0/+1 |
* | Build the kernel with -mconstant-gp. This means that function calls, | marcel | 2002-10-13 | 1 | -0/+2 |
* | - Remove the do { } while(0) from the VOP lock assert macros. This was | jeff | 2002-10-13 | 1 | -7/+7 |
* | ia64 specific CFLAGS change: | marcel | 2002-10-13 | 1 | -1/+1 |
* | o Fix a silly requirement for <machine/signal.h> to be included in the | mike | 2002-10-13 | 1 | -49/+70 |
* | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 7 | -30/+69 |
* | Removed unused tl0_syscall. | jake | 2002-10-12 | 1 | -84/+0 |
* | 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 |
* | whitespace fixes. | alfred | 2002-10-12 | 1 | -2/+2 |
* | Have the linker collect and combine all unwind_info and unwind | marcel | 2002-10-12 | 1 | -2/+2 |
* | 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 |
* | Make this compile on 64-bit architectures (e.g. ia64) by not assuming | marcel | 2002-10-12 | 2 | -4/+4 |
* | Remove the dependency on ia64_cpu.h by not defining pmap_kextract() | marcel | 2002-10-12 | 1 | -6/+1 |
* | Fixed syntax errors and printf format errors. | bde | 2002-10-12 | 1 | -3/+5 |
* | o Add typedefs for size_t and ssize_t. | mike | 2002-10-12 | 1 | -17/+100 |
* | Increase the max dummynet hash size from 1024 to 65536. Default is still | seanc | 2002-10-12 | 2 | -2/+8 |
* | Remove NO_GEOM option. No outstanding show-stoppers. | phk | 2002-10-12 | 3 | -6/+0 |
* | - kserunnable() is now sched_runnable() change instances of these where | jeff | 2002-10-12 | 2 | -4/+6 |
* | - Create a new scheduler api that is defined in sys/sched.h | jeff | 2002-10-12 | 21 | -528/+774 |
* | Register the machine check private state spinlock on ia64. | peter | 2002-10-12 | 1 | -0/+3 |
* | Know that a 10160 is the same as a 12160. | mjacob | 2002-10-12 | 1 | -0/+2 |
* | 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 |
* | - Move the 'done1' label down below the unlock of the proc lock and move | jhb | 2002-10-11 | 1 | -10/+9 |
* | The CAM system has it's own ideas of what locks are to be held by whom. | phk | 2002-10-11 | 1 | -19/+24 |
* | s/modunload/kldunload | imp | 2002-10-11 | 1 | -1/+1 |
* | Use the new freebsd output format from Binutils 2.13.1. | obrien | 2002-10-11 | 3 | -3/+3 |
* | Add typedefs for size_t and ssize_t, allow struct iovec to be defined | mike | 2002-10-11 | 1 | -2/+18 |
* | Fix %z to always print values as signed like it is supposed to. | jhb | 2002-10-11 | 1 | -2/+2 |
* | No need to hold Giant will harvesting RNG data; change callout_init so | sam | 2002-10-11 | 2 | -2/+4 |
* | This should enable 10160 support. As best as I can tell, the same | mjacob | 2002-10-11 | 3 | -4/+27 |
* | Fix the code so that it no longer on alpha refers to the now nonexistent | mjacob | 2002-10-11 | 1 | -17/+1 |
* | Use `unsigned long' instead of `u_long' so that this header compiles | mike | 2002-10-11 | 1 | -2/+2 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 19 | -37/+52 |
* | Slight overhaul of arc4random() and friends. | phk | 2002-10-11 | 2 | -23/+29 |
* | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | sobomax | 2002-10-11 | 8 | -51/+669 |
* | Remove an unused variable. | phk | 2002-10-11 | 1 | -7/+0 |
* | Trapdoor access to cd%da and cd%c so they still work, but do not let them | phk | 2002-10-11 | 1 | -0/+24 |
* | Use malloc(9)'s M_ZERO rather than explicit bzero(9) call. | phk | 2002-10-11 | 1 | -2/+2 |
* | add some devices from NetBSD | imp | 2002-10-11 | 1 | -1/+9 |