| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 9 | -23/+22 |
| * | Use the updated getcredhostname() function. | Robert Drehmel | 2002-02-27 | 2 | -5/+2 |
| * | - Use the new getcredhostname function in the SVR4 uname system call. | Robert Drehmel | 2002-02-27 | 1 | -2/+3 |
| * | Use the getcredhostname function to fill the hostname into | Robert Drehmel | 2002-02-27 | 1 | -1/+3 |
| * | remove "discards qualifier" erro by not potentially writing to | Julian Elischer | 2002-02-26 | 1 | -2/+5 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 3 | -3/+12 |
| * | 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 |
| * | Attempt to unmangle some code touched in the previous commit. | Peter Wemm | 2002-02-07 | 1 | -11/+8 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -11/+17 |
| * | include sys/lock.h and sys/mutex.h to make compile. | Alfred Perlstein | 2002-01-30 | 1 | -0/+2 |
| * | 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 |
| * | Lock the caller process if the pid passed to getsid() or getpgid() | Seigo Tanimura | 2002-01-19 | 1 | -4/+6 |
| * | For getsid(), return the sid stored in struct session. This prevents | Seigo Tanimura | 2002-01-19 | 1 | -1/+1 |
| * | Make compile, remove extra fdrop() calls. | Alfred Perlstein | 2002-01-19 | 1 | -3/+1 |
| * | make compile, add missing { and variable declaration. | Alfred Perlstein | 2002-01-19 | 1 | -2/+2 |
| * | Semi-backout previous fgetvp change, we need the struct file pointer | Alfred Perlstein | 2002-01-19 | 1 | -7/+11 |
| * | fix typo, there's uap, just fd | Alfred Perlstein | 2002-01-16 | 1 | -1/+1 |
| * | 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 | 7 | -58/+38 |
| * | Remove unused variable. | Alfred Perlstein | 2002-01-13 | 1 | -1/+0 |
| * | Some of the KSE stuff was accidentally reverted by file locking, | Alfred Perlstein | 2002-01-13 | 1 | -5/+5 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 8 | -165/+349 |
| * | Further fixes related to the interface renaming. Now that we | Marcel Moolenaar | 2002-01-10 | 1 | -52/+12 |
| * | Gut this header; since physio_proc_init is never called, the code never does | Mike Smith | 2002-01-08 | 1 | -34/+1 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -5/+5 |
| * | Pull in more stuff from procfs now that it's been pseudofsized. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -31/+3 |
| * | 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 | 4 | -43/+111 |
| * | 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 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -18/+12 |
| * | 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 |
| * | promote tv_sec in printf to make it type agnostic | Matthew Dillon | 2001-10-29 | 1 | -4/+4 |
| * | 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 |
| * | Reporting device drivers by traversing cdevsw[] is at best a hack | Poul-Henning Kamp | 2001-10-26 | 1 | -2/+6 |
| * | 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 |