]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Don't set the IFF_PROMISC bit when in hostap mode like the previous
[FreeBSD/FreeBSD.git] / sys /
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 iwasakiResolve conflicts arising from the ACPI CA 20020725...
2002-07-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-30 iwasakiVendor import of the Intel ACPI CA 20020725 drop.
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 joeCommit a version of the uvisor driver for connecting...
2002-07-30 jhbIf we get 0xffff back when reading the status register...
2002-07-30 rwatsonRegen.
2002-07-30 rwatsonIntroduce a mac_policy() system call that will provide...
2002-07-30 sobomaxAdd support for controlling line1 mixer device, which...
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 phkFix braino in last commit.
2002-07-30 phkMove ffs_isfreeblock() to ffs_alloc.c and make it static.
2002-07-30 sobomaxRegen after usbdevs rev.1.95.
2002-07-30 sobomaxAdd ID for Luwen EasyDisk USB flash memory drive.
2002-07-30 sobomaxAdd a quick check that device actually has sound capabi...
2002-07-30 tanimuraIn endtsleep() and cv_timedwait_end(), a thread marked...
2002-07-30 jeff - Add vfs_badlock_{print,panic} support to the remaini...
2002-07-30 jeff - Add automatic post vop debug checks. These work...
2002-07-30 jeff - Acknowledge recursive vnode locks in the vop_unlock...
2002-07-30 alc o In vm_object_madvise() and vm_object_page_remove...
2002-07-30 tanimura- Optimize wakeup() and its friends; if a thread waken...
2002-07-30 alc o Lock page queue accesses by pmap_release_free_page().
2002-07-30 jakeAdd definitions for statistical and high-resolution...
2002-07-30 jakeThe data cache on UltraSPARC III is not directly mapped...
2002-07-30 silbyUpdate docs to reflect change in count of procs reserve...
2002-07-30 jakePanic if the data cache has too many virtual colors...
2002-07-30 jakeUse _ALIGN_DATA and _ALIGN_TEXT.
2002-07-30 rwatsonRebuild of files generated from syscalls.master.
2002-07-30 rwatsonPrototype function arguments, only with MAC-specific...
2002-07-30 rwatsonHook up kern_mac.c to the build.
2002-07-30 rwatsonStubs for the TrustedBSD MAC system calls to permit...
2002-07-29 alc o Introduce vm_page_sleep_if_busy() as an eventual...
2002-07-29 julianRemove a XXXKSE comment. the code is no longer a problem..
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 impIf we are in hostap mode, do not go into promisc mode...
2002-07-29 ruDrop support for COPY, -c has been the default mode...
2002-07-29 maximUse a common way to release locks before exit.
2002-07-29 jeff - Add VBAD to the list of vnodes that are ignored...
2002-07-29 jeff - Backout the patch made in revision 1.75 of vfs_mount...
2002-07-29 alc o Pass VM_ALLOC_WIRED to vm_page_grab() rather than...
2002-07-29 silbyRevert rev 1.131.
2002-07-29 luigiwhitespace commit: fix indentation in fxp_intr_body.
2002-07-29 jakeAdd routines needed for high resolution profiling.
2002-07-29 jakeAdd a symbol for btext.
2002-07-29 jakeRemove a stale comment.
2002-07-29 jakeUse _ALIGN_TEXT. Implement __cyg_profile_func_enter and
2002-07-29 jakeAdd _ALIGN_DATA and _ALIGN_TEXT macros.
2002-07-29 jakeRemove some stuff that snuck in last commit.
2002-07-28 sosOK, dont rely on the upper layers handling iosize_max...
2002-07-28 alc o Modify vm_page_grab() to accept VM_ALLOC_WIRED.
2002-07-28 truckmanMake a temporary copy of the output data in the generic...
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 truckmanWire the sysctl output buffer before grabbing any locks...
2002-07-28 jakeFix a bug introduced in previous commit. Due to the...
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 mikeRevert the previous delta; uintfptr_t needs to be avail...
2002-07-28 alcLock page queue accesses by vm_page_free().
2002-07-28 ddCorrect misindentation of DRA_UID.
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 alc o Lock page queue accesses by vm_page_free().
2002-07-28 ddUnimplement panic(8) by making sure that we don't recur...
2002-07-28 fennerThis commit was generated by cvs2svn to compensate...
2002-07-28 jakeAdd declarations for btext and etext.
2002-07-28 peterUnwind the syscall_with_err_pushed tweak that jake...
2002-07-27 jakeuintfptr_t has moved to machine/types.h.
2002-07-27 alc o Require that the page queues lock is held on entry...
2002-07-27 dwmaloneMake bn_name a const char * to quieten some warnings.
2002-07-27 dwmaloneMake spxnames a const char * to quieten some warnings...
2002-07-27 dwmaloneIf a socket is disconnected for some reason (like a...
2002-07-27 jakeImplement a direct mapped address region, like alpha...
2002-07-27 fennerFix location and name of if_an_pci.c in comment.
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 rwatsonSlight whitespace cleanup. Whitespace sync to MAC...
2002-07-27 rwatsonKernel options for Mandatory Access Control (MAC).
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 jhbWhitespace nit in previous revision.
2002-07-27 mikeCatch up to rev 1.339 of src/sys/conf/options (PCI_ENAB...
2002-07-27 mikeCatch up to rev 1.339 of src/sys/conf/options (PCI_ENAB...
2002-07-27 sosProperly change the block_size on different CD media...
2002-07-27 peterDo not try and probe random PNP devices, This Is Bad.
2002-07-27 peterMake si_debug tunable.
2002-07-27 alc o Lock page queue accesses by vm_page_activate().
2002-07-27 alc o Lock page queue accesses by vm_page_activate() and...
2002-07-27 jeff - The default for lock, unlock, and islocked is now...
2002-07-27 jeff - Explicitly state that specfs does not support lockin...
2002-07-27 alc o Lock page queue accesses by vm_page_activate() and...
next