| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY used | Benno Rice | 2002-07-05 | 2 | -3/+3 |
| * | o Lock accesses to the free page queues in contigmalloc1(). | Alan Cox | 2002-07-05 | 1 | -0/+2 |
| * | Cleanups for vnode lock debugging. | Jeff Roberson | 2002-07-05 | 1 | -4/+6 |
| * | Remove unnecessary includes. | Jeff Roberson | 2002-07-05 | 2 | -4/+0 |
| * | Include systm.h before vnode.h so Debugger() and printf() are available when | Jeff Roberson | 2002-07-05 | 1 | -1/+1 |
| * | Back out proc part of last commit. UMA manages the thread cache only, and | Peter Wemm | 2002-07-05 | 2 | -16/+44 |
| * | Copy from sparc64/pmap.c rev 1.64 (Retrofit changes from i386/pmap.c | Peter Wemm | 2002-07-05 | 1 | -23/+9 |
| * | Take a shot at implementing changes from i386/pmap.c rev 1.328-1.331. | Peter Wemm | 2002-07-05 | 1 | -49/+22 |
| * | Turn on BPF_ALIGN for all non-i386 platforms, instead of having an | Peter Wemm | 2002-07-05 | 1 | -1/+1 |
| * | Disable hardware checksum offloading of IP fragments in the bge | John Polstra | 2002-07-04 | 1 | -1/+1 |
| * | o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the free | Alan Cox | 2002-07-04 | 3 | -5/+29 |
| * | Diff reduction (microoptimization) with another WIP. Move the frame | Peter Wemm | 2002-07-04 | 2 | -4/+10 |
| * | A small cleanup. | Julian Elischer | 2002-07-04 | 1 | -1/+0 |
| * | Don;t call teh thread setup routines from here.. | Julian Elischer | 2002-07-04 | 1 | -1/+0 |
| * | Retrofit changes from i386/pmap.c rev 1.328-1.331. | Peter Wemm | 2002-07-04 | 1 | -43/+31 |
| * | Don't free pages we never allocated.. | Julian Elischer | 2002-07-04 | 2 | -14/+4 |
| * | Slight restatement of the code and remove some unused variables. | Julian Elischer | 2002-07-04 | 2 | -22/+16 |
| * | Add comments and slightly rearrange the thread stack assignment code | Julian Elischer | 2002-07-03 | 2 | -18/+38 |
| * | Remove vestiges of old code... | Julian Elischer | 2002-07-03 | 2 | -42/+24 |
| * | o Make the reservation of KVA space for kernel map entries a function | Alan Cox | 2002-07-03 | 1 | -1/+2 |
| * | Remove trailing whitespaces. | Maxim Konovalov | 2002-07-03 | 1 | -2/+2 |
| * | o Strict interface names comparison. The old code assumed "fxp1" == "fxp11". | Maxim Konovalov | 2002-07-03 | 1 | -3/+3 |
| * | Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot() | Maxime Henrion | 2002-07-03 | 2 | -71/+44 |
| * | Try clean up some of the mess that resulted from layers and layers | Julian Elischer | 2002-07-03 | 2 | -59/+32 |
| * | Remove an unused argument in vfs_mountroot(). | Maxime Henrion | 2002-07-03 | 3 | -3/+3 |
| * | Add missing kernal tunables to loader.conf. | Jonathan Mini | 2002-07-03 | 1 | -0/+16 |
| * | White space commit. | Julian Elischer | 2002-07-03 | 1 | -10/+10 |
| * | Hold the sched lock across call to forward_signal() in tdsignal() to | Andrew Gallatin | 2002-07-03 | 1 | -1/+4 |
| * | Add mtx_ prefixes to the fields used for mutex profiling, and fix a bug | Dag-Erling Smørgrav | 2002-07-03 | 3 | -25/+27 |
| * | Actually use the fini callback. | Jeff Roberson | 2002-07-03 | 1 | -0/+1 |
| * | I didn't pay enough attention when copy/pasting disclaimers. | Maxime Henrion | 2002-07-02 | 1 | -2/+2 |
| * | Move every code related to mount(2) in a new file, vfs_mount.c. | Maxime Henrion | 2002-07-02 | 7 | -2629/+1214 |
| * | check in the version if this that compiles, not the one that doesn't | Julian Elischer | 2002-07-02 | 1 | -1/+1 |
| * | Make some more debugging code go away when debugging is not turned on. | Julian Elischer | 2002-07-02 | 1 | -1/+4 |
| * | Check retifma for NULL before using it. | Jonathan Mini | 2002-07-02 | 1 | -1/+2 |
| * | When going back to SLEEP state, make sure our | Julian Elischer | 2002-07-02 | 1 | -0/+1 |
| * | Fix failure to correctly transition back to sleep mode. | Julian Elischer | 2002-07-02 | 1 | -0/+4 |
| * | Make interrupt driven EC transaction optional. | Takanori Watanabe | 2002-07-02 | 1 | -0/+2 |
| * | #include <sys/ktrace.h> would be useful too. (for ktrace_mtx) | Peter Wemm | 2002-07-01 | 1 | -0/+3 |
| * | The jail syscall calls chroot, which is not mpsafe, so put back a | Ian Dowse | 2002-07-01 | 1 | -0/+2 |
| * | Add #include "opt_ktrace.h" | Peter Wemm | 2002-07-01 | 1 | -0/+2 |
| * | Use indirect function pointer hooks instead of #ifdef SOFTUPDATES | Ian Dowse | 2002-07-01 | 5 | -14/+21 |
| * | - Use (OFF_TO_IDX(off) - pi) instead of (OFF_TO_IDX(off - IDX_TO_OFF(pi))). | Robert Drehmel | 2002-07-01 | 1 | -5/+7 |
| * | Remove trailing whitespace | Brian Somers | 2002-07-01 | 10 | -142/+142 |
| * | Add the ffs bits necessary to support unloading of the ufs kernel | Ian Dowse | 2002-07-01 | 4 | -2/+38 |
| * | - In thread_userret(), remove the Giant locking and unlocking around the | Andrew R. Reiter | 2002-07-01 | 2 | -4/+0 |
| * | o Remove some long dead code: from revision 1.41 of vm/vm_pager.c | Alan Cox | 2002-07-01 | 2 | -22/+0 |
| * | Fix a build problem for the ACPI CA 20020404 import. | Mitsuru IWASAKI | 2002-06-30 | 1 | -1/+2 |
| * | IF_HANDOFF is no longer in -stable | Warner Losh | 2002-06-30 | 1 | -12/+0 |
| * | Fix if_timer logic so that there is always a timeout pending if there | Luigi Rizzo | 2002-06-30 | 1 | -2/+4 |