aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in license.Marcel Moolenaar2000-08-251-1/+1
* Comment out the static wiring of hints for GENERIC - the release processPeter Wemm2000-08-242-2/+4
* Finish the Linuxulator MD/MI split.Marcel Moolenaar2000-08-221-437/+0
* Update include directives for Linuxulator headers after theMarcel Moolenaar2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thisMarcel Moolenaar2000-08-221-0/+634
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-7/+5
* Regen. (Fix SYS_exit)Peter Wemm2000-07-293-5/+5
* Sigh. Fix SYS_exit problems. I misunderstood the significance of thesePeter Wemm2000-07-292-2/+2
* Move RAID controllers to the same position as in i386 GENERIC.David E. O'Brien2000-07-292-8/+8
* Add the RAID controller that are known to work (or did on last test).David E. O'Brien2000-07-292-0/+8
* Comment out `ncr' as `sym' handles all that `ncr' does.David E. O'Brien2000-07-292-4/+4
* Regenerate with makesyscalls.shPeter Wemm2000-07-293-5/+5
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingPeter Wemm2000-07-292-2/+2
* Remove the only use of SCARG and perform dead code elimination.Marcel Moolenaar2000-07-271-3/+2
* Revert implementation of setfsuid and setfsgid due to securityMarcel Moolenaar2000-07-201-0/+2
* Remove an OBE comment.David E. O'Brien2000-07-181-2/+0
* KNF'ize.David E. O'Brien2000-07-1814-419/+448
* oops- need reboot.h fileMatt Jacob2000-07-181-0/+1
* Add case that David missed about setting RB_SERIAL.Matt Jacob2000-07-181-0/+1
* Set `boothowto' approapiately if our console is a serial one.David E. O'Brien2000-07-1812-1/+26
* Implement pread and pwrite.Marcel Moolenaar2000-07-171-2/+0
* Add prototypes for linux_pread and linux_pwrite.Marcel Moolenaar2000-07-171-2/+4
* Implement setfsuid and setfsgid. Implementation derived from patchMarcel Moolenaar2000-07-161-2/+0
* Add SOFTUPDATES to GENERIC (BOOTMFS has this filtered out)David E. O'Brien2000-07-152-0/+2
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-4/+1
* magnetic tape supportAndrew Gallatin2000-07-131-1/+40
* Handle (for now) trivial one level bridge case so we can get theMatt Jacob2000-07-131-0/+8
* Removing commented out devices I added.Matt Jacob2000-07-102-10/+0
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Do the same thing for TurboLaser that was done for Rawhide- make roomMatt Jacob2000-07-102-47/+56
* Coordinate with change to mcpcia_pci.c- major primary busses on eachMatt Jacob2000-07-101-28/+30
* Don't let the infrastructure assign the 'next' PCI bus for us.Matt Jacob2000-07-101-1/+1
* Add in the commented out SCSI device entries ofMatt Jacob2000-07-082-0/+10
* Support for unsigned integer and long sysctl variables. Update theJohn Baldwin2000-07-051-4/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-3/+3
* remove breakage that snuck in with my last commitAndrew Gallatin2000-06-291-1/+0
* Report the line number where gethints.pl does not understand somethingPeter Wemm2000-06-261-1/+2
* Get the memory range stuff properly declared.Mark Murray2000-06-251-0/+1
* Replace variable removed by overly sharp South African panga.Mark Murray2000-06-251-0/+2
* Sort out headers and silence warnings.Mark Murray2000-06-251-4/+5
* - print out the correct cputype & string for unconfigured API systemsAndrew Gallatin2000-06-251-2/+14
* Remove offensive language.Doug Rabson2000-06-251-1/+1
* Fix typo in comment.Doug Rabson2000-06-251-1/+1
* Get the build bits right for the new Architecture Independant null- andMark Murray2000-06-252-0/+2
* Strip out the machine-independant parts of the memory device.Mark Murray2000-06-252-243/+50
* Fix the breakage that occurred when somebody didn't do a completeMatt Jacob2000-06-231-2/+2
* Add UP1000 to GENERICAndrew Gallatin2000-06-192-0/+2
* unbreak kernels without UP1000 supportAndrew Gallatin2000-06-191-1/+1
* Add support for the Alpha Processor, Inc. UP1000 system.Andrew Gallatin2000-06-199-5/+761