]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Introduce support for Mandatory Access Control and extensible
[FreeBSD/FreeBSD.git] / sys / kern /
2002-07-31 desHave the kern.file sysctl export xfiles rather than...
2002-07-31 desNit in previous commit: the correct sysctl type is...
2002-07-31 desInitialize v_cachedid to -1 in getnewvnode().
2002-07-31 desIntroduce struct xvnode, which will be used instead...
2002-07-31 alc o Lock page accesses by vm_page_io_start() with the...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonNote that the privilege indicating flag to vaccess...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonRegen.
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 julianDon't need to hold schedlock specifically for stop...
2002-07-30 bmilekicMake reference counting for mbuf clusters [only] work...
2002-07-30 alc o Replace vm_page_sleep_busy() with vm_page_sleep_if_b...
2002-07-30 julianRemove code that removes thread from sleep queue before
2002-07-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-30 alc o In do_sendfile(), replace vm_page_sleep_busy() by...
2002-07-30 rwatsonWhen referencing nd_cnp after namei(), always pass...
2002-07-30 rwatsonMake M_COPY_PKTHDR() macro into a wrapper for a m_copy_...
2002-07-30 rwatsonRegen.
2002-07-30 rwatsonIntroduce a mac_policy() system call that will provide...
2002-07-30 nectarFor processes which are set-user-ID or set-group-ID...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 tanimuraIn endtsleep() and cv_timedwait_end(), a thread marked...
2002-07-30 jeff - Acknowledge recursive vnode locks in the vop_unlock...
2002-07-30 tanimura- Optimize wakeup() and its friends; if a thread waken...
2002-07-30 silbyUpdate docs to reflect change in count of procs reserve...
2002-07-30 rwatsonRebuild of files generated from syscalls.master.
2002-07-30 rwatsonPrototype function arguments, only with MAC-specific...
2002-07-30 rwatsonStubs for the TrustedBSD MAC system calls to permit...
2002-07-29 julianCreate a new thread state to describe threads that...
2002-07-29 jeff - Backout the patch made in revision 1.75 of vfs_mount...
2002-07-28 truckmanMake a temporary copy of the output data in the generic...
2002-07-28 truckmanWire the sysctl output buffer before grabbing any locks...
2002-07-28 fennerThis commit was generated by cvs2svn to compensate...
2002-07-27 dwmaloneIf a socket is disconnected for some reason (like a...
2002-07-27 rwatsonSlight restructuring of the logic for credential change...
2002-07-27 jhbDisable optimization of spinlocks on UP kernels w/o...
2002-07-27 jeff - The default for lock, unlock, and islocked is now...
2002-07-26 robertFix -Werror build for sparc64: Use the appropriate...
2002-07-25 julianget suspension counting right.
2002-07-25 julianfix some style problems and remove a mis-merged assert.
2002-07-24 julianslight stylisations to take into account recent code...
2002-07-24 julianAdd some locking asserts and some comments
2002-07-24 julianWhen single threading a multithreaded program, awaken the
2002-07-24 muxFix a stupid bug where I wasn't initializing the names
2002-07-24 mpThis commit was generated by cvs2svn to compensate...
2002-07-24 rwatsonUnder #ifdef DIAGNOSTIC, NULL out componentname pointer...
2002-07-24 bmilekicMove m_freem() from uipc_mbuf.c to subr_mbuf.c so it...
2002-07-24 mikeCatch up to rev 1.87 of sys/sys/socketvar.h (sb_cc...
2002-07-24 julianWhen suspending a thread, update the appropriate (sic...
2002-07-24 julianrevert some of the handling of STOP signals in
2002-07-24 jdpWiden struct sockbuf's sb_timeo member to int from...
2002-07-24 alfredAttempt to clarify comment in selrecord.
2002-07-23 bmilekicIntroduce mb_free() to the MBP_PERSIST{,ENT} interface...
2002-07-23 kanFix DIOCGMEDIASIZE and DIOCGSECTORSIZE ioctls to work...
2002-07-23 arr- Make use of the VM_ALLOC_WIRED flag in the call to...
2002-07-22 alfredRemove unneeded caddr_t casts.
2002-07-22 alfredCleanup:
2002-07-22 ruThis commit was generated by cvs2svn to compensate...
2002-07-22 alfredChange struct vmspace->vm_shm from void * to struct...
2002-07-22 alfredRemove caddr_t.
2002-07-22 alfredremove caddr_t from fo_ioctl calls
2002-07-22 alfredremove caddr_t
2002-07-22 rwatsonSet VAPPEND in open mode when O_APPEND is specified...
2002-07-22 bpThis commit was generated by cvs2svn to compensate...
2002-07-22 truckmanPre-wire the output buffer so that sysctl_kern_function...
2002-07-22 truckmanProvide a way for sysctl handlers to pre-wire their...
2002-07-22 rwatsonTeach discretionary access control methods for files...
2002-07-21 alc o Lock page queue accesses by vm_page_free().
2002-07-21 johanSave flags returned by vn_open and use them when callin...
2002-07-21 impAdd bus_child_present and the child_present method...
2002-07-20 rwatsonDo preserve the error result from calling p_cansee...
2002-07-20 peterInfrastructure tweaks to allow having both an Elf32...
2002-07-19 alc o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place...
2002-07-19 muxWrap a line longer than 80 characters.
2002-07-19 mux- Merge the mount options at MNT_UPDATE time with vfs_m...
2002-07-19 markmThis commit was generated by cvs2svn to compensate...
2002-07-19 mckusickAdd support to UFS2 to provide storage for extended...
2002-07-18 julianClear up confusion in ugly code. ^T gave wrong results...
2002-07-17 peteria64 does not have the same degree of stealth include...
2002-07-17 peterPacify gcc on ia64
2002-07-17 julianFix a reversed test.
2002-07-17 julianMake sure the process state for the idle proc is set...
2002-07-17 jhbPreallocate a struct file as the first thing in falloc...
2002-07-17 jhbAdd a KASSERT() to assert that td_critnest is == 1...
2002-07-17 gallatinAllow alphas to do crashdumps: Refuse to run anything...
2002-07-17 mckusickChange utimes to set the file creation time (for filesy...
2002-07-16 mckusickChange the name of st_createtime to st_birthtime. This...
2002-07-15 markmFix a bazillion lint and WARNS warnings. One major...
2002-07-15 markmUse ISO 9X variadic macro format; arguments are not...
next