| Commit message (Expand) | Author | Age | Files | Lines |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -3/+3 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -3/+3 |
* | Add the superpage reservation system. This is "part 2 of 2" of the | alc | 2007-12-29 | 1 | -0/+7 |
* | Implement fetching of the __FreeBSD_version from the ELF ABI-tag note. | kib | 2007-12-04 | 1 | -0/+1 |
* | Make sure there is a good default thread name for all threads. | julian | 2007-11-14 | 1 | -0/+1 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+3 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -4/+4 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -1/+1 |
* | Fix a couple of issues with the stack limit for 32-bit processes on 64-bit | jhb | 2007-07-12 | 1 | -4/+9 |
* | Conditionally acquire Giant when dropping a reference on the ktrace vnode | jhb | 2007-06-13 | 1 | -1/+6 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Rework the support for ABIs to override resource limits (used by 32-bit | jhb | 2007-05-14 | 1 | -9/+0 |
* | Update a comment: we usually call exec_vmspace_new with Giant not held, | kris | 2007-03-25 | 1 | -1/+1 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -10/+10 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -8/+0 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+5 |
* | The page queues lock is no longer required by vm_page_busy() or | alc | 2006-10-22 | 1 | -3/+1 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+1 |
* | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | alc | 2006-10-22 | 1 | -1/+1 |
* | Audit the argv and env vectors passed in on exec: | wsalamon | 2006-09-01 | 1 | -0/+9 |
* | - Change process_exec function handlers prototype to include struct | netchild | 2006-08-15 | 1 | -1/+2 |
* | In execve(), audit the path name being executed. In the future, it | rwatson | 2006-05-28 | 1 | -2/+2 |
* | Temporarily unlock vnode for new image being executed to avoid lock order | tegge | 2006-05-05 | 1 | -0/+6 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | peter | 2006-04-03 | 1 | -2/+1 |
* | Fix exec_map resource leaks. | ups | 2006-03-08 | 1 | -10/+19 |
* | - Always call exec_free_args() in kern_execve() instead of doing it in all | jhb | 2006-02-06 | 1 | -22/+9 |
* | - textvp may have been from a different mountpoint than ndp->ni_vp and | jeff | 2006-02-02 | 1 | -1/+6 |
* | Remove unneeded calls to pmap_remove_all(). The given page is not mapped. | alc | 2005-12-11 | 1 | -1/+0 |
* | Register itimers_event_hook as a kernel event handler, so I don't | davidxu | 2005-12-09 | 1 | -4/+0 |
* | Reduce the scope of the page queues lock in exec_map_first_page(). The vm | alc | 2005-12-06 | 1 | -4/+2 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | davidxu | 2005-11-03 | 1 | -1/+1 |
* | Calling setrlimit from 32bit apps could potentially increase certain | ps | 2005-11-02 | 1 | -1/+1 |
* | Make p_itimers as a pointer, so file sys/proc.h does not need to include | davidxu | 2005-10-23 | 1 | -0/+1 |
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | davidxu | 2005-10-23 | 1 | -0/+3 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+1 |
* | Move execve's access time update functionality into a new | dds | 2005-10-12 | 1 | -12/+2 |
* | Add missing word to comment. | truckman | 2005-10-04 | 1 | -1/+1 |
* | If sufficiently bad things happen during a call to kern_execve(), it is | cperciva | 2005-10-03 | 1 | -0/+8 |
* | Copy new process argument list in do_execve() before grabbing PROC_LOCK | truckman | 2005-10-01 | 1 | -10/+10 |
* | MFP4: | jkoshy | 2005-06-30 | 1 | -2/+7 |
* | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | peter | 2005-06-24 | 1 | -0/+1 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -2/+3 |
* | This patch addresses a standards violation issue. The standards say a | kensmith | 2005-05-31 | 1 | -1/+13 |
* | - Initialize vfslocked correctly early enough for MAC to compile. | jeff | 2005-05-03 | 1 | -5/+4 |
* | - Use namei to acquire Giant for VFS if it is necessary. Drop the explicit | jeff | 2005-05-03 | 1 | -9/+7 |
* | - Return EACCES if we're trying to exec on a vp with no object. | jeff | 2005-05-01 | 1 | -0/+2 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 1 | -1/+1 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | jkoshy | 2005-04-19 | 1 | -0/+22 |
* | Welcome to the 21st century: increase MAXSHELLCMDLEN from 128 bytes to | sobomax | 2005-02-25 | 1 | -5/+9 |