summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Remove funky right justification.mike2001-10-231-9/+9
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-160/+0
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-4/+10
* {set,fill}_{,fp,db}regs() fixup:des2001-10-211-1/+14
* - splhigh()/splx() -> critical_enter()/critical_exit()gallatin2001-10-202-5/+5
* Remove wx.mjacob2001-10-202-2/+0
* apparently EV5 2x00s have their t2 CSRs where I'd expect to findgallatin2001-10-201-1/+4
* Try two on the preprocessing logic.obrien2001-10-191-1/+1
* Remove unneeded sys/mutex.h includes.jhb2001-10-198-8/+0
* Move sys/mutex.h include after sys/lock.h to ensure we use the properjhb2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* After removing the bogus differences, any real incompatibilitiesmarcel2001-10-191-452/+0
* My attempts at minimizing the number of #def's got me in trouble.obrien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-1/+4
* Sync comments with i386.obrien2001-10-181-6/+6
* Small cleanups to the handling of Giant in trap().jhb2001-10-171-8/+5
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-162-0/+4
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-161-2/+0
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linuxdes2001-10-151-1/+1
* Backed out the quick fixes for the transient breakage of <sys/mount.h>bde2001-10-132-4/+4
* roll out last changemjacob2001-10-122-4/+0
* Remove the hiding of some prototype declarations.mjacob2001-10-111-4/+0
* remove unused variable declarationmjacob2001-10-111-1/+1
* We use proc_rwmem (with the correct number of args) rather than procfs_domemobrien2001-10-111-2/+2
* Note that PROCFS is mandatory at this time- until we fix themjacob2001-10-112-0/+4
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Dissociate ptrace from procfs.des2001-10-071-1/+0
* Regen.marcel2001-10-073-7/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFmarcel2001-10-071-1/+1
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-021-1/+1
* Sigh, statclock_process() takes a KSE instead of a thread for its firstjhb2001-10-011-1/+1
* Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc)wilko2001-09-302-6/+6
* o Remove the linux_setpgid() stub.marcel2001-09-284-30/+8
* Stop using linux_getpgid(). The implementation at this time ismarcel2001-09-281-2/+2
* o securelevel_gt() patches came from pre-KSE alpha -- this revisionrwatson2001-09-262-4/+9
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-252-2/+2
* + Fix misplacement of `txp'obrien2001-09-242-10/+10
* Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,peter2001-09-231-1/+1
* Fix statclock() on non-boot processors: curproc -> curthread.jhb2001-09-211-1/+1
* Export kernbase like on the i386. I dont think the alpha kernel ispeter2001-09-202-1/+5
* Finish KSE-ification updates.peter2001-09-202-20/+21
* Regenerate. This seems to have been missed in the last commit.peter2001-09-203-337/+349
* Pass 1: update for KSE and NFS changes. Somehow this got missed.peter2001-09-205-253/+268
* Make this compile again. I would have sworn that I did this already inpeter2001-09-203-43/+43
* Make alpha/genassym.c compile again. *oops*peter2001-09-201-3/+3
* Cleanup and split of nfs client and server code.peter2001-09-184-4/+7
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-2/+2
* Add a wrapper for linux_getsid -> getsid Syscall.mr2001-09-151-1/+0
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-0/+2
* Fix off by one error introduced by the use of the ifnet_byindex()marcel2001-09-141-1/+1
OpenPOWER on IntegriCloud