summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* "Fix" a problem that got copied from alpha to ia64 and broke there.peter2001-11-021-1/+3
* o Permit osf1-emulated programs to modify uid/gid under jail byrwatson2001-11-011-2/+2
* Fix misspelling in comment.mjacob2001-10-311-1/+1
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-2/+2
* minor commenting based on syscall environmentdillon2001-10-261-0/+6
* Detach the prom console when platform.cons_init is called. This seemsmjacob2001-10-263-2/+15
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-261-2/+19
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-242-2/+2
* Remove call to cninit_finish().jlemon2001-10-241-2/+0
* 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
OpenPOWER on IntegriCloud