| Commit message (Expand) | Author | Age | Files | Lines |
* | Map FreeBSD character device hard disks to Linux block device hard disks. | paul | 2000-12-29 | 1 | -0/+14 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -8/+16 |
* | Add PECOFF (WIN32 Execution file format) support. | takawata | 2000-12-20 | 2 | -0/+783 |
* | translate the flags in recvfrom and recvmsg from linux to bsd ones | assar | 2000-12-19 | 2 | -2/+121 |
* | Lock access to proc members. | jhb | 2000-12-15 | 4 | -18/+51 |
* | Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week) | des | 2000-12-13 | 2 | -216/+260 |
* | Add dependency on linux, which is needed for proc/version. | des | 2000-12-13 | 1 | -0/+1 |
* | Lock the allproc list. | jake | 2000-12-13 | 1 | -1/+4 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -3/+8 |
* | Point #includes at compat/linprocfs instead of i386/linux/linprocfs. | des | 2000-12-12 | 5 | -5/+5 |
* | Add proc/<pid>/cmdline. | des | 2000-12-09 | 3 | -1/+9 |
* | Add a dependency on procfs. | des | 2000-12-09 | 1 | -0/+1 |
* | A bunch of fixes that have been rotting in my tree for a month or two | des | 2000-12-09 | 2 | -142/+182 |
* | Remove call to bzero after MALLOC and instead add M_ZERO | marcel | 2000-12-05 | 1 | -2/+1 |
* | Include machine/cpu.h for cpu_getstack(). | marcel | 2000-12-03 | 1 | -0/+2 |
* | Don't auto-generate the syscalls. | marcel | 2000-12-03 | 7 | -28/+0 |
* | Protect access to p_stat with sched_lock. | jhb | 2000-12-01 | 2 | -0/+4 |
* | Don't use p->p_sigstk.ss_flags to keep state of whether the | marcel | 2000-11-30 | 1 | -1/+1 |
* | Use callout_reset instead of timeout(9). Most callouts are statically | jake | 2000-11-27 | 1 | -2/+2 |
* | Add bogomips to cpuinfo (set it equal to the CPU frequency, which is bogus | des | 2000-11-27 | 2 | -14/+20 |
* | Forgot to patch this file in file descriptor race fix commit | dillon | 2000-11-23 | 1 | -7/+17 |
* | Use the linux_connect() on alpha rather than passing directly through | gallatin | 2000-11-16 | 1 | -1/+9 |
* | Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIO | marcel | 2000-11-13 | 1 | -5/+19 |
* | Revert auto-generation. The Alpha port is broken. | marcel | 2000-11-10 | 7 | -0/+28 |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 2 | -1/+5 |
* | Sync with Alpha: | marcel | 2000-11-09 | 7 | -28/+0 |
* | Check that p->p_pptr is not NULL - kernel processes have no parents! | des | 2000-11-06 | 2 | -4/+4 |
* | Fix getdents syscall. | marcel | 2000-11-05 | 1 | -1/+4 |
* | zap a stray include that snuck in with rev 1.56 | gallatin | 2000-11-02 | 1 | -1/+0 |
* | fix a comment that was inadvertantly changed by a cvs merge | gallatin | 2000-11-02 | 1 | -1/+1 |
* | Fix linux_ustat syscall. We only have cdevs now, so looking | marcel | 2000-11-02 | 1 | -2/+2 |
* | Support for the linux ipc syscalls on the alpha, where each one has | gallatin | 2000-11-01 | 2 | -27/+44 |
* | fix linux_termio and linux_termios structs on alpha. alpha differences | gallatin | 2000-11-01 | 1 | -7/+7 |
* | The MI/MD split wasn't perfect and the MI files need hacks for the | obrien | 2000-11-01 | 10 | -26/+156 |
* | Make the target a little bit more generic. | obrien | 2000-11-01 | 1 | -1/+3 |
* | Bring cpuinfo closer to what it looks like in Linux 2.2. | des | 2000-10-25 | 2 | -22/+94 |
* | Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostly | des | 2000-10-25 | 5 | -10/+365 |
* | Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98 | non | 2000-10-23 | 1 | -0/+89 |
* | A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn | gallatin | 2000-10-17 | 1 | -1/+1 |
* | Mark directories as directories, not as regular files. | des | 2000-10-10 | 1 | -1/+1 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -2/+2 |
* | Fix cut'n'paste bogon. | des | 2000-09-18 | 1 | -1/+1 |
* | Remove unused variables. | des | 2000-09-09 | 2 | -2/+0 |
* | Add stat, uptime and version. | des | 2000-09-09 | 5 | -41/+248 |
* | Pierre Beyssac originally derived linprocfs from procfs, and I've made (and | des | 2000-09-07 | 6 | -0/+12 |
* | Remove obsolete comment (see rev 1.84 of procfs_vnops.c) | des | 2000-09-04 | 1 | -8/+0 |
* | o Synchronize linprocfs authorization with procfs authorization improvements | rwatson | 2000-09-01 | 1 | -38/+29 |
* | Cleanup after repo copy of sys/svr4 to sys/compat/svr4. | obrien | 2000-08-31 | 23 | -120/+120 |
* | o Update linprocfs to include similar changes as those in procfs, fixing | rwatson | 2000-08-30 | 1 | -8/+9 |
* | Whitespace change: (near) KNF | marcel | 2000-08-26 | 1 | -649/+679 |