]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
- Add handling of MXGEFW_CMD_UNKNOWN in mxge_send_cmd().
[FreeBSD/FreeBSD.git] / sys / sys /
2007-05-06 pisoBring in the reminaing bits to make interrupt filtering...
2007-05-05 pjdImplement three new ioctls that can be used with GEOM...
2007-05-04 kibMark the filedescriptor table entries with VOP_OPEN...
2007-05-03 rwatsonsblock() implements a sleep lock by interlocking SB_WAN...
2007-05-01 acheBump FreeBSD_version to not have it going backwards.
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-05-01 acheBack out all POSIXified *env() changes.
2007-04-30 acheBump __FreeBSD_version after making setenv(), putenv...
2007-04-27 benjscIncrease the verbosity of the warning given when this...
2007-04-24 kibDisable nesting of BOP_BDFLUSH(). VOP_FSYNC() call...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-22 rwatsonIn the MAC Framework implementation, file systems have...
2007-04-21 rwatsonAttempt to rationalize NFS privileges:
2007-04-19 mtmMake inet6_rth_* family of functions more compliant...
2007-04-19 njlBump the interrupt storm detection counter to 1000...
2007-04-17 pjdExport vfs_mount_alloc() as it is used in ZFS.
2007-04-17 thompsaRename the trunk(4) driver to lagg(4) as it is too...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-15 desAdd macros to assert that the process is / isn't held...
2007-04-15 kmacyback out option to disable packet zone
2007-04-14 kmacyhide static declaration
2007-04-14 kmacyAdd option for disabling allocation from the packet...
2007-04-14 kmacypad out m_hdr to make pkthdr word-aligned
2007-04-13 csjpFix the handling of IPv6 addresses for subject and...
2007-04-13 pjdWhen we are running low on vnodes, there is currently...
2007-04-11 andreAdd m_last() inline function.
2007-04-11 jhbGroup the loop to acquire/release Giant with the WITNES...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 wkoszekstrchr() and strrchr() are already present in the kerne...
2007-04-10 rwatsonAdd a new privilege, PRIV_NETINET_REUSEPORT, which...
2007-04-10 thompsaAdd the trunk(4) driver for providing link aggregation...
2007-04-09 thompsaFix a compiler warning so hash.h can be included in...
2007-04-09 pjdFix build breakage.
2007-04-09 pjdAdd kern.hostuuid sysctl, which will be used to keep...
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-08 pjdAdd root_mounted() function that returns true if the...
2007-04-08 delphijBump __FreeBSDversion for CAM sg addition.
2007-04-07 pjdHide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE.
2007-04-07 pjd- Remove SEEK_DATA and SEEK_HOLE from stdio.h, they...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-06 pjdBump __FreeBSD_version on ZFS import.
2007-04-06 pjdAdd ZFS-specific privileges.
2007-04-05 pjdImplement functionality I called 'jail services'.
2007-04-05 pjdMake prison_find() globally accessible.
2007-04-05 pjdImplement SEEK_DATA and SEEK_HOLE extensions to lseek...
2007-04-05 pjdAdd security.jail.mount_allowed sysctl, which allows...
2007-04-05 pjdHide lbolt under _SOLARIS_C_SOURCE in preparation for...
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-04 rwatsonReplace custom file descriptor array sleep lock constru...
2007-04-04 kmacym_extadd does not appear to do the right thing for...
2007-04-04 kmacyadd helper functions for mapping size to zonez and...
2007-04-03 kmacyFixes to sx for newsx - fix recursed case and move...
2007-04-03 kmacymove lock_profile calls out of the macros and into...
2007-04-03 kmacyskip call to _lock_profile_obtain_lock_success entirely...
2007-04-03 kanAdd dl_iterate_phdr function prototype and correspondin...
2007-04-03 kmacyRemove unneccessary LO_CONTESTED flag
2007-04-03 mpThis commit was generated by cvs2svn to compensate...
2007-04-03 pjdAdd root_mount_wait() function which can be used to...
2007-04-03 kanCorrect PT_GNU_EH_FRAME definition.
2007-04-02 jhb- Split out the part of SYSCALL_MODULE_HELPER() that...
2007-04-01 pjdMore style nits.
2007-04-01 pjdStyle nit.
2007-03-31 desMake vdropl() public; zfs needs it. There is also...
2007-03-31 jhbOptimize sx locks to use simple atomic operations for...
2007-03-31 pjdMake vfs_mount_destroy() and vfs_freeopts() non-static...
2007-03-30 jhb- Use PARTIAL_PICKUP_GIANT() to implement PICKUP_GIANT().
2007-03-30 jhb- Use lock_init/lock_destroy() to setup the lock_object...
2007-03-29 kibExtend rev. 1.210 to avoid dereference NULL mp in VFS_N...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-28 delphijThis commit was generated by cvs2svn to compensate...
2007-03-27 jhbFix a comment grammar nit.
2007-03-26 njlBump FreeBSD version for inclusion of CPU frequency...
2007-03-26 njlAdd an interface for drivers to be notified of changes...
2007-03-24 rwatsonGeneral style cleanup.
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-22 jkimThis commit was generated by cvs2svn to compensate...
2007-03-21 jhbRename the cv_*wait*() functions to _cv_*wait*() and...
2007-03-21 jhbMake use of 'lock_object' being the same field name...
2007-03-21 jhbRename the 'mtx_object', 'rw_object', and 'sx_object...
2007-03-19 andreSpace to tab in SB_* defines to match with rest of...
2007-03-19 andreMaintain a pointer and offset pair into the socket...
2007-03-19 kensmithBump __FreeBSD_version after changes to how insmntque...
2007-03-16 rwatsonRevert/re-make previous commit in a manner that maintai...
2007-03-16 rwatsonMinor white space tweaks in comments.
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-14 rwatsonUpdate a comment: Rather than suggesting suser(), sugge...
2007-03-13 teggeMake insmntque() externally visibile and allow it to...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-11 alcPush down the implementation of PCPU_LAZY_INC() into...
2007-03-09 jhbAllow threads to atomically release rw and sx locks...
2007-03-09 jhbAdd two new function pointers 'lc_lock' and 'lc_unlock...
2007-03-09 rafanBump __FreeBSD_version for ncurses wide character support
2007-03-09 mohansOver NFS, an open() call could result in multiple over...
2007-03-08 julianInstead of doing comparisons using the pcpu area to...
2007-03-07 jhbWrap a few lines at 80 cols.
next