| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Backed out the quick fixes for the transient breakage of <sys/mount.h> | bde | 2001-10-13 | 2 | -4/+4 |
* | roll out last change | mjacob | 2001-10-12 | 2 | -4/+0 |
* | Remove the hiding of some prototype declarations. | mjacob | 2001-10-11 | 1 | -4/+0 |
* | remove unused variable declaration | mjacob | 2001-10-11 | 1 | -1/+1 |
* | We use proc_rwmem (with the correct number of args) rather than procfs_domem | obrien | 2001-10-11 | 1 | -2/+2 |
* | Note that PROCFS is mandatory at this time- until we fix the | mjacob | 2001-10-11 | 2 | -0/+4 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 1 | -1/+0 |
* | Regen. | marcel | 2001-10-07 | 3 | -7/+4 |
* | Fix the NODEF entry for setpgid() so that it matches the NODEF | marcel | 2001-10-07 | 1 | -1/+1 |
* | Fix problem where a user buffer outside of the area being tested | mjacob | 2001-10-02 | 1 | -1/+1 |
* | Sigh, statclock_process() takes a KSE instead of a thread for its first | jhb | 2001-10-01 | 1 | -1/+1 |
* | Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc) | wilko | 2001-09-30 | 2 | -6/+6 |
* | o Remove the linux_setpgid() stub. | marcel | 2001-09-28 | 4 | -30/+8 |
* | Stop using linux_getpgid(). The implementation at this time is | marcel | 2001-09-28 | 1 | -2/+2 |
* | o securelevel_gt() patches came from pre-KSE alpha -- this revision | rwatson | 2001-09-26 | 2 | -4/+9 |
* | The faith(4) device is no longer a count device so don't specify a count. | brooks | 2001-09-25 | 2 | -2/+2 |
* | + Fix misplacement of `txp' | obrien | 2001-09-24 | 2 | -10/+10 |
* | Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td, | peter | 2001-09-23 | 1 | -1/+1 |
* | Fix statclock() on non-boot processors: curproc -> curthread. | jhb | 2001-09-21 | 1 | -1/+1 |
* | Export kernbase like on the i386. I dont think the alpha kernel is | peter | 2001-09-20 | 2 | -1/+5 |
* | Finish KSE-ification updates. | peter | 2001-09-20 | 2 | -20/+21 |
* | Regenerate. This seems to have been missed in the last commit. | peter | 2001-09-20 | 3 | -337/+349 |
* | Pass 1: update for KSE and NFS changes. Somehow this got missed. | peter | 2001-09-20 | 5 | -253/+268 |
* | Make this compile again. I would have sworn that I did this already in | peter | 2001-09-20 | 3 | -43/+43 |
* | Make alpha/genassym.c compile again. *oops* | peter | 2001-09-20 | 1 | -3/+3 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 4 | -4/+7 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 2 | -2/+2 |
* | Add a wrapper for linux_getsid -> getsid Syscall. | mr | 2001-09-15 | 1 | -1/+0 |
* | Implement LINUX_[SEM|IPC]_[STAT|INFO] | mr | 2001-09-15 | 1 | -0/+2 |
* | Fix off by one error introduced by the use of the ifnet_byindex() | marcel | 2001-09-14 | 1 | -1/+1 |
* | Whitespace fixes. | jhb | 2001-09-12 | 1 | -3/+3 |
* | Style(9) fixes. | jhb | 2001-09-12 | 1 | -2/+2 |
* | Restore style(9) fixes from commit prior to previous commit. | jhb | 2001-09-12 | 2 | -18/+18 |
* | KSE Milestone 2 | julian | 2001-09-12 | 34 | -698/+913 |
* | Fix a warning. Dont convert away from const to just re-add it in the | peter | 2001-09-10 | 1 | -16/+8 |
* | Implement support for MAXMEM option and hw.physmem environment variable | dfr | 2001-09-10 | 1 | -0/+55 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -27/+1 |
* | Fix some problems with the reference/modified tracking which I introduced | dfr | 2001-09-09 | 1 | -4/+51 |
* | Missing part of dillon's coredump commit. cpu_coredump() was still | peter | 2001-09-08 | 1 | -2/+1 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 7 | -576/+773 |
* | o Introduce private types for use in linux syscalls for two reasons: | marcel | 2001-09-08 | 1 | -190/+210 |
* | Wrap array accesses in macros, which also happen to be lvalues: | marcel | 2001-09-08 | 1 | -1/+1 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 2 | -7/+3 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 2 | -2/+2 |
* | Zap #if 0'ed map init code that got moved to the MI area. | peter | 2001-09-04 | 1 | -109/+0 |
* | Nuke #if 0'ed "setredzone()" stub. We never used it, and probably | peter | 2001-09-04 | 1 | -17/+0 |
* | Synchronize syscalls.master(s) with recent Giant pushdown work | dillon | 2001-09-01 | 2 | -20/+20 |
* | Same treatment as i386/isa/pmap.c - clean up some style to sync towards | peter | 2001-08-31 | 1 | -39/+34 |
* | Tidy up cpu_fork() a little. This is mainly for changes I've been | peter | 2001-08-31 | 1 | -39/+33 |