| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't check the state of the vnode interlock if the specification says | truckman | 2003-06-22 | 1 | -1/+7 |
* | Protect against .depend file somewhere else in the .PATH. | ru | 2003-06-22 | 1 | -37/+9 |
* | Add support for multiple values and ranges for the "iplen", "ipttl", | luigi | 2003-06-22 | 1 | -12/+29 |
* | Forward declare a boatload of structures referenced in the MAC | rwatson | 2003-06-22 | 2 | -0/+24 |
* | Move KERNBASE to -2GB. | simokawa | 2003-06-22 | 1 | -1/+1 |
* | - Allow access to direct mapped region via /dev/kmem. This makes | simokawa | 2003-06-22 | 1 | -13/+16 |
* | - Allocate a new PD Table if kernel grows beyond 1GB boundary. | simokawa | 2003-06-22 | 1 | -37/+21 |
* | Remove 256 unit limit, there is no evil minor number encoding to | phk | 2003-06-22 | 1 | -2/+0 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 29 | -94/+105 |
* | Add ID for VT8233A. | mdodd | 2003-06-22 | 1 | -0/+2 |
* | Re-enabled PCI irq routing on pc98. | nyan | 2003-06-22 | 1 | -1/+1 |
* | As vm_fault() descends the chain of backing objects, set paging-in- | alc | 2003-06-22 | 1 | -8/+8 |
* | Implement a loader tunable/sysctl to allow the user to request that | mdodd | 2003-06-22 | 1 | -0/+8 |
* | When DDB is active, always send printf() output directly to the | iedowse | 2003-06-22 | 1 | -1/+5 |
* | Use a new message buffer `consmsgbuf' to forward messages to a | iedowse | 2003-06-22 | 4 | -16/+89 |
* | Complete the vm object locking in vm_object_backing_scan(); specifically, | alc | 2003-06-22 | 1 | -5/+12 |
* | use a REG macro that was already defined. | jmg | 2003-06-22 | 1 | -3/+10 |
* | Replace the code for reading and writing the kernel message buffer | iedowse | 2003-06-22 | 5 | -116/+295 |
* | add support for peeking at pci busses on UltraSparc systems. This prevents | jmg | 2003-06-22 | 5 | -12/+132 |
* | Make some style and white-space changes to the copy-on-write path through | alc | 2003-06-22 | 1 | -10/+5 |
* | Increase the size of the NFS server hash table to improve performance | mckusick | 2003-06-21 | 1 | -4/+4 |
* | Use a do {...} while (0); and a couple of breaks to reduce the level | phk | 2003-06-21 | 1 | -78/+80 |
* | Lock one of the vm objects involved in an optimized copy-on-write fault. | alc | 2003-06-21 | 1 | -2/+5 |
* | - Increase the scope of the vm object lock in vm_object_collapse(). | alc | 2003-06-21 | 1 | -3/+4 |
* | - lticks was erroneously being updated in sched_pctcpu(). This was causing | jeff | 2003-06-21 | 1 | -2/+0 |
* | - Don't allow nice to have such a large effect on priority. This was | jeff | 2003-06-21 | 1 | -8/+7 |
* | fix grammar in comment | jmg | 2003-06-20 | 1 | -1/+1 |
* | Fix a divide-by-zero on kern.log_wakeups_per_second tunable. | bmilekic | 2003-06-20 | 1 | -0/+8 |
* | Make swap_pager_haspages() static; remove unused function prototypes. | alc | 2003-06-20 | 2 | -5/+3 |
* | Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek): | tjr | 2003-06-20 | 1 | -1/+15 |
* | Use direct map in pmap_map(). | simokawa | 2003-06-20 | 1 | -11/+1 |
* | Add comment about **vpp being special-cased in vnode_if.awk (1.38) | se | 2003-06-20 | 1 | -0/+6 |
* | The assertions generated to test VFS locking never included checks | se | 2003-06-20 | 1 | -0/+2 |
* | cpu_set_upcall_kse needs to access userspace, release schedule lock | davidxu | 2003-06-20 | 2 | -8/+20 |
* | Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that it | phk | 2003-06-20 | 1 | -1/+2 |
* | Initialize b_saveaddr when we hand out pbufs | phk | 2003-06-20 | 1 | -2/+3 |
* | Initialize b_saveaddr when we hand out buffers | phk | 2003-06-20 | 1 | -2/+4 |
* | Crude but efficient: | phk | 2003-06-20 | 1 | -1/+8 |
* | Don't (re)initialize f_gcflag to zero. | phk | 2003-06-20 | 3 | -2/+2 |
* | Move FMARK and FDEFER til sys/file.h where they belong. | phk | 2003-06-20 | 2 | -10/+15 |
* | fix another LP64 problem. READ_IVAR takes a pointer to an uintptr_t, not | jmg | 2003-06-20 | 2 | -2/+6 |
* | The so-called "optimized copy-on-write fault" case should not require | alc | 2003-06-20 | 1 | -9/+2 |
* | When a STOP signal is being sent to a process, it is possible all | davidxu | 2003-06-20 | 1 | -2/+16 |
* | Fix typo. td should be td0. | davidxu | 2003-06-20 | 1 | -1/+1 |
* | Avoid using v8 opcodes; use ba instead of b for unconditional branches. | jake | 2003-06-19 | 2 | -37/+37 |
* | Unlock the struct file lock before aquiring Giant, otherwise | alfred | 2003-06-19 | 1 | -3/+3 |
* | Hook openpromio up to the build. | jake | 2003-06-19 | 1 | -0/+1 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -0/+2 |
* | Add support for the HighPoint HPT302 & HPT371 | sos | 2003-06-19 | 1 | -0/+2 |
* | Fix direct map page table for 2GB+ physical memory. | simokawa | 2003-06-19 | 1 | -1/+1 |