| Commit message (Expand) | Author | Age | Files | Lines |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 49 | -541/+1624 |
* | It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIR | iedowse | 2002-01-13 | 1 | -3/+9 |
* | Add support for newer integrated SiS 900 controllers on the 635 and 735 | wpaul | 2002-01-12 | 2 | -5/+54 |
* | When going to sleep, we must save our SPL so that it does not get | mckusick | 2002-01-12 | 1 | -38/+76 |
* | Export "ng_ether_enaddr_type" because the ng_bridge type uses it. | archie | 2002-01-12 | 1 | -0/+2 |
* | Fix a few NFSv2 issues that slipped in during the big cleanup. The | iedowse | 2002-01-12 | 1 | -33/+28 |
* | Fix typo so that the delay code introduced in revision 1.60 actually | mckusick | 2002-01-12 | 1 | -1/+1 |
* | Add missing move of relative offset for CTIO2 updates. | mjacob | 2002-01-11 | 1 | -0/+1 |
* | The macro nfsm_reply() is supposed to allocate a reply in all cases, | iedowse | 2002-01-11 | 1 | -2/+2 |
* | I don't think that these modules should export symbols at all. All | imp | 2002-01-11 | 3 | -6/+0 |
* | Must call drain_output() before checking the dirty block list | mckusick | 2002-01-11 | 1 | -8/+10 |
* | Fixed some style bugs (disordered SRCS and garbage comment near EOF). | bde | 2002-01-11 | 1 | -2/+1 |
* | Make the alpha boot1 work on filesystems that have a block size | iedowse | 2002-01-11 | 1 | -24/+41 |
* | It turns out that when a broadcast packet is looped back, the checksums | jesper | 2002-01-11 | 1 | -0/+13 |
* | Drop <bsd.man.mk> support from <bsd.kmod.mk>. | ru | 2002-01-11 | 114 | -135/+2 |
* | Fix a panic condition in icmp_reflect() introduced in rev. 1.61. | ru | 2002-01-11 | 1 | -2/+2 |
* | Add missing prototype for pmap_unmapdev(). | jhb | 2002-01-11 | 1 | -0/+1 |
* | genassym builds need the -fno-common stripped out. | peter | 2002-01-11 | 3 | -5/+5 |
* | Export cd9660_wchar2char symbol, because we need it in the pluggable | sobomax | 2002-01-11 | 1 | -0/+1 |
* | Turn on unconditional symbol export for modules whose API is | msmith | 2002-01-11 | 10 | -0/+20 |
* | Export symbols that constitute APIs defined by these | msmith | 2002-01-11 | 15 | -0/+142 |
* | Reverse the sense of EXPORT_SYMS. If EXPORT_SYMS is not | msmith | 2002-01-11 | 1 | -4/+7 |
* | Catch the netboot version up to the main loader. This is pretty bogus. | jhb | 2002-01-11 | 1 | -0/+5 |
* | Unrevert revision 1.12. Revision 1.14 backed this out saying it was | jhb | 2002-01-10 | 1 | -7/+17 |
* | Add vlruvp() routine - implements LRU operation for vnode recycling. | dillon | 2002-01-10 | 1 | -0/+46 |
* | Fix reversed definitions for the bits that select half vs. full duplex. | archie | 2002-01-10 | 1 | -4/+4 |
* | Do not pull quota entries of the cache-list if they have already | phk | 2002-01-10 | 1 | -1/+2 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 8 | -28/+25 |
* | Back out previous revision, which will be applied directly to | sheldonh | 2002-01-10 | 1 | -1/+0 |
* | Further fixes related to the interface renaming. Now that we | marcel | 2002-01-10 | 1 | -52/+12 |
* | genassym depends on the presence of common variables, disable the use | msmith | 2002-01-10 | 2 | -2/+2 |
* | Eliminate the use of commons in the kernel and modules, | msmith | 2002-01-10 | 4 | -4/+58 |
* | Fix typo in function name. | wes | 2002-01-10 | 2 | -2/+2 |
* | Add getcontext, setcontext, makecontext, and swapcontext prototypes | deischen | 2002-01-10 | 1 | -0/+7 |
* | Use a spare slot in the machine context to identify the context format | deischen | 2002-01-10 | 2 | -1/+5 |
* | Use a spare slot in the machine context for a flags word to indicate | deischen | 2002-01-10 | 4 | -2/+10 |
* | Terminate requests in nfs_sigintr() if the filesystem is in the | iedowse | 2002-01-10 | 1 | -1/+4 |
* | Change dounmount() to return EBUSY in the non-MNT_FORCE case if we | iedowse | 2002-01-10 | 2 | -2/+16 |
* | o Revert kern_sig.c#1.143, as cr_cansignal() doesn't currently permit | rwatson | 2002-01-10 | 1 | -3/+14 |
* | Implement 2 small helper functions: | mdodd | 2002-01-10 | 2 | -0/+37 |
* | Staticise the random_state array. | msmith | 2002-01-10 | 2 | -5/+3 |
* | Remove KMODDEPS, this is not used on -current and should not be left | peter | 2002-01-09 | 1 | -1/+0 |
* | Fix S3 breakage. | takawata | 2002-01-09 | 2 | -2/+4 |
* | Increase BSIZEMAX from 8k to 16k, so that we can reliably boot from | iedowse | 2002-01-09 | 2 | -2/+2 |
* | Use KMODDEPS to document module dependencies on libiconv and | sheldonh | 2002-01-09 | 1 | -0/+1 |
* | Replace spaces after #defines with tabs; this makes all #defines | kbyanc | 2002-01-09 | 2 | -26/+26 |
* | o Correct a 32/64-bit error in the initialization of aiol_zone, specifically, | alc | 2002-01-09 | 1 | -1/+1 |
* | Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST, | msmith | 2002-01-09 | 3 | -2/+21 |
* | GC fast_vfork; it's not actually referenced anywhere. | silby | 2002-01-09 | 1 | -4/+0 |
* | Move the make_dev call from the cn_probe to a sysinit that runs at | jake | 2002-01-09 | 1 | -1/+9 |