| Commit message (Expand) | Author | Age | Files | Lines |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 5 | -13/+13 |
* | Use the updated getcredhostname() function. | robert | 2002-02-27 | 1 | -2/+1 |
* | Use the getcredhostname function to fill the hostname into | robert | 2002-02-27 | 1 | -1/+3 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -1/+2 |
* | fix file descriptor leak. | alfred | 2002-02-20 | 1 | -1/+2 |
* | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | bde | 2002-02-15 | 1 | -2/+0 |
* | Have SIOCGIFCONF return all (if any) AF_INET addresses for the | marcel | 2002-01-29 | 1 | -4/+22 |
* | Linux/alpha uses the same BSDish return mechanism we do for | gallatin | 2002-01-23 | 1 | -0/+4 |
* | Reinstate linux_ifname. Although the Linuxulator doesn't use it | marcel | 2002-01-15 | 1 | -0/+27 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 3 | -25/+22 |
* | Remove unused variable. | alfred | 2002-01-13 | 1 | -1/+0 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 3 | -111/+216 |
* | Further fixes related to the interface renaming. Now that we | marcel | 2002-01-10 | 1 | -52/+12 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -5/+5 |
* | When translating the interface name when "eth?" is given, do not | marcel | 2001-12-04 | 1 | -3/+9 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 3 | -40/+103 |
* | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | des | 2001-11-24 | 1 | -1/+1 |
* | Deal with a few issues that cropped up following the recent changes | iedowse | 2001-11-19 | 2 | -14/+70 |
* | Implement DVD-ROM ioctls. | marcel | 2001-11-18 | 2 | -27/+434 |
* | Implement missing SOUND_MIXER_WRITE_RECSRC ioctl. | marcel | 2001-11-18 | 2 | -0/+5 |
* | Fix missing holdsock()->fgetsock() | dillon | 2001-11-17 | 1 | -7/+5 |
* | Forward declare struct ifnet - this fixes a warning in tdfx_pci.c | peter | 2001-11-17 | 1 | -0/+1 |
* | Fix printf warnings (int/long) | peter | 2001-11-17 | 1 | -2/+4 |
* | Fix warning in debug printf. This is a long on alpha, and int on i386, | peter | 2001-11-17 | 1 | -1/+1 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -6/+6 |
* | Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make | mr | 2001-10-28 | 1 | -3/+52 |
* | Eliminate the prefix parameter to linux_emul_find(), which was always | des | 2001-10-27 | 2 | -7/+5 |
* | Force the length of the sockaddr to be correct for AF_INET and AF_INET6 | fenner | 2001-10-26 | 1 | -2/+23 |
* | 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 |
* | 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 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Whitespace fix. | jhb | 2001-09-12 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 14 | -581/+592 |
* | 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 |
* | 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 |