| Commit message (Expand) | Author | Age | Files | Lines |
* | In witness_unlock(), when updating a lock list entry bucket, decrement the | jhb | 2002-05-20 | 1 | -2/+2 |
* | Add a manual page for the spic(4) device driver and hook it in the build. | will | 2002-05-20 | 2 | -0/+61 |
* | Add a bandaid so that sysctl kern.malloc works on sparc64. | jake | 2002-05-20 | 1 | -1/+1 |
* | In uma_zalloc_arg(), if we are performing a M_WAITOK allocation, ensure | jhb | 2002-05-20 | 1 | -0/+7 |
* | - Allow witness_sleep() to be called when witness hasn't been initialized | jhb | 2002-05-20 | 1 | -16/+8 |
* | Fix the td_intr_nesting_level check to work ok if a flag like M_ZERO is | jhb | 2002-05-20 | 1 | -3/+1 |
* | Subtle fix to the accept filter LRU code. In some cases, a newly | silby | 2002-05-20 | 2 | -2/+2 |
* | Add two FTP mirrors in France: | roberto | 2002-05-20 | 2 | -0/+8 |
* | Style. | ru | 2002-05-20 | 1 | -3/+2 |
* | Add SMP aware cache flushing functions, which operate on a single physical | jake | 2002-05-20 | 7 | -17/+327 |
* | Forward declare struct trapframe. | jake | 2002-05-20 | 1 | -0/+2 |
* | Forward declare struct thread. | jake | 2002-05-20 | 1 | -0/+2 |
* | De-inline the tlb demap functions. These were so big that gcc3.1 refused | jake | 2002-05-20 | 3 | -100/+144 |
* | Try to guess prefixlen for guessable cases. | ume | 2002-05-20 | 1 | -0/+33 |
* | Change two vput() that should have been vrele(). | mux | 2002-05-20 | 2 | -4/+4 |
* | Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1. | ru | 2002-05-20 | 3 | -3/+63 |
* | Reconnect 21.troff to the build. | ru | 2002-05-20 | 1 | -1/+1 |
* | Build this document in a standard way. | ru | 2002-05-20 | 1 | -30/+2 |
* | Fixed roffing. | ru | 2002-05-20 | 4 | -13/+19 |
* | Use more common phrasing for the "request reviews" text. Add UFS EAs, | rwatson | 2002-05-20 | 1 | -1/+3 |
* | Add a note that NO_WERROR is a good idea for the time being due to the | rwatson | 2002-05-20 | 1 | -0/+8 |
* | Regen after changing Device ID string for DaisyTech devices. | sobomax | 2002-05-20 | 2 | -4/+4 |
* | Change Device ID string for DaisyTech devices. | sobomax | 2002-05-20 | 1 | -1/+1 |
* | Don't grab Giant around malloc(9) and free(9). | phk | 2002-05-20 | 4 | -59/+44 |
* | MFS: silence compiler warnings. | sobomax | 2002-05-20 | 1 | -7/+7 |
* | Kill the stray #include line. | ru | 2002-05-20 | 2 | -2/+0 |
* | s/u_int/u_int32_t/ | ru | 2002-05-20 | 2 | -16/+18 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | tjr | 2002-05-20 | 2 | -24/+110 |
* | Fix IP address typo. | dd | 2002-05-20 | 1 | -1/+1 |
* | Check that src/games exists in a less error-prone way. | ru | 2002-05-20 | 3 | -9/+1 |
* | Mark a warning as such. Without this, it isn't obvious whether | dd | 2002-05-20 | 1 | -2/+2 |
* | MFS: Switch to KDE 3 for the CDROMs. | will | 2002-05-20 | 1 | -1/+1 |
* | Flesh-out ptrace support. This obviously needs more work. | marcel | 2002-05-20 | 2 | -14/+96 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 62 | -503/+1712 |
* | Explictly set kerberos_stash to NO instead of blank. While we are at it, | gordon | 2002-05-20 | 1 | -2/+2 |
* | Off-by-128 error in the cuam* device node numbers. | rwatson | 2002-05-20 | 2 | -2/+2 |
* | Bump the rc driver a little bit closer to the 21st century: use | rwatson | 2002-05-20 | 2 | -0/+12 |
* | Remove 21.troff from the build, it is broken. | silby | 2002-05-20 | 1 | -1/+1 |
* | Unbreak world. | grog | 2002-05-20 | 7 | -124/+3 |
* | Remove subdirectories 3, 4, and 17 from the build; they do not build | silby | 2002-05-20 | 1 | -2/+2 |
* | MD ficl files for sparc64. | jake | 2002-05-19 | 2 | -0/+513 |
* | Fix a kernel page fault when accessing user memory. We were | marcel | 2002-05-19 | 1 | -57/+38 |
* | Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader. | dillon | 2002-05-19 | 1 | -0/+7 |
* | Fix a late-night buglet in MLINKS ordering. | jmallett | 2002-05-19 | 1 | -1/+1 |
* | It's time to build modules by default. | marcel | 2002-05-19 | 1 | -3/+0 |
* | Simplify IA64_CMPXCHG to avoid having braced-groups in expressions. | marcel | 2002-05-19 | 1 | -20/+22 |
* | o Fix race condition caused by doing ptrace() for permission | marcel | 2002-05-19 | 1 | -24/+44 |
* | Turn nfsiod into a vfs loader and sysctl wrapper that controls the number | peter | 2002-05-19 | 2 | -89/+47 |
* | Generalize a bit: we don't need separate functions to find the i386 and | phk | 2002-05-19 | 1 | -33/+9 |
* | Include needed #include for regression tests. | phk | 2002-05-19 | 1 | -2/+1 |