summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Divide the Alpha's hz of 1024 by 8 to obain a stathz of 128. Thisgallatin1999-10-132-1/+8
* allow pci_ioctl to work with multi-hose alphas.gallatin1999-10-123-5/+27
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-14/+25
* Include opt_compat.h now the old signalling syscalls are of type COMPAT.marcel1999-10-121-0/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-112-43/+33
* Don't include <machine/frame.h>.dfr1999-10-081-2/+0
* Zap these defucnt files before anyone things about trying to merge them.peter1999-10-081-18/+0
* Re-synchronise the alpha major numbers list with the i386 list.msmith1999-10-071-1/+46
* Removal of sys/device.hn_hibma1999-10-0513-13/+6
* Attempt at cleaning up the (unused part of) support for TurboChannel ton_hibma1999-10-059-63/+60
* Re-introduction of sigcontext.marcel1999-10-044-23/+82
* Change from using a dv_xname in struct device to usingn_hibma1999-10-034-40/+48
* Implement the use of si_addr in siginfo_t.marcel1999-10-011-0/+1
* make sure a trivial apm.h is created, as some people have assumed thatmjacob1999-10-011-0/+5
* This fix allows cards inserted in one of the bottem-most slots on an xp1000gallatin1999-09-301-2/+2
* Add ahc driver. The adaptec driver works just dandy on my xp1000 usinggallatin1999-09-302-0/+2
* sigset_t change (part 4 of 5)marcel1999-09-294-97/+115
* sigset_t change (part 3 of 5)marcel1999-09-294-42/+292
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-282-44/+4
* Fix breakage caused by last commit. Also accommodate the new interfacessteve1999-09-281-4/+4
* bdbtofsb() appears to have been unused for quite some time, if ever.peter1999-09-261-8/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-253-15/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-252-30/+13
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-11/+0
* Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument.luoqi1999-09-222-3/+2
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotdillon1999-09-221-5/+0
* Change default block size for user VBLK device access from 2K to PAGE_SIZEdillon1999-09-221-1/+8
* 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
OpenPOWER on IntegriCloud