| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another fix that wasn't pulled in from the MAC branch: the | Robert Watson | 2002-08-12 | 1 | -1/+2 |
| * | Fix missing parens in MAC readdir() check. This fix was in the MAC | Robert Watson | 2002-08-12 | 1 | -1/+1 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -2/+3 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 4 | -2/+45 |
| * | Move the switch statement labels for the explicit 64-bit | Robert Drehmel | 2002-07-09 | 1 | -3/+3 |
| * | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 | Robert Drehmel | 2002-07-09 | 1 | -0/+3 |
| * | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | Andrew R. Reiter | 2002-06-26 | 1 | -11/+2 |
| * | Add a comment about how we should use vn_open() here instead of directly | Robert Watson | 2002-06-14 | 1 | -0/+4 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 8 | -8/+8 |
| * | In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message type | Marcel Moolenaar | 2002-05-18 | 1 | -1/+1 |
| * | sysctl -w -> sysctl | Dima Dorfman | 2002-05-11 | 1 | -2/+2 |
| * | Zap some stale unused headers, including one machine/psl.h (which is | Peter Wemm | 2002-05-01 | 1 | -6/+0 |
| * | Add an XXX: linux_uselib() should be using vn_open() rather than invoking | Robert Watson | 2002-04-20 | 1 | -0/+4 |
| * | Rework logic of syscalls that modify process credentials as described in | John Baldwin | 2002-04-13 | 2 | -25/+39 |
| * | Use td_ucred in a few spots. | John Baldwin | 2002-04-11 | 1 | -3/+3 |
| * | Moved signal handling and rescheduling from userret() to ast() so that | Bruce Evans | 2002-04-04 | 1 | -0/+3 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 2 | -2/+2 |
| * | Fixed some style bugs in the removal of __P(()). Tabs before "__P((" | Bruce Evans | 2002-03-24 | 1 | -6/+6 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 5 | -26/+25 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 5 | -13/+13 |
| * | Use the updated getcredhostname() function. | Robert Drehmel | 2002-02-27 | 1 | -2/+1 |
| * | Use the getcredhostname function to fill the hostname into | Robert Drehmel | 2002-02-27 | 1 | -1/+3 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -1/+2 |
| * | fix file descriptor leak. | Alfred Perlstein | 2002-02-20 | 1 | -1/+2 |
| * | Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM, | Bruce Evans | 2002-02-15 | 1 | -2/+0 |
| * | Have SIOCGIFCONF return all (if any) AF_INET addresses for the | Marcel Moolenaar | 2002-01-29 | 1 | -4/+22 |
| * | Linux/alpha uses the same BSDish return mechanism we do for | Andrew Gallatin | 2002-01-23 | 1 | -0/+4 |
| * | Reinstate linux_ifname. Although the Linuxulator doesn't use it | Marcel Moolenaar | 2002-01-15 | 1 | -0/+27 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 3 | -25/+22 |
| * | Remove unused variable. | Alfred Perlstein | 2002-01-13 | 1 | -1/+0 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 3 | -111/+216 |
| * | Further fixes related to the interface renaming. Now that we | Marcel Moolenaar | 2002-01-10 | 1 | -52/+12 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -5/+5 |
| * | When translating the interface name when "eth?" is given, do not | Marcel Moolenaar | 2001-12-04 | 1 | -3/+9 |
| * | o Introduce pr_mtx into struct prison, providing protection for the | Robert Watson | 2001-12-03 | 3 | -40/+103 |
| * | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | Dag-Erling Smørgrav | 2001-11-24 | 1 | -1/+1 |
| * | Deal with a few issues that cropped up following the recent changes | Ian Dowse | 2001-11-19 | 2 | -14/+70 |
| * | Implement DVD-ROM ioctls. | Marcel Moolenaar | 2001-11-18 | 2 | -27/+434 |
| * | Implement missing SOUND_MIXER_WRITE_RECSRC ioctl. | Marcel Moolenaar | 2001-11-18 | 2 | -0/+5 |
| * | Fix missing holdsock()->fgetsock() | Matthew Dillon | 2001-11-17 | 1 | -7/+5 |
| * | Forward declare struct ifnet - this fixes a warning in tdfx_pci.c | Peter Wemm | 2001-11-17 | 1 | -0/+1 |
| * | Fix printf warnings (int/long) | Peter Wemm | 2001-11-17 | 1 | -2/+4 |
| * | Fix warning in debug printf. This is a long on alpha, and int on i386, | Peter Wemm | 2001-11-17 | 1 | -1/+1 |
| * | o Replace reference to 'struct proc' with 'struct thread' in 'struct | Robert Watson | 2001-11-08 | 1 | -6/+6 |
| * | Introduce [IPC|SHM]_[INFO|STAT] to shmctl to make | Michael Reifenberger | 2001-10-28 | 1 | -3/+52 |
| * | Eliminate the prefix parameter to linux_emul_find(), which was always | Dag-Erling Smørgrav | 2001-10-27 | 2 | -7/+5 |
| * | Force the length of the sockaddr to be correct for AF_INET and AF_INET6 | Bill Fenner | 2001-10-26 | 1 | -2/+23 |
| * | 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 |