summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+5
* This file was never used and appears to be a leftover from the NetBSDdfr1999-09-201-45/+0
* Pull in the core bus drivers based on the machine type rather thanpeter1999-09-133-44/+39
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-121-1/+1
* Make the d_flags of mem devices D_DISK to signify that they are disk-likegreen1999-09-121-1/+1
* Make unused tape bmajors in past tense.phk1999-09-081-2/+2
* Make sa/bdev, gd/bdev and gd/cdev as past-tense.phk1999-09-081-3/+3
* Restore old sio driver for Bruce. We'll fix the bus problems in nsiopeter1999-09-081-0/+1
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-061-1/+0
* This commit adds driver support for PCI fast ethernet NICs based onwpaul1999-09-062-0/+2
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-052-2/+4
* Don't install stubs, make a compat symlink at buildworld time.peter1999-09-041-6/+0
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>dfr1999-09-041-0/+6
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-021-1/+0
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-2/+9
* Make multiuser boots the default instead of singlue user.dfr1999-08-311-1/+1
* 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
OpenPOWER on IntegriCloud