| Commit message (Expand) | Author | Age | Files | Lines |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -14/+19 |
* | Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently. | alc | 2004-01-02 | 1 | -2/+3 |
* | Pull latest changes from OpenBSD: | sobomax | 2003-11-16 | 1 | -3/+13 |
* | Reject negative ngrp arguments in linux_setgroups() and linux_setgroups16(); | tjr | 2003-10-21 | 1 | -1/+1 |
* | Restored a non-egregious cast so that this file compiles on i386's | bde | 2003-09-07 | 1 | -1/+1 |
* | Try to make 'uname -a' look more like it does on Linux: | des | 2003-07-29 | 1 | -0/+30 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |
* | Add a new function swap_pager_status() which reports the total size of the | phk | 2003-07-18 | 1 | -8/+4 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Use local struct proc variables to reduce repeated td->td_proc dereferences | jhb | 2003-04-17 | 1 | -10/+14 |
* | Explicitly cast a l_ulong to an unsigned long to make all arch's happy | jhb | 2003-04-16 | 1 | -1/+1 |
* | Fix printf format in a debug printf. | jhb | 2003-04-16 | 1 | -1/+1 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | jhb | 2003-03-13 | 1 | -2/+2 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 1 | -7/+7 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 1 | -24/+19 |
* | Use the proc lock to protect p_realtimer instead of Giant, and obtain | tjr | 2003-02-17 | 1 | -3/+2 |
* | Obtain proc lock around modification of p_siglist in linux_wait4(). | tjr | 2003-02-14 | 1 | -0/+2 |
* | - Use strlcpy() rather than strncpy() to copy NUL terminated | robert | 2002-10-17 | 1 | -6/+6 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -2/+1 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -1/+2 |
* | - Hold the vn lock over vm_mmap(). | jeff | 2002-09-25 | 1 | -4/+4 |
* | Pass flags to msync() accounting for differences in the definition of | mdodd | 2002-09-19 | 1 | -1/+5 |
* | Do not cast from a pointer to an integer of a possibly different size. | bde | 2002-09-05 | 1 | -1/+1 |
* | Include <sys/malloc.h> instead of depending on namespace pollution 2 | bde | 2002-09-05 | 1 | -5/+4 |
* | Use the new kern_* functions to avoid the need to store arguments | iedowse | 2002-09-01 | 1 | -90/+57 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+8 |
* | Add a comment about how we should use vn_open() here instead of directly | rwatson | 2002-06-14 | 1 | -0/+4 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Zap some stale unused headers, including one machine/psl.h (which is | peter | 2002-05-01 | 1 | -6/+0 |
* | Add an XXX: linux_uselib() should be using vn_open() rather than invoking | rwatson | 2002-04-20 | 1 | -0/+4 |
* | Rework logic of syscalls that modify process credentials as described in | jhb | 2002-04-13 | 1 | -13/+19 |
* | Use td_ucred in a few spots. | jhb | 2002-04-11 | 1 | -3/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -1/+0 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | 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 |
* | Linux/alpha uses the same BSDish return mechanism we do for | gallatin | 2002-01-23 | 1 | -0/+4 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -3/+4 |
* | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | des | 2001-11-24 | 1 | -1/+1 |
* | 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 |
* | Add a wrapper for linux_getsid -> getsid Syscall. | mr | 2001-09-15 | 1 | -0/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -106/+110 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 1 | -652/+657 |
* | Added the linux_sysinfo function to implement sysinfo(2). | pirzyk | 2001-07-23 | 1 | -0/+76 |
* | Fix warning: | peter | 2001-06-15 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -11/+13 |