| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 1 | -0/+11 |
* | Diff-reduce this with GENERIC. | markm | 2001-07-28 | 1 | -3/+3 |
* | Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel | peter | 2001-07-27 | 1 | -1/+5 |
* | MASK_FPU_SW didn't do what it was expected to do. | peter | 2001-07-26 | 1 | -7/+1 |
* | 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 | 3 | -9/+18 |
* | Allow ng_split to be compiled in staticly. | brooks | 2001-07-25 | 1 | -0/+1 |
* | You were knocked senseless by the Boomerang, spun around by the Cyclone, | wpaul | 2001-07-23 | 2 | -0/+2 |
* | Added the linux_sysinfo function to implement sysinfo(2). | pirzyk | 2001-07-23 | 3 | -3/+2 |
* | Added the proper arguments the sysinfo system call | pirzyk | 2001-07-23 | 1 | -1/+1 |
* | Note that the umass device requires scbus and da | kris | 2001-07-22 | 1 | -1/+1 |
* | Don't do sleep state transition if specified sleep state is not | iwasaki | 2001-07-22 | 1 | -7/+6 |
* | add <sys/sytm.h> (for cpufunc.h -> rdtsc) | assar | 2001-07-21 | 1 | -0/+1 |
* | update step. | hm | 2001-07-21 | 1 | -2/+2 |
* | Convert from acpi_strerror() to AcpiFormatException() | msmith | 2001-07-21 | 1 | -1/+1 |
* | Update the OSD module to match the ACPI CA 20010717 import. | msmith | 2001-07-21 | 1 | -0/+8 |
* | Put a knob in the kernel config files to tweak the user max stack size. | pirzyk | 2001-07-20 | 1 | -2/+4 |
* | gif isn't a count device anymore so don't put a number after it. | brooks | 2001-07-20 | 1 | -1/+1 |
* | Add ACPI S2-S4BIOS Suspend/Resume code. | takawata | 2001-07-20 | 7 | -2/+645 |
* | Fix setting serial baud rate under ibcs2 emulation by moving a line to the | jon | 2001-07-20 | 1 | -2/+2 |
* | Rename vm86pcb_lock -> vm86_lock to correctly reflect its function. | jlemon | 2001-07-19 | 1 | -6/+6 |
* | Expand the range of the vm86pcb_lock so that it protects manipulations | jlemon | 2001-07-19 | 1 | -2/+2 |
* | swtch.s: During context save, use the correct bit mask for clearing | bsd | 2001-07-19 | 2 | -5/+8 |
* | Quiet a variable format-string warning. | kris | 2001-07-19 | 2 | -5/+5 |
* | The per-cpu temporary buffers are not needed since the pcb_save areas have | tegge | 2001-07-17 | 1 | -14/+5 |
* | Use PCPU_GET(cpuid) instead of curproc->p_oncpu. | tegge | 2001-07-16 | 1 | -9/+9 |
* | Fix MCOUNT_ENTER() so it actually compiles in the profiling case. | jhb | 2001-07-14 | 1 | -1/+1 |
* | `pcn' supports AMD Am79C97x cards, not Am79C79x cards. | dd | 2001-07-13 | 3 | -3/+3 |
* | Unbroke kernel if I686_CPU is not defined. | sobomax | 2001-07-13 | 1 | -0/+2 |
* | The #define for pcb_savefpu seems to do more harm than good. | peter | 2001-07-12 | 1 | -1/+0 |
* | Fix another missed pcb_savefpu reference (inside NPX_DEBUG) | peter | 2001-07-12 | 1 | -2/+2 |
* | Do not depend on pcb_savefpu backwards compat #define. | peter | 2001-07-12 | 1 | -1/+1 |
* | Forgot this fix from another tree. make enable_sse() a real prototype. | peter | 2001-07-12 | 1 | -1/+1 |
* | Move init_sse() out of the "GenuineIntel" section, my AthlonMP system | peter | 2001-07-12 | 1 | -1/+1 |
* | Activate SSE/SIMD. This is the extra context switching support that | peter | 2001-07-12 | 18 | -27/+262 |
* | Another NatSemi gigE card; the Netgear GA622T | wpaul | 2001-07-11 | 1 | -1/+1 |
* | Document additional cards supported by the nge driver: LinkSys EG1032 | wpaul | 2001-07-11 | 1 | -1/+2 |
* | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | bsd | 2001-07-11 | 2 | -70/+292 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 1 | -0/+4 |
* | A set of changes to reduce the number of include files the kernel | julian | 2001-07-08 | 2 | -2/+2 |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 1 | -61/+0 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 6 | -41/+22 |
* | Make the code to read the kernel message buffer via sysctl machine- | tmm | 2001-07-03 | 1 | -42/+0 |
* | Add Transmeta Crusoe LongRun support. | iwasaki | 2001-07-03 | 1 | -0/+198 |
* | Quiet warning by removing ast() prototype. | jhb | 2001-07-03 | 1 | -1/+0 |
* | Allow Giant to be recursed when a process terminates. | jhb | 2001-07-03 | 1 | -2/+2 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -1/+1 |
* | A slightly more complete change to timeouts: | mjacob | 2001-07-02 | 1 | -0/+4 |
* | Move wl driver to dev/wl. Repo copied to dev/wl, the old copies | imp | 2001-07-02 | 2 | -2781/+0 |