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