| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Define the kern.cam sysctl in the cam layer, rather than multiply in several | msmith | 2002-01-09 | 5 | -8/+13 |
* | Staticise a debugging variable. | msmith | 2002-01-09 | 1 | -1/+1 |
* | Staticise the aac devclass. | msmith | 2002-01-09 | 5 | -6/+5 |
* | holdsock is gone, remove the prototype | alfred | 2002-01-09 | 1 | -1/+0 |
* | Sockets are called 'so' not 'sp'. | alfred | 2002-01-09 | 1 | -8/+8 |
* | Revert 1.81; 1.19 fixed this already in a different way. | silby | 2002-01-09 | 2 | -6/+2 |
* | Use a sysinit to initialise the devfs hooks in kern_conf.c rather than common | msmith | 2002-01-09 | 1 | -3/+10 |
* | Add quirk for DIVA USB Mp3 Player. | sobomax | 2002-01-08 | 1 | -0/+8 |
* | Regenerate from 1.26 pccarddevs | imp | 2002-01-08 | 1 | -2/+23 |
* | Catch up to NetBSD: | imp | 2002-01-08 | 1 | -1/+8 |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 12 | -0/+2225 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 5 | -73/+74 |
* | Staticise a couple of debugging variables. | msmith | 2002-01-08 | 2 | -4/+4 |
* | Rename a variable that might accidentally be duplicated elsewhere. | msmith | 2002-01-08 | 3 | -5/+5 |
* | Avoid doubly defining machdep.pccard | msmith | 2002-01-08 | 2 | -2/+2 |
* | Staticise the coda vfsop pointer. | msmith | 2002-01-08 | 4 | -4/+2 |
* | Initialise the bioops vector hack at runtime rather than at link time. This | msmith | 2002-01-08 | 1 | -8/+7 |
* | find_devclass -> devclass_find. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Revert change that breaks the joy module. joydevclass must not be static. | imp | 2002-01-08 | 1 | -1/+1 |
* | Add upa.h, which I had previously forgotten, to unbreak the sparc64 | tmm | 2002-01-08 | 1 | -0/+34 |
* | Staticise pfs_vncache, it's not used anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 8 | -19/+26 |
* | Staticise a couple of things that shouldn't be leaked into the | joe | 2002-01-08 | 2 | -2/+2 |
* | Staticise the fw chain. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the socket list. | msmith | 2002-01-08 | 1 | -1/+1 |