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