| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove after repo-copy to sys/compat/linprocfs. | des | 2000-12-12 | 5 | -2290/+0 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 2 | -5/+13 |
* | Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros in | jhb | 2000-12-12 | 1 | -0/+5 |
* | Fix the assembly mutex macros to call the appropriate witness functions if | jhb | 2000-12-12 | 1 | -3/+38 |
* | - Add code to detect if a system call returns with locks other than Giant | jake | 2000-12-12 | 1 | -0/+10 |
* | add comment about ispfw | mjacob | 2000-12-11 | 1 | -0/+1 |
* | Add the spic driver, which is a simple first attempt at providing access | nsayer | 2000-12-11 | 3 | -0/+534 |
* | Remove DDB, it leaked in here with another commit. | phk | 2000-12-11 | 1 | -2/+0 |
* | Add proc/<pid>/cmdline. | des | 2000-12-09 | 3 | -1/+9 |
* | Add a dependency on procfs. | des | 2000-12-09 | 1 | -0/+1 |
* | A bunch of fixes that have been rotting in my tree for a month or two | des | 2000-12-09 | 1 | -71/+91 |
* | Next phase in the PCI subsystem cleanup. | msmith | 2000-12-08 | 3 | -6/+106 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 18 | -76/+47 |
* | Revert the previous change I made to cpu_switch. It doesn't help as | jake | 2000-12-08 | 2 | -3/+5 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 4 | -5/+7 |
* | Fix a jump to the wrong label, <sigh>. Put a period at the end of a | jake | 2000-12-08 | 1 | -2/+2 |
* | Argh, revert the clobber changes. Since %ecx and %edx aren't call safe, | jhb | 2000-12-08 | 1 | -9/+9 |
* | Change the calling conventions of the MTX_ENTER macro to match | jake | 2000-12-08 | 1 | -11/+13 |
* | Well, the previous commit wasn't entirely correct either. For now, just | jhb | 2000-12-08 | 1 | -1/+2 |
* | Move extern tsc_present outside function to quelch a warning. | phk | 2000-12-07 | 1 | -1/+4 |
* | Create a pmtimer device instance for GENERIC and NEWCARD kernels by default. | iwasaki | 2000-12-07 | 2 | -0/+2 |
* | Fix broken register restraints that needlessly clobbered registers %ecx | jhb | 2000-12-07 | 1 | -13/+13 |
* | This is kind of a nasty hack, but it appears to solve the Compaq DL360 | peter | 2000-12-06 | 3 | -6/+39 |
* | Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into | peter | 2000-12-06 | 3 | -33/+26 |
* | GC unused assembler function apic_eoi() | peter | 2000-12-06 | 2 | -8/+0 |
* | Remove the last of the MD netisr code. It is now all MI. Remove | jake | 2000-12-05 | 4 | -56/+0 |
* | Cleanup some leftover lint from the old interrupt system. | peter | 2000-12-04 | 15 | -430/+90 |
* | (1) Allow a stray lock prefix to be compiled out with the | jake | 2000-12-04 | 1 | -16/+24 |
* | Add the NS DP83815 to the list of supported chips by the sis driver. | alex | 2000-12-03 | 1 | -2/+4 |
* | Check return value of malloc correctly and use M_ZERO. | dwmalone | 2000-12-03 | 1 | -7/+6 |
* | Change cpu_switch to explicitly popl the callers program counter and | jake | 2000-12-03 | 2 | -5/+3 |
* | Namespace cleanup. Remove some #includes in favour of an explicit | markm | 2000-12-02 | 3 | -3/+12 |
* | Protect access to p_stat with sched_lock. | jhb | 2000-12-01 | 1 | -0/+2 |
* | Fix this slightly better by using NON_GPROF_RET instead of duplicating | jhb | 2000-12-01 | 1 | -1/+1 |
* | Change doreti to take a trapframe instead of an intrframe. | jake | 2000-12-01 | 7 | -18/+14 |
* | Revert the previous change to this file. We have to hardcode in the opcode | jhb | 2000-11-30 | 1 | -1/+1 |
* | remove unneded sys/ucred.h includes | alfred | 2000-11-30 | 1 | -1/+0 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 6 | -27/+32 |
* | Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on both | peter | 2000-11-30 | 1 | -1/+1 |
* | Don't wait forever for CPUs to stop or restart. Instead, give up after a | jhb | 2000-11-28 | 3 | -6/+57 |
* | Use atomic ops to close a race condition on the in_Debugger variable used | jhb | 2000-11-28 | 1 | -4/+3 |
* | Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogus | des | 2000-11-27 | 1 | -7/+10 |
* | Don't scroll of the end of the help pages when using the visual | dwmalone | 2000-11-26 | 1 | -2/+1 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 2 | -6/+16 |
* | Correct a misnamed argument hidden behind a #ifdef DEBUG | jlemon | 2000-11-25 | 1 | -1/+1 |
* | Revert the last commit to the callout interface, and add a flag to | jlemon | 2000-11-25 | 1 | -1/+1 |
* | These files are mpsafe. | alfred | 2000-11-25 | 2 | -0/+7 |
* | o Change the argument of linux_sigreturn to be a pointer to a | marcel | 2000-11-23 | 6 | -77/+72 |
* | Change the argument of linux_sigreturn to be a pointer to a | marcel | 2000-11-23 | 1 | -1/+1 |
* | Don't unregister the ioctl handlers before we verified we | marcel | 2000-11-23 | 1 | -11/+14 |