| Commit message (Expand) | Author | Age | Files | Lines |
* | When expunging unlinked files from a snapshot, skip over holes in the | mckusick | 2003-10-17 | 1 | -6/+16 |
* | Simplify count_dev() | phk | 2003-10-17 | 1 | -5/+5 |
* | - Synchronize access to a vm page's valid field using the containing | alc | 2003-10-17 | 1 | -14/+19 |
* | Halt the cpu on amd64 as well. For some strange reason, this makes | peter | 2003-10-17 | 1 | -1/+1 |
* | Implement cpu_idle() on ia64. We put the processor in a lightweight | marcel | 2003-10-17 | 2 | -2/+10 |
* | - The kse may be null in sched_pctcpu(). | jeff | 2003-10-16 | 1 | -1/+7 |
* | - Only kse_reassign() in the !running case. | jeff | 2003-10-16 | 1 | -8/+10 |
* | - Call sched_add() with the correct argument on SMP. | jeff | 2003-10-16 | 1 | -1/+1 |
* | fix horribly botched MFp4 merge | sam | 2003-10-16 | 1 | -7/+7 |
* | pfil hooks can modify packet contents so check if the destination | sam | 2003-10-16 | 1 | -1/+11 |
* | pfil hooks can modify packet contents so check if the destination | sam | 2003-10-16 | 1 | -1/+11 |
* | Drop dummynet lock when calling back into the network stack to deliver | sam | 2003-10-16 | 1 | -0/+5 |
* | Correct handling of cloning loop avoidance: rtalloc1 may return a null | sam | 2003-10-16 | 1 | -1/+2 |
* | o correct handling of a frame that has too many segments to fit in the | sam | 2003-10-16 | 1 | -3/+6 |
* | AF_LINK sockaddr has to be attached to ifp->if_addrlist until the | ume | 2003-10-16 | 1 | -3/+11 |
* | Changes for new SMP-safe kobj method dispatch algorithm. | dfr | 2003-10-16 | 1 | -2/+6 |
* | Don't forget to load %es with the kernel data segment selector in | bde | 2003-10-16 | 3 | -0/+9 |
* | - Fix a minor problem with my last commit, we don't want to return from | jeff | 2003-10-16 | 1 | -3/+1 |
* | - mtx_ownedby() was unpopular and is no longer needed. Remove it. | jeff | 2003-10-16 | 1 | -6/+1 |
* | Add a workaround for the fact that the priv field was removed from | dfr | 2003-10-16 | 1 | -4/+18 |
* | * Add multiple inheritance to kobj. Each class can have zero or more base | dfr | 2003-10-16 | 5 | -163/+376 |
* | - Collapse sched_switchin() and sched_switchout() into sched_switch(). Now | jeff | 2003-10-16 | 4 | -31/+21 |
* | - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a td | jeff | 2003-10-16 | 6 | -38/+46 |
* | - The non iterative algorithm for interact_update was broken due to | jeff | 2003-10-16 | 1 | -8/+6 |
* | Bump FreeBSD version for changed layout of cdevsw | phk | 2003-10-16 | 1 | -1/+1 |
* | Malloc buckets of size 128 have been having their 64-byte offset | mckusick | 2003-10-16 | 1 | -4/+7 |
* | Quiet warnings about mis-matched pointer assignment. | obrien | 2003-10-15 | 1 | -12/+12 |
* | Introduce a new optional memberfunction for cdevsw, fdopen() which | phk | 2003-10-15 | 3 | -2/+11 |
* | Print the correct logical drive lun number returned by the controller. | ps | 2003-10-15 | 1 | -1/+2 |
* | purge extraneous ';'s | sam | 2003-10-15 | 1 | -3/+3 |
* | Add Allied Telesis SIC-AT boards support. | shiba | 2003-10-15 | 5 | -3/+132 |
* | Make sure to pull in all relevant crypto for GEOM_BDE | phk | 2003-10-15 | 1 | -2/+3 |
* | - vm_fault_copy_entry() should not assume that the source object contains | alc | 2003-10-15 | 1 | -5/+19 |
* | - If our user_pri doesn't match our actual priority our priority has been | jeff | 2003-10-15 | 1 | -3/+10 |
* | Add a wrapper for a function that takes and releases the adapter | deischen | 2003-10-15 | 1 | -3/+13 |
* | The KERN_PROC_PROC sysctl took 4 args in 5.0-REL and 5.1-REL. We need to | peter | 2003-10-15 | 1 | -1/+4 |
* | Pull the tier-2 card one last time and break the get/setcontext and | peter | 2003-10-15 | 5 | -5/+17 |
* | Get some more data if we hit the pmap_enter() thing. | peter | 2003-10-15 | 1 | -1/+8 |
* | o convert mutex calls to #defines for portability, etc. | sam | 2003-10-14 | 3 | -35/+61 |
* | Major update to xe driver: | rsm | 2003-10-14 | 4 | -585/+790 |
* | Lock ip forwarding route cache. While we're at it, remove the global | sam | 2003-10-14 | 3 | -37/+95 |
* | MFp4: correct locking issues in nd6_lookup | sam | 2003-10-14 | 1 | -1/+4 |
* | remove dangling ';'s` that were harmless | sam | 2003-10-14 | 1 | -2/+2 |
* | Change default for kern.polling.idle_poll back to 1. This was set to 0 | sam | 2003-10-14 | 1 | -1/+1 |
* | Fix just about as many bugs in my last commit here as there were lines that | peter | 2003-10-14 | 1 | -2/+3 |
* | Reintroduce the "recovered from lost interrupt" code, but in a new | sos | 2003-10-14 | 1 | -6/+7 |
* | Fix alignment problem on 64 bit arch. | ume | 2003-10-14 | 1 | -0/+49 |
* | Made use of 'error' argument, which was unused (by mistake) before. | phk | 2003-10-14 | 1 | -1/+1 |
* | With DIAGNOSTICS, sometimes we get weird crashes when some driver | imp | 2003-10-14 | 1 | -3/+4 |
* | MFia64 | alc | 2003-10-14 | 3 | -47/+83 |