summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-012-20/+20
* Same treatment as i386/isa/pmap.c - clean up some style to sync towardspeter2001-08-311-39/+34
* Tidy up cpu_fork() a little. This is mainly for changes I've beenpeter2001-08-311-39/+33
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-8/+4
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* Correctly #ifdef COMPAT_43 around osendsig() prototype.peter2001-08-271-0/+2
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-1/+4
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Remove a reference to MAP_INHERIT.peter2001-08-251-1/+1
* Move most of the kernel submap initialization code, including thedillon2001-08-222-11/+6
* Strip out some #if's for old implementations of global data pointers.peter2001-08-211-4/+0
* Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif.jhb2001-08-211-0/+2
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+8
* Turn off SMP on Alpha for the time being. There are some memory orderingjhb2001-08-182-2/+2
* Grab Giant around trapsignal() at the bottom of trap().jhb2001-08-181-0/+2
OpenPOWER on IntegriCloud