summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Revive these files in their new location. These were repo copied frompeter2000-09-061-0/+437
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-061-19/+86
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-062-1/+5
* Add AS1200 (Tincup) to descriptionwilko2000-09-042-2/+2
* LINT -> NOTESwilko2000-09-042-6/+6
* Complain if we cannot find loader(8) metadata.peter2000-09-031-0/+2
* Find the module metadata before the console init rather than after.peter2000-09-031-2/+4
* A quick fix to get around a problem (described below) with cia basedgallatin2000-09-022-3/+5
* Introduce explicit break statements in the various chipsets'gallatin2000-08-316-0/+28
* fix a typo introduced by Doug's busspace changes that causes UP1000s togallatin2000-08-311-1/+1
* Remove a vestige of an older attempt at implementing this.dfr2000-08-291-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-2839-4080/+2604
* *fix* commented out DEVFSmjacob2000-08-272-2/+2
* add commented out DEVFSmjacob2000-08-272-0/+2
* Fix typo in license.marcel2000-08-251-1/+1
* Comment out the static wiring of hints for GENERIC - the release processpeter2000-08-242-2/+4
* Finish the Linuxulator MD/MI split.marcel2000-08-221-437/+0
* Update include directives for Linuxulator headers after themarcel2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-221-0/+634
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-7/+5
* Regen. (Fix SYS_exit)peter2000-07-293-5/+5
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesepeter2000-07-292-2/+2
* Move RAID controllers to the same position as in i386 GENERIC.obrien2000-07-292-8/+8
* Add the RAID controller that are known to work (or did on last test).obrien2000-07-292-0/+8
* Comment out `ncr' as `sym' handles all that `ncr' does.obrien2000-07-292-4/+4
* Regenerate with makesyscalls.shpeter2000-07-293-5/+5
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-292-2/+2
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-271-3/+2
* Revert implementation of setfsuid and setfsgid due to securitymarcel2000-07-201-0/+2
* Remove an OBE comment.obrien2000-07-181-2/+0
* KNF'ize.obrien2000-07-1814-419/+448
* oops- need reboot.h filemjacob2000-07-181-0/+1
* Add case that David missed about setting RB_SERIAL.mjacob2000-07-181-0/+1
* Set `boothowto' approapiately if our console is a serial one.obrien2000-07-1812-1/+26
* Implement pread and pwrite.marcel2000-07-171-2/+0
* Add prototypes for linux_pread and linux_pwrite.marcel2000-07-171-2/+4
* Implement setfsuid and setfsgid. Implementation derived from patchmarcel2000-07-161-2/+0
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)obrien2000-07-152-0/+2
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* magnetic tape supportgallatin2000-07-131-1/+40
* Handle (for now) trivial one level bridge case so we can get themjacob2000-07-131-0/+8
* Removing commented out devices I added.mjacob2000-07-102-10/+0
* Don't call printf with no format string.kris2000-07-101-1/+1
* Do the same thing for TurboLaser that was done for Rawhide- make roommjacob2000-07-102-47/+56
* Coordinate with change to mcpcia_pci.c- major primary busses on eachmjacob2000-07-101-28/+30
* Don't let the infrastructure assign the 'next' PCI bus for us.mjacob2000-07-101-1/+1
* Add in the commented out SCSI device entries ofmjacob2000-07-082-0/+10
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-4/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-3/+3
OpenPOWER on IntegriCloud