| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix breakage from last commit- macro was broken. I appreciate the | mjacob | 2000-01-16 | 1 | -2/+2 |
* | Removed outdated comment on experimental nature of ata. Added comment to esp | wilko | 2000-01-16 | 2 | -12/+2 |
* | Correct comments / point to right LINT file (./LINT does not exist for Alpha) | wilko | 2000-01-16 | 2 | -6/+8 |
* | The kernel side of per-process unaligned access control (printing, fixing & | gallatin | 2000-01-16 | 5 | -7/+66 |
* | Add SPLASSERT() macro. SPLASSERT() compiles to a no-op | jmb | 2000-01-16 | 1 | -0/+6 |
* | Don't clobber the sources when plain "make" is run. Just print a message | bde | 2000-01-15 | 1 | -2/+4 |
* | Add device driver support for USB ethernet adapters based on the CATC | wpaul | 2000-01-14 | 2 | -0/+2 |
* | Sort. | obrien | 2000-01-12 | 2 | -2/+4 |
* | Add a new mechanism, cndbctl(), to tell the console driver that | yokota | 2000-01-11 | 1 | -5/+6 |
* | Update syscalls to Linux kernel 2.3.38. These syscalls are | marcel | 2000-01-10 | 1 | -0/+7 |
* | Update the syscalls to Linux kernel 2.3.38. | marcel | 2000-01-10 | 1 | -0/+7 |
* | Fixed bounds checking of unit number in promopen(). Minor numbers can | bde | 2000-01-09 | 1 | -1/+1 |
* | Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as | peter | 2000-01-09 | 4 | -693/+0 |
* | Synced with sys/i386/conf/Makefile.i386 (MACHINE -> MACHINE_ARCH). | kato | 2000-01-09 | 1 | -1/+1 |
* | Bump configversion. The controller/device changes are upwards but not | peter | 2000-01-09 | 1 | -1/+1 |
* | Include <stddef.h> here so that <sys/assym.h> can be unpolluted. | bde | 2000-01-08 | 1 | -1/+3 |
* | Further sync Alpha and i386 Makefiles. Remove KERNFORMAT = elf stuff as | peter | 2000-01-08 | 1 | -12/+4 |
* | Sync with i386 | marcel | 2000-01-08 | 2 | -15/+10 |
* | s/controller/device/ as per config(8) | peter | 2000-01-08 | 3 | -41/+41 |
* | Use genassym(1). | marcel | 2000-01-07 | 2 | -112/+94 |
* | Revert back all the way to 1.11 - the problem was that Makefile.alpha was | peter | 2000-01-07 | 1 | -0/+3 |
* | Bring the Alpha and x86 Makefiles closer together. | peter | 2000-01-07 | 1 | -18/+28 |
* | Don't include <sys/systm.h>. It doesn't do anything, and with recent | msmith | 2000-01-07 | 1 | -1/+0 |
* | Missed s/KERNEL/_KERNEL/ here.. *blush*. | peter | 2000-01-06 | 1 | -4/+2 |
* | implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T ksh | gallatin | 2000-01-06 | 2 | -2/+10 |
* | Shutup complaints about unimplemented SVR4 ioctls | gallatin | 2000-01-06 | 1 | -0/+8 |
* | Add device driver support for USB ethernet adapters based on the | wpaul | 2000-01-05 | 2 | -0/+2 |
* | Per BDE- make this more like the i386 code in that, as per the comment, | mjacob | 2000-01-04 | 1 | -2/+5 |
* | add wx0 driver | mjacob | 2000-01-04 | 2 | -0/+2 |
* | fix leap year calculation | mjacob | 2000-01-04 | 1 | -1/+2 |
* | Make offsetof equivalent with <stddef.h>. This paves the way for | marcel | 2000-01-03 | 1 | -4/+4 |
* | untangle some includes and clean up for compilation cleanliness. | mjacob | 2000-01-03 | 1 | -3/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 20 | -39/+40 |
* | This commit adds device driver support for the ADMtek AN986 Pegasus | wpaul | 1999-12-28 | 2 | -0/+2 |
* | Synced with Makefile.i386. The following cleanups in Makefile.i386 | bde | 1999-12-27 | 1 | -3/+3 |
* | Changed the type used to represent the user stack pointer from `long *' | bde | 1999-12-27 | 1 | -6/+6 |
* | Include opt_nfs.h | peter | 1999-12-27 | 1 | -0/+1 |
* | Zap the kvm_kernel.db juggling at 'make install' time, it isn't needed | peter | 1999-12-27 | 1 | -7/+0 |
* | Use genassym(1) and <sys/assym.h> to generate assembler symbols. | marcel | 1999-12-23 | 1 | -18/+5 |
* | Turn on the `sym' driver by default. It lives well beside the `ncr' driver | obrien | 1999-12-22 | 2 | -2/+2 |
* | Only compile gusc for isa (the #if NISA inside gusc effectively covers | peter | 1999-12-21 | 1 | -1/+1 |
* | MFS_ROOT is deprecated so use MD_ROOT instead. Also add the md | steve | 1999-12-20 | 2 | -2/+4 |
* | Be more consistant in using perl vs. perl5. We were using perl5 in the | peter | 1999-12-17 | 2 | -8/+8 |
* | - Add the device resume method. It supercedes the existing resume | yokota | 1999-12-15 | 1 | -1/+1 |
* | Add NetBSD's explanation of why it would be hard to emulate the Mach | gallatin | 1999-12-14 | 1 | -0/+69 |
* | Add generated files | gallatin | 1999-12-14 | 3 | -0/+833 |
* | Finally add the Alpha OSF/1 compat code. I will add it to the | gallatin | 1999-12-14 | 13 | -0/+4755 |
* | Stop calling everthing an XP1000. | gallatin | 1999-12-14 | 1 | -1/+1 |
* | Improve the mapping between the hardware PCI bus numbering on multi-hose | gallatin | 1999-12-14 | 2 | -17/+81 |
* | - Pull in kbd.c when sc or vt is included in the kernel, even if | yokota | 1999-12-13 | 1 | -0/+1 |