| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill a warning by marking an unused function with __unused. | jhb | 2001-01-23 | 1 | -1/+1 |
* | Argh, atomic_store_rel -> atomic_store_rel_int. | jhb | 2001-01-23 | 1 | -1/+1 |
* | Woops, add in missing headers. | jhb | 2001-01-23 | 1 | -1/+3 |
* | Proc locking. | jhb | 2001-01-23 | 5 | -17/+63 |
* | Use queue macros. | jhb | 2001-01-23 | 1 | -5/+4 |
* | - Add proc locking. | jhb | 2001-01-23 | 1 | -35/+104 |
* | Fix the vulnerability with TCP ECE packets recently fixed in ipfw. | kris | 2001-01-23 | 2 | -5/+18 |
* | - Use proper atomic operations to make the run time initialization | jhb | 2001-01-23 | 1 | -10/+20 |
* | - Add necessary proc locking. | jhb | 2001-01-23 | 1 | -5/+15 |
* | FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take an | jhb | 2001-01-23 | 1 | -3/+3 |
* | Use proc lock to safely obtain references to p_ucred before vnode | jhb | 2001-01-23 | 1 | -3/+13 |
* | Protect calcru() with sched_lock. | jhb | 2001-01-23 | 1 | -0/+2 |
* | Do not do the commenting out the way that saves bytes and looks cleaner | mjacob | 2001-01-23 | 1 | -1/+4 |
* | Map BSS section in PECOFF executable. | takawata | 2001-01-23 | 1 | -1/+1 |
* | Add mibs to hold the number of forks since boot. New mibs are: | ume | 2001-01-23 | 3 | -0/+42 |
* | Added pc98 apm driver. | nyan | 2001-01-23 | 3 | -0/+1572 |
* | Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that would | joerg | 2001-01-23 | 1 | -0/+10 |
* | Remove useless variable vjlen. | hm | 2001-01-23 | 1 | -2/+2 |
* | In answer to the comment: /* XXX is it OK to block here? */, the answer | peter | 2001-01-23 | 1 | -2/+3 |
* | When attempting to bind to an ephemeral port, if no such port is | wes | 2001-01-23 | 1 | -2/+2 |
* | This file declares `struct timespec' so that we can have a single, | wollman | 2001-01-23 | 1 | -0/+69 |
* | Synchronize with some of my local changes. To quote: | wollman | 2001-01-23 | 1 | -0/+60 |
* | o The move to using VADMIN under vaccess() resulted in some system | rwatson | 2001-01-23 | 2 | -2/+2 |
* | Add function prototype for libc function sysctlnametomib() | mckusick | 2001-01-23 | 1 | -0/+1 |
* | Sigh. atomic_add_int takes a pointer, not an integer. | jake | 2001-01-23 | 1 | -4/+4 |
* | Use atomic operations to update the stat counters. | des | 2001-01-23 | 1 | -4/+4 |
* | Change critical section protection for dummynet from splnet() to | luigi | 2001-01-22 | 1 | -15/+45 |
* | Free the kbd pointer when it isn't NULL, as opposed to when it is. | dwmalone | 2001-01-22 | 2 | -2/+2 |
* | Assorted bugfixes: | luigi | 2001-01-22 | 1 | -14/+23 |
* | Move (now) unused variable declaration inside the block (now commented out). | mjacob | 2001-01-22 | 1 | -2/+1 |
* | ahc_eisa.c: | gibbs | 2001-01-22 | 11 | -173/+270 |
* | avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/). | ume | 2001-01-22 | 2 | -4/+4 |
* | Add MTX_SPIN to an mtx_init( | julian | 2001-01-22 | 1 | -1/+1 |
* | on in6_ifdetach(), do not remove default route mistakenly | ume | 2001-01-22 | 1 | -2/+2 |
* | Added PC-98 apm support. | nyan | 2001-01-22 | 4 | -1/+14 |
* | Call vm_zone_init() at the appropriate time. | des | 2001-01-22 | 1 | -0/+2 |
* | Give this code a major facelift: | des | 2001-01-22 | 2 | -235/+167 |
* | Print correct file name and line number in mtx_assert(). | jasone | 2001-01-22 | 4 | -21/+20 |
* | Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properly | msmith | 2001-01-22 | 1 | -0/+2 |
* | remove stupid braino (recursive mutex) | julian | 2001-01-21 | 1 | -16/+20 |
* | General cleanup. | phk | 2001-01-21 | 1 | -53/+33 |
* | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | jasone | 2001-01-21 | 9 | -595/+1224 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 9 | -57/+19 |
* | Update these netgraph drivers in current so that these changes can be | phk | 2001-01-21 | 2 | -62/+194 |
* | Convert a Debugger(3) to a panic(9) and a EINVAL. | phk | 2001-01-21 | 1 | -1/+3 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 54 | -96/+124 |
* | wi has been converted to NEWCARD, so included it when pccard is | imp | 2001-01-21 | 2 | -2/+3 |
* | Correct botchup in last commit that made older VIA chips fail... | sos | 2001-01-21 | 1 | -2/+2 |
* | permit icmp6 type <= 256 (was 32). | ume | 2001-01-21 | 1 | -1/+1 |
* | Make the order of the static initializer for all_mtx match the order of | jasone | 2001-01-21 | 3 | -6/+6 |