aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Remove the hiding of some prototype declarations.Matt Jacob2001-10-111-4/+0
* remove unused variable declarationMatt Jacob2001-10-111-1/+1
* We use proc_rwmem (with the correct number of args) rather than procfs_domemDavid E. O'Brien2001-10-111-2/+2
* Note that PROCFS is mandatory at this time- until we fix theMatt Jacob2001-10-112-0/+4
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* Dissociate ptrace from procfs.Dag-Erling Smørgrav2001-10-071-1/+0
* Regen.Marcel Moolenaar2001-10-073-7/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFMarcel Moolenaar2001-10-071-1/+1
* Fix problem where a user buffer outside of the area being testedMatt Jacob2001-10-021-1/+1
* Sigh, statclock_process() takes a KSE instead of a thread for its firstJohn Baldwin2001-10-011-1/+1
* Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc)Wilko Bulte2001-09-302-6/+6
* o Remove the linux_setpgid() stub.Marcel Moolenaar2001-09-284-30/+8
* Stop using linux_getpgid(). The implementation at this time isMarcel Moolenaar2001-09-281-2/+2
* o securelevel_gt() patches came from pre-KSE alpha -- this revisionRobert Watson2001-09-262-4/+9
* The faith(4) device is no longer a count device so don't specify a count.Brooks Davis2001-09-252-2/+2
* + Fix misplacement of `txp'David E. O'Brien2001-09-242-10/+10
* Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td,Peter Wemm2001-09-231-1/+1
* Fix statclock() on non-boot processors: curproc -> curthread.John Baldwin2001-09-211-1/+1
* Export kernbase like on the i386. I dont think the alpha kernel isPeter Wemm2001-09-202-1/+5
* Finish KSE-ification updates.Peter Wemm2001-09-202-20/+21
* Regenerate. This seems to have been missed in the last commit.Peter Wemm2001-09-203-337/+349
* Pass 1: update for KSE and NFS changes. Somehow this got missed.Peter Wemm2001-09-205-253/+268
* Make this compile again. I would have sworn that I did this already inPeter Wemm2001-09-203-43/+43
* Make alpha/genassym.c compile again. *oops*Peter Wemm2001-09-201-3/+3
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-184-4/+7
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-182-2/+2
* Add a wrapper for linux_getsid -> getsid Syscall.Michael Reifenberger2001-09-151-1/+0
* Implement LINUX_[SEM|IPC]_[STAT|INFO]Michael Reifenberger2001-09-151-0/+2
* Fix off by one error introduced by the use of the ifnet_byindex()Marcel Moolenaar2001-09-141-1/+1
* Whitespace fixes.John Baldwin2001-09-121-3/+3
* Style(9) fixes.John Baldwin2001-09-121-2/+2
* Restore style(9) fixes from commit prior to previous commit.John Baldwin2001-09-122-18/+18
* KSE Milestone 2Julian Elischer2001-09-1234-698/+913
* Fix a warning. Dont convert away from const to just re-add it in thePeter Wemm2001-09-101-16/+8
* Implement support for MAXMEM option and hw.physmem environment variableDoug Rabson2001-09-101-0/+55
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movePeter Wemm2001-09-101-27/+1
* Fix some problems with the reference/modified tracking which I introducedDoug Rabson2001-09-091-4/+51
* Missing part of dillon's coredump commit. cpu_coredump() was stillPeter Wemm2001-09-081-2/+1
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-087-576/+773
* o Introduce private types for use in linux syscalls for two reasons:Marcel Moolenaar2001-09-081-190/+210
* Wrap array accesses in macros, which also happen to be lvalues:Marcel Moolenaar2001-09-081-1/+1
* Call sendsig() with the proc lock held and return with it held.John Baldwin2001-09-062-7/+3
* style(9) the structure definitions.David E. O'Brien2001-09-052-2/+2
* Zap #if 0'ed map init code that got moved to the MI area.Peter Wemm2001-09-041-109/+0
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablyPeter Wemm2001-09-041-17/+0
* Synchronize syscalls.master(s) with recent Giant pushdown workMatthew Dillon2001-09-012-20/+20
* Same treatment as i386/isa/pmap.c - clean up some style to sync towardsPeter Wemm2001-08-311-39/+34
* Tidy up cpu_fork() a little. This is mainly for changes I've beenPeter Wemm2001-08-311-39/+33
* Remove the MPSAFE keyword from the parser for syscalls.master.Matthew Dillon2001-08-301-8/+4
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-302-12/+16