| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -5/+0 |
* | Introduce a boot environment variable (clock_compat_osf1) which can | gallatin | 2001-11-03 | 1 | -1/+26 |
* | Remove unneeded and #if 0'ed code to register in cdevsw[] | phk | 2001-11-03 | 1 | -13/+0 |
* | Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid free | dillon | 2001-11-03 | 1 | -1/+17 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 4 | -0/+470 |
* | Rather than just change the arguments to suser() change the function to | mike | 2001-11-02 | 1 | -1/+1 |
* | "Fix" a problem that got copied from alpha to ia64 and broke there. | peter | 2001-11-02 | 1 | -1/+3 |
* | o Permit osf1-emulated programs to modify uid/gid under jail by | rwatson | 2001-11-01 | 1 | -2/+2 |
* | Fix misspelling in comment. | mjacob | 2001-10-31 | 1 | -1/+1 |
* | Eliminate the prefix parameter to linux_emul_find(), which was always | des | 2001-10-27 | 1 | -2/+2 |
* | minor commenting based on syscall environment | dillon | 2001-10-26 | 1 | -0/+6 |
* | Detach the prom console when platform.cons_init is called. This seems | mjacob | 2001-10-26 | 3 | -2/+15 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -2/+19 |
* | cn_tab no longer exists, use cnadd() to add a console device. Note that | jlemon | 2001-10-24 | 2 | -2/+2 |
* | Remove call to cninit_finish(). | jlemon | 2001-10-24 | 1 | -2/+0 |
* | Remove funky right justification. | mike | 2001-10-23 | 1 | -9/+9 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 1 | -160/+0 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -4/+10 |
* | {set,fill}_{,fp,db}regs() fixup: | des | 2001-10-21 | 1 | -1/+14 |
* | - splhigh()/splx() -> critical_enter()/critical_exit() | gallatin | 2001-10-20 | 2 | -5/+5 |
* | Remove wx. | mjacob | 2001-10-20 | 2 | -2/+0 |
* | apparently EV5 2x00s have their t2 CSRs where I'd expect to find | gallatin | 2001-10-20 | 1 | -1/+4 |
* | Try two on the preprocessing logic. | obrien | 2001-10-19 | 1 | -1/+1 |
* | Remove unneeded sys/mutex.h includes. | jhb | 2001-10-19 | 8 | -8/+0 |
* | Move sys/mutex.h include after sys/lock.h to ensure we use the proper | jhb | 2001-10-19 | 1 | -1/+1 |
* | Blah, fix braino where ru had to remind me of proper preprocessor syntax. | obrien | 2001-10-19 | 1 | -1/+1 |
* | After removing the bogus differences, any real incompatibilities | marcel | 2001-10-19 | 1 | -452/+0 |
* | My attempts at minimizing the number of #def's got me in trouble. | obrien | 2001-10-18 | 1 | -5/+5 |
* | Add support for "__gnuc_va_list". Some overly "smart" libraries assume | obrien | 2001-10-18 | 1 | -1/+4 |
* | Sync comments with i386. | obrien | 2001-10-18 | 1 | -6/+6 |
* | Small cleanups to the handling of Giant in trap(). | jhb | 2001-10-17 | 1 | -8/+5 |
* | Make SCSI changer and SES devices standard in generic kernels. | mjacob | 2001-10-16 | 2 | -0/+4 |
* | Implement linux_chown and linux_lchown. The fchown syscall maps | marcel | 2001-10-16 | 1 | -2/+0 |
* | In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux | des | 2001-10-15 | 1 | -1/+1 |
* | 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 |