summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace fixes.jhb2001-09-121-3/+3
* Style(9) fixes.jhb2001-09-121-2/+2
* Restore style(9) fixes from commit prior to previous commit.jhb2001-09-122-18/+18
* KSE Milestone 2julian2001-09-1234-698/+913
* Fix a warning. Dont convert away from const to just re-add it in thepeter2001-09-101-16/+8
* Implement support for MAXMEM option and hw.physmem environment variabledfr2001-09-101-0/+55
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-27/+1
* Fix some problems with the reference/modified tracking which I introduceddfr2001-09-091-4/+51
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-2/+1
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-087-576/+773
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-190/+210
* Wrap array accesses in macros, which also happen to be lvalues:marcel2001-09-081-1/+1
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-062-7/+3
* style(9) the structure definitions.obrien2001-09-052-2/+2
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-109/+0
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-041-17/+0
OpenPOWER on IntegriCloud