| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 2 | -4/+4 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 4 | -68/+134 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 4 | -9/+10 |
* | Fix typo in function name. | wes | 2002-01-10 | 1 | -1/+1 |
* | Use a spare slot in the machine context for a flags word to indicate | deischen | 2002-01-10 | 2 | -1/+5 |
* | Fix S3 breakage. | takawata | 2002-01-09 | 1 | -1/+2 |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 1 | -0/+9 |
* | Gut this header; since physio_proc_init is never called, the code never does | msmith | 2002-01-08 | 1 | -34/+1 |
* | Staticise devclasses and some unnecessarily global variables. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask). | peter | 2002-01-05 | 4 | -9/+9 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 7 | -15/+23 |
* | GC unfinished function selected_proc_ipi(). It is a duplicate of | peter | 2002-01-05 | 1 | -30/+0 |
* | Allow a specific setting for pv entries. This avoids the need to guess | peter | 2002-01-03 | 1 | -0/+1 |
* | Add the nullmodem device | julian | 2002-01-01 | 1 | -0/+1 |
* | Grrr. The tlb code is strewn over 3 files and I misread it. Revert | dillon | 2001-12-31 | 1 | -8/+0 |
* | You know those 'XXX what about SMP' comments in pmap_kenter()? Well, | dillon | 2001-12-31 | 1 | -3/+10 |
* | GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet" | phk | 2001-12-30 | 1 | -118/+0 |
* | Add the ifpi2 driver. | gj | 2001-12-22 | 1 | -0/+7 |
* | Add support for the AVM Fritz!Card PCI version 2 controller. | gj | 2001-12-22 | 1 | -2/+4 |
* | Use the new resource_list_print_type() function. | tmm | 2001-12-21 | 1 | -1/+1 |
* | Add support for the Intel 82443MX chipset | pirzyk | 2001-12-21 | 1 | -1/+1 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 17 | -119/+84 |
* | I am not sure if it is a good idea or not to have my id in the cvs log | peter | 2001-12-20 | 1 | -824/+797 |
* | Replace a bunch of: | peter | 2001-12-20 | 1 | -20/+6 |
* | Fix some whitespace nits, and a minor error that I made in some unused | peter | 2001-12-20 | 1 | -8/+7 |
* | Comment out DEVICE_POLLING so that LINT compiles again. | phk | 2001-12-19 | 1 | -1/+2 |
* | Axe stale extern for a non-existent variable. | jhb | 2001-12-18 | 1 | -1/+0 |
* | In a couple of places, we recalculated addresses we already had in local | julian | 2001-12-18 | 1 | -3/+3 |
* | Various assembly fixes mostly in the form of using the "+" modifier for | jhb | 2001-12-18 | 3 | -29/+29 |
* | Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameter | jhb | 2001-12-18 | 1 | -23/+23 |
* | With GCC 3, we *must* use the GCC stdarg.h. We can no longer just make | obrien | 2001-12-18 | 1 | -0/+6 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 10 | -140/+93 |
* | Small cleanups to the SMP code: | jhb | 2001-12-17 | 4 | -101/+48 |
* | Add description of DEVICE_POLLING option. | luigi | 2001-12-14 | 1 | -0/+19 |
* | Clarify the comments related to DUMMYNET and HZ | luigi | 2001-12-14 | 1 | -7/+12 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -0/+10 |
* | Enable UFS_DIRHASH in the GENERIC kernel. | iedowse | 2001-12-14 | 1 | -0/+1 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 1 | -0/+5 |
* | o Clarify the comments on AIO to note that yes, AIO really is unsuitable | rwatson | 2001-12-14 | 1 | -2/+2 |
* | Add maxusers auto-sizing description to NOTES file for -current | dillon | 2001-12-14 | 1 | -1/+3 |
* | Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier. | jhb | 2001-12-12 | 3 | -3/+0 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 21 | -414/+201 |
* | Delete some leftover code from a bygone age. We dont have an array of | peter | 2001-12-11 | 1 | -11/+1 |
* | Add new boot flag to i386 boot: -p. | guido | 2001-12-10 | 1 | -1/+1 |
* | Add identification string for AMD-761 host to PCI bridge. | murray | 2001-12-10 | 1 | -0/+3 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 3 | -6/+6 |
* | style(9) | obrien | 2001-12-09 | 1 | -7/+7 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 3 | -3/+4 |
* | o Whitespace sync to GENERIC | rwatson | 2001-12-05 | 1 | -1/+1 |
* | Update pathnames for creation of tags file. | mckusick | 2001-12-05 | 1 | -1/+1 |