]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Introduce support for Mandatory Access Control and extensible
[FreeBSD/FreeBSD.git] / sys / sys /
2002-07-31 rwatsonAdd pathconf/fpathconf entries from POSIX.1e indicating...
2002-07-31 desIntroduce struct xvnode, which will be used instead...
2002-07-31 desAdd struct xfile, which will be used instead of struct...
2002-07-31 rwatsonRegen.
2002-07-31 rwatsonReduce the memory footprint of MAC in the base system...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
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 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-30 rwatsonMake M_COPY_PKTHDR() macro into a wrapper for a m_copy_...
2002-07-30 rwatsonRegen.
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 jeff - Add vfs_badlock_{print,panic} support to the remaini...
2002-07-30 tanimura- Optimize wakeup() and its friends; if a thread waken...
2002-07-30 rwatsonRebuild of files generated from syscalls.master.
2002-07-29 julianCreate a new thread state to describe threads that...
2002-07-29 mikeCreate a new header <machine/_stdint.h> for storing...
2002-07-29 jeff - Add VBAD to the list of vnodes that are ignored...
2002-07-28 fennerThis commit was generated by cvs2svn to compensate...
2002-07-27 rwatsonReserve VCACHEDLABEL vnode flag for use by the TrustedB...
2002-07-27 rwatsonRemote socheckproc(), which was removed when p_can...
2002-07-27 jhbDisable optimization of spinlocks on UP kernels w/o...
2002-07-27 jhbWhitespace nit in previous revision.
2002-07-24 julianFix a typo
2002-07-24 mpThis commit was generated by cvs2svn to compensate...
2002-07-24 jdpWiden struct sockbuf's sb_timeo member to int from...
2002-07-22 ruThis commit was generated by cvs2svn to compensate...
2002-07-22 bpThis commit was generated by cvs2svn to compensate...
2002-07-22 truckmanProvide a way for sysctl handlers to pre-wire their...
2002-07-22 rwatsonAdd VALLPERM, which is a mask of all the access control...
2002-07-22 rwatsonSort vnode access mode flags.
2002-07-21 impAdd bus_child_present and the child_present method...
2002-07-20 peterInfrastructure tweaks to allow having both an Elf32...
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-17 gallatinAllow alphas to do crashdumps: Refuse to run anything...
2002-07-16 mckusickChange the name of st_createtime to st_birthtime. This...
2002-07-15 wollmanMove _CS_PATH from <sys/unistd.h> to <unistd.h> --...
2002-07-15 wollmanDefine _POSIX_FSYNC unconditionally. (The standard...
2002-07-15 markmFix a bazillion lint and WARNS warnings. One major...
2002-07-15 markmConvert macros with variadic arguments from GNU format...
2002-07-15 wollmanIdentify the C Language Binding Option of IEEE Std...
2002-07-15 bmilekico Introduce new m_getcl() interface routine that alloca...
2002-07-15 markmVery minor warns fix. Add a declaration for an unused...
2002-07-15 markmHelp lint out a bit; wrap some functions (redefined...
2002-07-15 markmConvert GNU variadic macros to the ISO 9X variety.
2002-07-15 markmFix warning by marking unused function parameter.
2002-07-15 markmISOfy and minor warnsfix.
2002-07-14 julianThinking about it I came to the conclusion that the...
2002-07-13 mikehTypo.
2002-07-13 miniAdd prototype for cred_free_thread() when DIAGNOSTIC...
2002-07-12 dillonRe-enable the idle page-zeroing code. Remove all IPIs...
2002-07-12 alfredregen for freebsd4_sendfile(2) compat.
2002-07-11 dillonDisable format checking for NULL-passing prototypes...
2002-07-10 dillonReplace the global buffer hash table with per-vnode...
2002-07-10 bdeFixed compiling with -D_POSIX_SOURCE. The previous...
2002-07-10 mikeReconnect a comment with its code.
2002-07-10 ddAdd a VT_LOCKSWITCH ioctl that disallows vty switching...
2002-07-09 muxRemove vfs_stdmount() and vfs_stdunmount(). They are not
2002-07-09 jeff - Remove IS_LOCKING_VFS() all of our filesystems suppo...
2002-07-09 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-08 mikeMove __offsetof() macro from <machine/ansi.h> to <sys...
2002-07-08 mikeBring poll.h up to conformance with POSIX.1-2001 by...
2002-07-08 jeff - VT_PSEUDOFS and VT_PROCFS support locking now
2002-07-08 peterRemove OBE prototype for procrunnable()
2002-07-06 jeffFixup uses of GETVOBJECT.
2002-07-06 jeffClean up execve locking:
2002-07-06 jeff - Add vop_strategy_pre to validate VOP_STRATEGY locking.
2002-07-06 jeffAdd "vop_rename_pre" to do pre rename lock verification...
2002-07-06 gallatinRemove the advertising clause from the Duke BSD copyrig...
2002-07-05 obrienThis commit was generated by cvs2svn to compensate...
2002-07-05 jeffCleanups for vnode lock debugging.
2002-07-03 muxRemove an unused argument in vfs_mountroot().
2002-07-03 desAdd mtx_ prefixes to the fields used for mutex profilin...
2002-07-02 muxMove every code related to mount(2) in a new file,...
2002-07-02 juliancheck in the version if this that compiles, not the...
2002-07-02 julianMake some more debugging code go away when debugging...
2002-07-01 iedowseUse indirect function pointer hooks instead of #ifdef...
2002-07-01 dougbThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-06-30 iedowseAdd a hashdestroy() function to undo the actions of...
2002-06-29 bdeBacked out previous commit. It had nothing to do with...
2002-06-29 julianOops, that was a heck of a lot more debugging left...
2002-06-29 bdeUpdated a comment. Namspace pollution in <sys/select...
2002-06-29 julianPart 1 of KSE-III
2002-06-29 desThis commit was generated by cvs2svn to compensate...
2002-06-29 julianremove cruft
2002-06-29 julianAdd files that are new for KSE.
2002-06-29 alfredMore caddr_t removal, make fo_ioctl take a void * inste...
2002-06-29 alfredcatch up with mextadd callback taking a void argument...
2002-06-29 obrienThis commit was generated by cvs2svn to compensate...
2002-06-29 alfredMore caddr_t removal.
next