summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-292-472/+1
* Sort the easy part of this file. It should be all sorted.phk1999-08-291-43/+43
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-14/+14
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-281-0/+2
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)peter1999-08-284-4/+4
* $Id$ -> $FreeBSD$peter1999-08-28163-163/+163
* Fix the child's return path from fork so that fork will return 0gallatin1999-08-271-4/+4
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-49/+10
* what is a devuce?mjacob1999-08-252-4/+4
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-252-5/+43
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-86/+87
* Some very minor changes to the ISA dma code.dfr1999-08-251-3/+3
* Fix a small typo (missing comma) to make the alpha kernel build againgallatin1999-08-221-2/+2
* Catch an at_shutdown I didn't think of in the last batch.msmith1999-08-221-4/+5
* This commit adds device driver support for the Sundance Technologies ST201wpaul1999-08-212-2/+10
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadgallatin1999-08-201-1/+2
* Update for MI switch code, and trim a heap of unused (I believe) entries.peter1999-08-191-44/+1
* Use MI switch code for process selection. This gets run queues entirelypeter1999-08-192-148/+10
* Add definitions for Interlink VersaPad.yokota1999-08-171-1/+25
* Implement vfork() syscall.marcel1999-08-161-2/+2
* Major rewrite.marcel1999-08-151-239/+50
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-1/+6
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policymarcel1999-08-151-3/+4
* Give if_tun the "almost clone" makeover.phk1999-08-153-6/+6
* Extend the number of syscalls to include those present in Linux 2.2.10. Thesemarcel1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Bothmarcel1999-08-141-1/+15
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Thesemarcel1999-08-141-3/+9
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-14/+11
* Fix warnings. (Initializer of promcons did miss an element in the start.)dt1999-08-131-3/+1
* Implementation of the CDROMSUBCHNL ioctl.marcel1999-08-131-1/+4
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-2/+2
* Now that all chipsets support S/G DMA (which is required for ISA devices)gallatin1999-08-112-8/+6
* Enable S/G IO. Based on Doug's changes to cia.cgallatin1999-08-111-1/+65
* _pmap_allocpte:alc1999-08-111-6/+3
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-111-1/+15
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-111-5/+5
* Convert the VIA Rhine driver to newbus and set it up to be compiled aswpaul1999-08-102-2/+4
* - detect the number of pchips actually present; don't just assume 2gallatin1999-08-102-8/+91
* Support S/G DMA so that ISA devices (like the floppy disk) work.gallatin1999-08-101-1/+71
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-098-571/+8
* Make the pty driver as close to a cloning device as we can get for now,phk1999-08-083-6/+6
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. Thisjdp1999-08-051-3/+3
* pmap_object_init_pt:alc1999-07-311-2/+2
* Fix an unbelievably stupid typo that cases as500 & as600 machines bootedgallatin1999-07-291-1/+1
* On an AS 600 5/266 (and possibly others), accessing the configurationgallatin1999-07-291-3/+26
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-298-64/+51
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-282-11/+31
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-252-2/+4
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-5/+5
OpenPOWER on IntegriCloud