summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* This is a complete rewrite of vfs_conf.c, which changes the way the rootmsmith1999-11-011-47/+15
* Merge the alpha and x86 majors files together. There appear to bepeter1999-11-011-191/+0
* Update examples using 'disk' and 'tape' - they used to have magic meaningpeter1999-11-012-2/+2
* The useracc() calls in osigreturn() and sigreturn() should specifyalc1999-10-311-2/+2
* Don't lower the ipl when returning from handling an interrupt.gallatin1999-10-301-3/+0
* Allow the source root `S' to be overridden by defining it only whenmarcel1999-10-301-0/+2
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-304-7/+9
* useracc() the prequel:phk1999-10-2917-15/+6
* Convert the mx driver to miibus.wpaul1999-10-162-4/+4
* Use BWX instructions on EV6 as well as EV5.gallatin1999-10-151-2/+2
* Acutally our style is "options\x20\x09".obrien1999-10-152-56/+56
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-142-17/+6
* Like it or not, we use ^I's not 0x20 to align things in this file.obrien1999-10-142-6/+6
* Make the contents, layout, and comments match sys/i386/conf/GENERIC asobrien1999-10-142-134/+172
* 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
OpenPOWER on IntegriCloud