aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Use genassym(1).Marcel Moolenaar2000-01-072-97/+79
* Revert back all the way to 1.11 - the problem was that Makefile.alpha wasPeter Wemm2000-01-071-0/+3
* Bring the Alpha and x86 Makefiles closer together.Peter Wemm2000-01-071-18/+28
* Don't include <sys/systm.h>. It doesn't do anything, and with recentMike Smith2000-01-071-1/+0
* Missed s/KERNEL/_KERNEL/ here.. *blush*.Peter Wemm2000-01-061-4/+2
* implement OSF_GET_MAX_UPROCS portion of osf1_getsysinfo() for AT&T kshAndrew Gallatin2000-01-062-2/+10
* Shutup complaints about unimplemented SVR4 ioctlsAndrew Gallatin2000-01-061-0/+8
* Add device driver support for USB ethernet adapters based on theBill Paul2000-01-052-0/+2
* Per BDE- make this more like the i386 code in that, as per the comment,Matt Jacob2000-01-041-2/+5
* add wx0 driverMatt Jacob2000-01-042-0/+2
* fix leap year calculationMatt Jacob2000-01-041-1/+2
* Make offsetof equivalent with <stddef.h>. This paves the way forMarcel Moolenaar2000-01-031-4/+4
* untangle some includes and clean up for compilation cleanliness.Matt Jacob2000-01-031-3/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2920-39/+40
* This commit adds device driver support for the ADMtek AN986 PegasusBill Paul1999-12-282-0/+2
* Synced with Makefile.i386. The following cleanups in Makefile.i386Bruce Evans1999-12-271-3/+3
* Changed the type used to represent the user stack pointer from `long *'Bruce Evans1999-12-271-6/+6
* Include opt_nfs.hPeter Wemm1999-12-271-0/+1
* Zap the kvm_kernel.db juggling at 'make install' time, it isn't neededPeter Wemm1999-12-271-7/+0
* Use genassym(1) and <sys/assym.h> to generate assembler symbols.Marcel Moolenaar1999-12-231-18/+5
* Turn on the `sym' driver by default. It lives well beside the `ncr' driverDavid E. O'Brien1999-12-222-2/+2
* Only compile gusc for isa (the #if NISA inside gusc effectively coversPeter Wemm1999-12-211-1/+1
* MFS_ROOT is deprecated so use MD_ROOT instead. Also add the mdSteve Price1999-12-202-2/+4
* Be more consistant in using perl vs. perl5. We were using perl5 in thePeter Wemm1999-12-172-8/+8
* - Add the device resume method. It supercedes the existing resumeKazutaka YOKOTA1999-12-151-1/+1
* Add NetBSD's explanation of why it would be hard to emulate the MachAndrew Gallatin1999-12-141-0/+69
* Add generated filesAndrew Gallatin1999-12-143-0/+833
* Finally add the Alpha OSF/1 compat code. I will add it to theAndrew Gallatin1999-12-1413-0/+4755
* Stop calling everthing an XP1000.Andrew Gallatin1999-12-141-1/+1
* Improve the mapping between the hardware PCI bus numbering on multi-hoseAndrew Gallatin1999-12-142-17/+81
* - Pull in kbd.c when sc or vt is included in the kernel, even ifKazutaka YOKOTA1999-12-131-0/+1
* Argh, fix a stupid typo. :-(Peter Wemm1999-12-121-1/+1
* Use a seperate -c and -h mode. The vnode_if.c file is compiled only intoPeter Wemm1999-12-121-4/+7
* Allow kernel accesses to a small region of the user stack which is usedDoug Rabson1999-12-111-4/+21
* Move source files common to all platforms from <arch>/conf/files.<arch>Archie Cobbs1999-12-091-15/+0
* Move libkern/arc4random.c into conf/files. I was planning on doing anDan Moschuk1999-12-091-1/+0
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theKenneth D. Merry1999-12-086-6/+0
* Make this compile again. (missing #include for RFPROC)Peter Wemm1999-12-061-0/+1
* User ldt sharing.Luoqi Chen1999-12-061-1/+5
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-042-10/+2
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-043-642/+724
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-0317-20/+38
* Set RB_VERBOSE into boothowto (provide proper layering from boot loaderMatt Jacob1999-12-031-1/+3
* A port of NetBSD's AlphaServer 1000 and 1000A support. Thanks to CristianAndrew Gallatin1999-12-016-2/+419
* dummy version of read_random() until the real random driver is ported.Dima Ruban1999-11-301-0/+9
* Add arc4random.c.Dima Ruban1999-11-301-0/+1
* Implement linux_sigaltstack.Marcel Moolenaar1999-11-302-1/+8
* Implement sigaltstack.Marcel Moolenaar1999-11-301-1/+2
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-291-0/+1
* inline spl functions.Andrew Gallatin1999-11-292-71/+62