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