| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add proc/mtab which simulates a Linux system's /etc/mtab. | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+72 |
| * | Tweak the way we determine if an interface needs to have its name translated. | Dag-Erling Smørgrav | 2001-10-20 | 2 | -22/+62 |
| * | Fix Alpha related brokenness. We used to have a MD linux_ioctl.h | Marcel Moolenaar | 2001-10-19 | 2 | -8/+209 |
| * | #if 0 out some code that depends on other uncommitted patches. | Dag-Erling Smørgrav | 2001-10-19 | 1 | -0/+2 |
| * | Adapt to pseudofs changes (dynamic initialization, not static). | Dag-Erling Smørgrav | 2001-10-19 | 1 | -65/+58 |
| * | Add support for the "device private" ioctls soon to be used by the an driver. | Dag-Erling Smørgrav | 2001-10-19 | 2 | -16/+76 |
| * | Whitespace fix. | Dag-Erling Smørgrav | 2001-10-19 | 1 | -1/+1 |
| * | Implement linux_chown and linux_lchown. The fchown syscall maps | Marcel Moolenaar | 2001-10-16 | 1 | -0/+42 |
| * | Try to make Linux socket ioctls work. Up until now they've only *pretended* | Dag-Erling Smørgrav | 2001-10-15 | 1 | -50/+281 |
| * | When casting from uid16/gid16 to uid/gid respectively, make sure | Marcel Moolenaar | 2001-10-14 | 1 | -14/+16 |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 3 | -3/+3 |
| * | Catch up with the visibility callback stuff, and give up trying to keep the | Dag-Erling Smørgrav | 2001-10-01 | 1 | -19/+37 |
| * | Specify readability and / or writeability for all nodes that need it. | Dag-Erling Smørgrav | 2001-09-30 | 1 | -18/+18 |
| * | Adapt to pseudofs version 2. Sorry about the breakage - I had this ready | Dag-Erling Smørgrav | 2001-09-29 | 1 | -20/+18 |
| * | Remove linux_getpgid(). We map the syscall natively now. | Marcel Moolenaar | 2001-09-28 | 1 | -21/+0 |
| * | Swap the src and dst arguments of the bcopy added in the | Marcel Moolenaar | 2001-09-28 | 1 | -1/+1 |
| * | The arg parameter is passed by value in Linux, but not in FreeBSD. | Marcel Moolenaar | 2001-09-26 | 1 | -5/+6 |
| * | Clean up my source tree to avoid getting hit too badly by the next KSE or | Dag-Erling Smørgrav | 2001-09-25 | 1 | -20/+37 |
| * | Fix abuse of vtagtype. In addition, after this the linux programs will be | Maxim Sobolev | 2001-09-19 | 1 | -31/+19 |
| * | Add a wrapper for linux_getsid -> getsid Syscall. | Michael Reifenberger | 2001-09-15 | 1 | -0/+8 |
| * | Implement LINUX_[SEM|IPC]_[STAT|INFO] | Michael Reifenberger | 2001-09-15 | 1 | -2/+58 |
| * | Fix off by one error introduced by the use of the ifnet_byindex() | Marcel Moolenaar | 2001-09-14 | 1 | -1/+1 |
| * | Fix typo. | Julian Elischer | 2001-09-13 | 1 | -1/+1 |
| * | Whitespace fix. | John Baldwin | 2001-09-12 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 38 | -1291/+1311 |
| * | This brings in a Yahoo coredump patch from Paul, with additional mods by | Matthew Dillon | 2001-09-08 | 1 | -4/+4 |
| * | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 11 | -1330/+1736 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 1 | -1/+1 |
| * | Synchronize syscalls.master(s) with recent Giant pushdown work | Matthew Dillon | 2001-09-01 | 1 | -8/+8 |
| * | Speculatively add this file. It's part of the Linuxulator update | Marcel Moolenaar | 2001-09-01 | 1 | -0/+285 |
| * | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | Andrew Gallatin | 2001-08-29 | 2 | -28/+466 |
| * | Added the linux_sysinfo function to implement sysinfo(2). | Jim Pirzyk | 2001-07-23 | 1 | -0/+76 |
| * | get rid of some printf and pointer type warnings | Assar Westerlund | 2001-07-22 | 7 | -15/+17 |
| * | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -1/+1 |
| * | Bah, back out part of previous commit. I got too carried away. | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
| * | Fix warnings: | Peter Wemm | 2001-06-15 | 1 | -5/+5 |
| * | Fix warning: | Peter Wemm | 2001-06-15 | 1 | -2/+2 |
| * | Fix warning: | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -34/+0 |
| * | Say one thing, do the other... nextpid -> lastpid | Dag-Erling Smørgrav | 2001-06-11 | 1 | -1/+1 |
| * | Implement proc/cpuinfo for the Alpha (thanks to gallatin). | Dag-Erling Smørgrav | 2001-06-11 | 1 | -10/+160 |
| * | Minor whitespace changes. | Dag-Erling Smørgrav | 2001-06-11 | 1 | -57/+57 |
| * | These aren't needed any more. | Dag-Erling Smørgrav | 2001-06-10 | 5 | -2163/+0 |
| * | New pseudofs-based linprocfs (repo-copied from linprocfs_misc.c). | Dag-Erling Smørgrav | 2001-06-10 | 1 | -210/+142 |
| * | S_IFCHR is not a bit mask, it's just a value in a field. The correct | Paul Richards | 2001-06-04 | 1 | -1/+1 |
| * | Remove vestiges of MFS. | Ruslan Ermilov | 2001-06-01 | 1 | -1/+1 |
| * | Remove MFS | Poul-Henning Kamp | 2001-05-29 | 1 | -2/+0 |
| * | - sys/n[tw]fs moved to sys/fs/n[tw]fs | Ruslan Ermilov | 2001-05-26 | 1 | -1/+1 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 6 | -34/+31 |