| Commit message (Expand) | Author | Age | Files | Lines |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 12 | -0/+2225 |
* | New release notes: syslogd(8) -c, less 371. | bmah | 2002-01-08 | 2 | -4/+10 |
* | 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 |
* | Add forgotten alias for ru_SU.ISO8859-5 | ache | 2002-01-08 | 1 | -0/+1 |
* | Revert change that breaks the joy module. joydevclass must not be static. | imp | 2002-01-08 | 1 | -1/+1 |
* | Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On the | jhb | 2002-01-08 | 1 | -8/+12 |
* | Add ru_SU locale aliases for nls area also | phantom | 2002-01-08 | 1 | -0/+3 |
* | Merge the changes in the English version (1.248 --> 1.250). | kuriyama | 2002-01-08 | 1 | -3/+24 |
* | (null delta) | sheldonh | 2002-01-08 | 0 | -0/+0 |
* | Add upa.h, which I had previously forgotten, to unbreak the sparc64 | tmm | 2002-01-08 | 1 | -0/+34 |
* | Actually make aliases for ru_SU locales. | phantom | 2002-01-08 | 1 | -0/+4 |
* | Add ro_RO | ache | 2002-01-08 | 10 | -2/+167 |
* | Add ro_RO | ache | 2002-01-08 | 2 | -0/+6 |
* | ISO 8859-1 -> ISO 8859-5 for ru_* | ache | 2002-01-08 | 1 | -2/+2 |
* | Correctly handle cases of deprecated locales which are supposed | phantom | 2002-01-08 | 2 | -0/+24 |
* | When authenticating a name containing a ``\'', attempt to autenticate | brian | 2002-01-08 | 1 | -9/+50 |
* | Staticise pfs_vncache, it's not used anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines. | jhb | 2002-01-08 | 1 | -1/+2 |
* | 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 |
* | Staticise private interface lists. | msmith | 2002-01-08 | 6 | -7/+5 |
* | Gut this header; since physio_proc_init is never called, the code never does | msmith | 2002-01-08 | 2 | -68/+2 |
* | Staticise the flash buffer, since it isn't needed anywhere else. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the con_bios and digi_devclass variables, since they aren't needed | msmith | 2002-01-08 | 2 | -3/+2 |
* | Remove gcc specific compiler flags, at least one of which doesn't work with | jhb | 2002-01-08 | 1 | -2/+0 |
* | Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a | jhb | 2002-01-08 | 1 | -1/+1 |
* | Staticise the device node pointers. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Staticise the joy devclass. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Fix a couple of bogus enums. | msmith | 2002-01-08 | 1 | -4/+4 |
* | Staticise the amr devclass. | msmith | 2002-01-08 | 3 | -5/+3 |
* | Staticise devclasses and some unnecessarily global variables. | msmith | 2002-01-08 | 16 | -19/+17 |
* | Connect smp support to the kernel build. | jake | 2002-01-08 | 1 | -0/+3 |
* | Catch up to the latest and greatest. | jake | 2002-01-08 | 1 | -1/+26 |
* | Add initial smp support. This gets as far as allowing the secondary | jake | 2002-01-08 | 7 | -0/+1093 |
* | Setup the normal global pcb register as well on entry from user land. | jake | 2002-01-08 | 2 | -92/+116 |
* | Adapt the vectored interrupt handler for receiving ipis. If the second | jake | 2002-01-08 | 2 | -94/+106 |
* | Use the per-cpu panic stack in the case of a fault with a bad kernel | jake | 2002-01-08 | 2 | -4/+10 |
* | Remove ATOMIC_INC_INT macro which has moved elsewhere. | jake | 2002-01-08 | 2 | -22/+0 |
* | Catch up to change in compile time assertion interface. | jake | 2002-01-08 | 2 | -3/+3 |
* | Make this code more robust in the event of stray interrupts. Handle | jake | 2002-01-08 | 1 | -12/+22 |
* | Use cpufunc macros instead of using inline asm directly. | jake | 2002-01-08 | 1 | -1/+1 |
* | Set the normal global pcb register when context switching. | jake | 2002-01-08 | 2 | -0/+4 |