| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect that a vnode has been reclaimed while vflush() was waiting to lock | truckman | 2003-05-16 | 1 | -0/+11 |
* | o In pmap_install, don't prevent switching the pmap if we're | marcel | 2003-05-16 | 1 | -15/+13 |
* | Use vm_object_deallocate(), not vm_pager_deallocate(), to destroy a | alc | 2003-05-16 | 1 | -2/+2 |
* | Indent a comment. This makes 1.100. | marcel | 2003-05-16 | 1 | -1/+1 |
* | Turn pmap_growkernel() into a critical section. While here, initialize | marcel | 2003-05-16 | 1 | -22/+14 |
* | Revamp the RID allocation code: | marcel | 2003-05-16 | 1 | -42/+60 |
* | Move the conditional definition of KSTACK_MAX_PAGES up ahead where | marcel | 2003-05-16 | 1 | -4/+4 |
* | Sync the linker script with the one used by default for userland. Since | marcel | 2003-05-16 | 1 | -76/+82 |
* | Add variables for missing network drivers. | murray | 2003-05-16 | 1 | -0/+6 |
* | Add E-Tech ISA PnP modem ID. | murray | 2003-05-16 | 1 | -0/+1 |
* | Run $S/kern/genassym.sh with the correct NM. | obrien | 2003-05-16 | 1 | -1/+1 |
* | Fix long standing bug that prevents the PT_CONTINUE, PT_KILL and | obrien | 2003-05-16 | 1 | -9/+10 |
* | Add a tunable/sysctl "hw.fxp_noflow" which disables flow control support | rwatson | 2003-05-16 | 1 | -1/+5 |
* | In cpu_fork(), initialize pcb_psl for the new process to PSL_KERNEL, | tmm | 2003-05-16 | 1 | -1/+1 |
* | VOP_PATHCONF() requires a vnode lock; this patch adds locking to | rwatson | 2003-05-15 | 1 | -0/+2 |
* | This change grabs the vnode lock for NFS client vnodes when calling | rwatson | 2003-05-15 | 2 | -1/+7 |
* | Jeff added locking assertions that the VV_ flags on vnodes were modified | rwatson | 2003-05-15 | 1 | -5/+11 |
* | Make the mb_alloc low-watermark sysctl-tunable read-only and make | bmilekic | 2003-05-15 | 1 | -2/+5 |
* | fix a cut-n-paste error. | julian | 2003-05-15 | 1 | -1/+1 |
* | Generalize a quirk for Asahi Optical-based cameras (i.e. Pentax). It appears | njl | 2003-05-15 | 1 | -2/+1 |
* | Add a quirk for OTi USB flash key. | njl | 2003-05-15 | 1 | -0/+8 |
* | Miscellaneous fixes: | tmm | 2003-05-15 | 2 | -6/+59 |
* | Only use a SIA/SYM media info block if no MII block is detected. | mbr | 2003-05-15 | 2 | -4/+52 |
* | This file creates register sets based on the runtime specification. | marcel | 2003-05-15 | 1 | -0/+180 |
* | This file contains elementary context related functions used to | marcel | 2003-05-15 | 2 | -0/+1608 |
* | This file contains the code that implements the syscall path based | marcel | 2003-05-15 | 2 | -0/+1130 |
* | Initialize logical_cpus_mask when the logical CPUs are enumerated in | alc | 2003-05-15 | 6 | -12/+30 |
* | This commit was generated by cvs2svn to compensate for changes in r115013, | marcel | 2003-05-15 | 29 | -0/+5320 |
|\ |
|
| * | This is beta4 of libuwx; an ia64 stack unwinder. This code is made | marcel | 2003-05-15 | 29 | -0/+5320 |
* | Clear up that COMPAT_43 may not do the same thing on every architecture | jmallett | 2003-05-15 | 3 | -7/+10 |
* | Collect the nastiness for preserving the kernel MSR_GSBASE around the | peter | 2003-05-15 | 7 | -36/+42 |
* | Use compile time constants for things like PTmap[] etc because they're | peter | 2003-05-15 | 2 | -16/+3 |
* | GCC 3.3 complains about anonymous structures in unions, so | mux | 2003-05-14 | 1 | -7/+7 |
* | Fix a typo that broke the pc98 kernel build. | jhb | 2003-05-14 | 2 | -2/+2 |
* | Add <sys/queue.h> to unbreak world. | jhb | 2003-05-14 | 1 | -0/+1 |
* | In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channel | thomas | 2003-05-14 | 1 | -1/+8 |
* | add support for NetMos 4S0P PCI: 4S, 0P | wilko | 2003-05-14 | 1 | -0/+13 |
* | Regen | peter | 2003-05-14 | 6 | -36/+86 |
* | Add BASIC i386 binary support for the amd64 kernel. This is largely | peter | 2003-05-14 | 32 | -387/+1983 |
* | Fix some misunderstandings about 64 bit extension. | peter | 2003-05-14 | 1 | -12/+6 |
* | p_sigignore moved into struct sigacts. move one which was missed. | ps | 2003-05-14 | 1 | -1/+1 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 34 | -248/+364 |
* | In setitimer(2), if the it_value of the new itimer value is clear, then | jhb | 2003-05-13 | 1 | -3/+4 |
* | Add some extra #ifdef stubs so that this compiles on 4.8. | jhb | 2003-05-13 | 4 | -0/+19 |
* | Move the ips driver from ${MACHINE_ARCH} == "i386" to ${MACHINE} == "i386". | nyan | 2003-05-13 | 1 | -1/+1 |
* | Optimize the use of splay in gbincore(). During a "make buildworld" the | alc | 2003-05-13 | 1 | -7/+22 |
* | When a disk disappears, destroy the class from the event thread | phk | 2003-05-12 | 1 | -1/+10 |
* | Add support for 3Com OfficeConnect 10/100B. | mbr | 2003-05-12 | 4 | -0/+28 |
* | Really stop the loader from trying to load the acpi module by lying and | peter | 2003-05-12 | 1 | -0/+2 |
* | For the page fault handler, save %cr2 in the outer trap handler so that | peter | 2003-05-12 | 6 | -52/+76 |