| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 1 | -8/+4 |
* | o Remove some GCCisms in src/powerpc/include/endian.h. | mike | 2001-08-30 | 2 | -12/+16 |
* | Correctly #ifdef COMPAT_43 around osendsig() prototype. | peter | 2001-08-27 | 1 | -0/+2 |
* | Enable hardwiring of things like tunables from embedded enironments | peter | 2001-08-27 | 1 | -1/+4 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 1 | -1/+0 |
* | Remove a reference to MAP_INHERIT. | peter | 2001-08-25 | 1 | -1/+1 |
* | Move most of the kernel submap initialization code, including the | dillon | 2001-08-22 | 2 | -11/+6 |
* | Strip out some #if's for old implementations of global data pointers. | peter | 2001-08-21 | 1 | -4/+0 |
* | Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif. | jhb | 2001-08-21 | 1 | -0/+2 |
* | Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this | peter | 2001-08-21 | 1 | -0/+8 |
* | Turn off SMP on Alpha for the time being. There are some memory ordering | jhb | 2001-08-18 | 2 | -2/+2 |
* | Grab Giant around trapsignal() at the bottom of trap(). | jhb | 2001-08-18 | 1 | -0/+2 |
* | Remove redundant declarations of functions that are declared in | jhb | 2001-08-18 | 1 | -2/+0 |
* | Fix style nits. | obrien | 2001-08-17 | 2 | -16/+16 |
* | Prototype the ptrace_*() | obrien | 2001-08-16 | 1 | -0/+4 |
* | Fix a dangling { | obrien | 2001-08-16 | 1 | -1/+1 |
* | style(9) and make consistent across platforms | obrien | 2001-08-16 | 2 | -24/+26 |
* | OFF_T -> OFF (more standard style) | ache | 2001-08-15 | 2 | -4/+4 |
* | Add OFF_T_MAX/OFF_T_MIN | ache | 2001-08-15 | 2 | -0/+6 |
* | Teach bus_dmamem_free() about contigfree(). This is a bit of a hack, | wpaul | 2001-08-15 | 1 | -1/+4 |
* | Old business: some SMP support. | mjacob | 2001-08-15 | 1 | -8/+16 |
* | Old business: be able to disable processor configuration from resource. | mjacob | 2001-08-15 | 1 | -11/+32 |
* | Style changes to commonize the various platforms. | obrien | 2001-08-15 | 1 | -8/+8 |
* | Fix yet another "unconditionally free()ing memory without even checking | wpaul | 2001-08-14 | 1 | -1/+7 |
* | In prom_halt(), set the halt restart flags on the current CPU, not the | jhb | 2001-08-13 | 1 | -2/+1 |
* | Remove IPI_HALT to make way for a more correct fix for halts and restarts | jhb | 2001-08-13 | 4 | -23/+0 |
* | Minor style nits: cleanup and add some function prototypes. | jhb | 2001-08-13 | 1 | -2/+5 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 2 | -20/+2 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 2 | -62/+0 |
* | Revert part of previous- I misunderstood the use of 'ncpus'- I thought it'd | mjacob | 2001-08-01 | 1 | -3/+1 |
* | Don't initialize a clock twice (it's not a function of number of | mjacob | 2001-08-01 | 1 | -3/+5 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 1 | -0/+11 |
* | Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel | peter | 2001-07-27 | 1 | -1/+5 |
* | Call the early tunable setup functions as soon as kern_envp is available. | peter | 2001-07-26 | 1 | -0/+3 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 1 | -5/+6 |
* | Simplify the implementation of pmap_emulate_reference(). The new version | dfr | 2001-07-24 | 3 | -59/+76 |
* | You were knocked senseless by the Boomerang, spun around by the Cyclone, | wpaul | 2001-07-23 | 2 | -0/+2 |
* | Now that config(8) has stopped breaking POLA (mkmakefile.c rev 1.69) by | obrien | 2001-07-15 | 1 | -25/+25 |
* | Turn off preemption on the Alpha for the time being. Peter and JHB aren't | obrien | 2001-07-15 | 1 | -1/+1 |
* | Fix reboot hangs that have happened with multiple processors | mjacob | 2001-07-14 | 4 | -3/+26 |
* | Move fxp to the miibus section where it belongs. | dd | 2001-07-14 | 2 | -2/+2 |
* | I really should have just commented out this intire file vs. removing all | obrien | 2001-07-13 | 1 | -0/+25 |
* | Hints processing is FUBAR'ed right now. | obrien | 2001-07-13 | 1 | -25/+0 |
* | `pcn' supports AMD Am79C97x cards, not Am79C79x cards. | dd | 2001-07-13 | 2 | -2/+2 |
* | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | bsd | 2001-07-11 | 1 | -0/+33 |
* | Sanity guard- return ENODEV if we don't have a good IRQ resource. | mjacob | 2001-07-11 | 1 | -0/+3 |
* | Slight cleanliness- add an unlock of Giant in one dopanic case. Do | mjacob | 2001-07-11 | 1 | -9/+6 |
* | A set of changes to reduce the number of include files the kernel | julian | 2001-07-08 | 2 | -2/+2 |
* | Bracket call to vm_page_flag_set with required Giant lock/unlock. | mjacob | 2001-07-05 | 1 | -1/+4 |
* | You cannot require Giant to be locked when you haven't acquired it yet. | mjacob | 2001-07-05 | 1 | -2/+4 |