aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-2/+9
* Make multiuser boots the default instead of singlue user.Doug Rabson1999-08-311-1/+1
* Merge alpha and pc98 changes into i386 MBR handling code and replace allPoul-Henning Kamp1999-08-292-472/+1
* Sort the easy part of this file. It should be all sorted.Poul-Henning Kamp1999-08-291-43/+43
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-14/+14
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughMarcel Moolenaar1999-08-281-0/+2
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)Peter Wemm1999-08-284-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28163-163/+163
* Fix the child's return path from fork so that fork will return 0Andrew Gallatin1999-08-271-4/+4
* Add PHK's make_dev() into more places where DEVFS used to beJulian Elischer1999-08-271-49/+10
* what is a devuce?Matt Jacob1999-08-252-4/+4
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedMarcel Moolenaar1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-252-5/+43
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-86/+87
* Some very minor changes to the ISA dma code.Doug Rabson1999-08-251-3/+3
* Fix a small typo (missing comma) to make the alpha kernel build againAndrew Gallatin1999-08-221-2/+2
* Catch an at_shutdown I didn't think of in the last batch.Mike Smith1999-08-221-4/+5
* This commit adds device driver support for the Sundance Technologies ST201Bill Paul1999-08-212-2/+10
* Fix a nasty kld bug where modules with objects of type GLOB_DAT which hadAndrew Gallatin1999-08-201-1/+2
* Update for MI switch code, and trim a heap of unused (I believe) entries.Peter Wemm1999-08-191-44/+1
* Use MI switch code for process selection. This gets run queues entirelyPeter Wemm1999-08-192-148/+10
* Add definitions for Interlink VersaPad.Kazutaka YOKOTA1999-08-171-1/+25
* Implement vfork() syscall.Marcel Moolenaar1999-08-161-2/+2
* Major rewrite.Marcel Moolenaar1999-08-151-239/+50
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-1/+6
* Provide wrappers for sched_{s|g}etscheduler. We need to convert the policyMarcel Moolenaar1999-08-151-3/+4
* Give if_tun the "almost clone" makeover.Poul-Henning Kamp1999-08-153-6/+6
* Extend the number of syscalls to include those present in Linux 2.2.10. TheseMarcel Moolenaar1999-08-141-1/+9
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. BothMarcel Moolenaar1999-08-141-1/+15
* Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. TheseMarcel Moolenaar1999-08-141-3/+9
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-14/+11
* Fix warnings. (Initializer of promcons did miss an element in the start.)Dmitrij Tejblum1999-08-131-3/+1
* Implementation of the CDROMSUBCHNL ioctl.Marcel Moolenaar1999-08-131-1/+4
* Use a wrapper for the link syscall that does name translations.Marcel Moolenaar1999-08-121-2/+2
* Now that all chipsets support S/G DMA (which is required for ISA devices)Andrew Gallatin1999-08-112-8/+6
* Enable S/G IO. Based on Doug's changes to cia.cAndrew Gallatin1999-08-111-1/+65
* _pmap_allocpte:Alan Cox1999-08-111-6/+3
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.Marcel Moolenaar1999-08-111-1/+15
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notMarcel Moolenaar1999-08-111-5/+5
* Convert the VIA Rhine driver to newbus and set it up to be compiled asBill Paul1999-08-102-2/+4
* - detect the number of pchips actually present; don't just assume 2Andrew Gallatin1999-08-102-8/+91
* Support S/G DMA so that ISA devices (like the floppy disk) work.Andrew Gallatin1999-08-101-1/+71
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-098-571/+8
* Make the pty driver as close to a cloning device as we can get for now,Poul-Henning Kamp1999-08-083-6/+6
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. ThisJohn Polstra1999-08-051-3/+3
* pmap_object_init_pt:Alan Cox1999-07-311-2/+2
* Fix an unbelievably stupid typo that cases as500 & as600 machines bootedAndrew Gallatin1999-07-291-1/+1
* On an AS 600 5/266 (and possibly others), accessing the configurationAndrew Gallatin1999-07-291-3/+26
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-298-64/+51
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-282-11/+31