| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove funky right justification. | Mike Barcroft | 2001-10-23 | 1 | -9/+9 |
| * | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 1 | -160/+0 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 2 | -4/+10 |
| * | {set,fill}_{,fp,db}regs() fixup: | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+14 |
| * | - splhigh()/splx() -> critical_enter()/critical_exit() | Andrew Gallatin | 2001-10-20 | 2 | -5/+5 |
| * | Remove wx. | Matt Jacob | 2001-10-20 | 2 | -2/+0 |
| * | apparently EV5 2x00s have their t2 CSRs where I'd expect to find | Andrew Gallatin | 2001-10-20 | 1 | -1/+4 |
| * | Try two on the preprocessing logic. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | Remove unneeded sys/mutex.h includes. | John Baldwin | 2001-10-19 | 8 | -8/+0 |
| * | Move sys/mutex.h include after sys/lock.h to ensure we use the proper | John Baldwin | 2001-10-19 | 1 | -1/+1 |
| * | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | David E. O'Brien | 2001-10-19 | 1 | -1/+1 |
| * | After removing the bogus differences, any real incompatibilities | Marcel Moolenaar | 2001-10-19 | 1 | -452/+0 |
| * | My attempts at minimizing the number of #def's got me in trouble. | David E. O'Brien | 2001-10-18 | 1 | -5/+5 |
| * | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | David E. O'Brien | 2001-10-18 | 1 | -1/+4 |
| * | Sync comments with i386. | David E. O'Brien | 2001-10-18 | 1 | -6/+6 |
| * | Small cleanups to the handling of Giant in trap(). | John Baldwin | 2001-10-17 | 1 | -8/+5 |
| * | Make SCSI changer and SES devices standard in generic kernels. | Matt Jacob | 2001-10-16 | 2 | -0/+4 |
| * | Implement linux_chown and linux_lchown. The fchown syscall maps | Marcel Moolenaar | 2001-10-16 | 1 | -2/+0 |
| * | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | Dag-Erling Smørgrav | 2001-10-15 | 1 | -1/+1 |
| * | Backed out the quick fixes for the transient breakage of <sys/mount.h> | Bruce Evans | 2001-10-13 | 2 | -4/+4 |
| * | roll out last change | Matt Jacob | 2001-10-12 | 2 | -4/+0 |
| * | Remove the hiding of some prototype declarations. | Matt Jacob | 2001-10-11 | 1 | -4/+0 |
| * | remove unused variable declaration | Matt Jacob | 2001-10-11 | 1 | -1/+1 |
| * | We use proc_rwmem (with the correct number of args) rather than procfs_domem | David E. O'Brien | 2001-10-11 | 1 | -2/+2 |
| * | Note that PROCFS is mandatory at this time- until we fix the | Matt Jacob | 2001-10-11 | 2 | -0/+4 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -1/+1 |
| * | Dissociate ptrace from procfs. | Dag-Erling Smørgrav | 2001-10-07 | 1 | -1/+0 |
| * | Regen. | Marcel Moolenaar | 2001-10-07 | 3 | -7/+4 |
| * | Fix the NODEF entry for setpgid() so that it matches the NODEF | Marcel Moolenaar | 2001-10-07 | 1 | -1/+1 |
| * | Fix problem where a user buffer outside of the area being tested | Matt Jacob | 2001-10-02 | 1 | -1/+1 |
| * | Sigh, statclock_process() takes a KSE instead of a thread for its first | John Baldwin | 2001-10-01 | 1 | -1/+1 |
| * | Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc) | Wilko Bulte | 2001-09-30 | 2 | -6/+6 |
| * | o Remove the linux_setpgid() stub. | Marcel Moolenaar | 2001-09-28 | 4 | -30/+8 |
| * | Stop using linux_getpgid(). The implementation at this time is | Marcel Moolenaar | 2001-09-28 | 1 | -2/+2 |
| * | o securelevel_gt() patches came from pre-KSE alpha -- this revision | Robert Watson | 2001-09-26 | 2 | -4/+9 |
| * | The faith(4) device is no longer a count device so don't specify a count. | Brooks Davis | 2001-09-25 | 2 | -2/+2 |
| * | + Fix misplacement of `txp' | David E. O'Brien | 2001-09-24 | 2 | -10/+10 |
| * | Overzealous search/replace: PROC_LOCK_ASSERT(p, not PROC_LOCK_ASSERT(td, | Peter Wemm | 2001-09-23 | 1 | -1/+1 |
| * | Fix statclock() on non-boot processors: curproc -> curthread. | John Baldwin | 2001-09-21 | 1 | -1/+1 |
| * | Export kernbase like on the i386. I dont think the alpha kernel is | Peter Wemm | 2001-09-20 | 2 | -1/+5 |
| * | Finish KSE-ification updates. | Peter Wemm | 2001-09-20 | 2 | -20/+21 |
| * | Regenerate. This seems to have been missed in the last commit. | Peter Wemm | 2001-09-20 | 3 | -281/+293 |
| * | Pass 1: update for KSE and NFS changes. Somehow this got missed. | Peter Wemm | 2001-09-20 | 5 | -253/+268 |
| * | Make this compile again. I would have sworn that I did this already in | Peter Wemm | 2001-09-20 | 3 | -43/+43 |
| * | Make alpha/genassym.c compile again. *oops* | Peter Wemm | 2001-09-20 | 1 | -3/+3 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 4 | -4/+7 |
| * | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | John Baldwin | 2001-09-18 | 2 | -2/+2 |
| * | Add a wrapper for linux_getsid -> getsid Syscall. | Michael Reifenberger | 2001-09-15 | 1 | -1/+0 |
| * | Implement LINUX_[SEM|IPC]_[STAT|INFO] | Michael Reifenberger | 2001-09-15 | 1 | -0/+2 |
| * | Fix off by one error introduced by the use of the ifnet_byindex() | Marcel Moolenaar | 2001-09-14 | 1 | -1/+1 |