| Commit message (Expand) | Author | Age | Files | Lines |
* | Close another information leak in ktrace(2): one was able to find active | pjd | 2005-06-24 | 1 | -2/+16 |
* | Add missing unlock. | pjd | 2005-06-21 | 1 | -1/+3 |
* | Remove process information leak from inside a jail, when | pjd | 2005-06-09 | 1 | -0/+3 |
* | Make a SYSCTL_NODE static | phk | 2005-02-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Clean up and wash struct iovec and struct uio handling. | phk | 2004-07-10 | 1 | -2/+6 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Replace the ktrace queue's semaphore with a condition variable instead as | jhb | 2004-02-26 | 1 | -5/+5 |
* | Reduce gratuitous includes: don't include jail.h if it's not needed. | rwatson | 2004-01-21 | 1 | -1/+0 |
* | Bound the number of iterations a thread can perform inside | jkoshy | 2003-11-11 | 1 | -6/+8 |
* | Have utrace(2) return ENOMEM if malloc() fails. Document this error | jkoshy | 2003-11-11 | 1 | -1/+1 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -10/+10 |
* | The ktrace mutex does not need to be locked around the post of the ktrace | jhb | 2003-08-07 | 1 | -1/+1 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | - Add a td_pflags field to struct thread for private flags accessed only by | jhb | 2003-06-09 | 1 | -10/+10 |
* | - Push down Giant around vnode operations in ktrace(). | jhb | 2003-04-25 | 1 | -22/+39 |
* | Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flag | jhb | 2003-03-13 | 1 | -1/+6 |
* | - Cache a reference to the credential of the thread that starts a ktrace in | jhb | 2003-03-13 | 1 | -14/+35 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Plug memory leaks. | phk | 2002-09-30 | 1 | -4/+14 |
* | - Change utrace ktrace events to malloc the work buffer before getting a | jhb | 2002-09-11 | 1 | -9/+10 |
* | Remove support for synchronous ktrace requests now that none exist anymore. | jhb | 2002-09-11 | 1 | -33/+11 |
* | - Change ktrace genio events to only copy up to ktr_geniosize bytes of a | jhb | 2002-09-11 | 1 | -18/+18 |
* | - Add a kern.ktrace sysctl node. | jhb | 2002-09-11 | 1 | -2/+9 |
* | Change namei and syscall ktrace events to malloc work buffers before | jhb | 2002-09-11 | 1 | -7/+14 |
* | Pass active_cred and file_cred into the MAC framework explicitly | rwatson | 2002-08-19 | 1 | -1/+1 |
* | Break out mac_check_vnode_op() into three seperate checks: | rwatson | 2002-08-19 | 1 | -1/+1 |
* | If we fail to write to a vnode during a ktrace write, then we drop all | jhb | 2002-08-01 | 1 | -3/+5 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+7 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | alfred | 2002-06-29 | 1 | -2/+2 |
* | Overhaul the ktrace subsystem a bit. For the most part, the actual vnode | jhb | 2002-06-07 | 1 | -227/+446 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -4/+4 |
* | - Change the first argument of ktrcanset(), ktrsetchildren(), and ktrops() | jhb | 2002-04-13 | 1 | -32/+57 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -5/+5 |
* | Giant pushdown for read/write/pread/pwrite syscalls. | alfred | 2002-03-15 | 1 | -0/+3 |
* | Add a comment about an unlocked access to p_ucred that will go away in | jhb | 2002-02-27 | 1 | -0/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -7/+7 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -0/+8 |
* | Fix ktrace enablement/disablement races that can result in a vnode | dillon | 2001-10-24 | 1 | -9/+50 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -15/+18 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 1 | -0/+10 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -16/+6 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -8/+8 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |