]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Acquire modules lock before call module_getname() in the KLD_DEBUG case.
[FreeBSD/FreeBSD.git] / sys /
2012-03-21 Andrey V. ElsukovAcquire modules lock before call module_getname() in...
2012-03-21 Marius StroblRemove remnants of ATA_LOCKING uses in the ATA_CAM...
2012-03-21 Marius StroblExclude devices which are mutually exclusive with ATA_C...
2012-03-21 Gleb Smirnoffin6_pcblookup_local() still can return a pcb with NULL
2012-03-21 Ed SchoutenRemove pty(4) from our kernel configurations.
2012-03-21 Alan CoxEliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max...
2012-03-21 Adrian ChaddRe-commit this - store the alq payload in network order.
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 Jung-uk KimFix another witness panic. We cannot enter critical...
2012-03-20 John BaldwinAdd sys/ofed to the 'make cscope' target.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-20 Rafal JaworowskiImprove device tree blob (DTB) handling in loader(8).
2012-03-20 Adrian ChaddDelay sequence number allocation for A-MPDU until just...
2012-03-19 Tijl CoosemansCopy amd64 sysarch.h to x86 and merge with i386 sysarch...
2012-03-19 Jung-uk KimFix a witness panic introduced in r231797.
2012-03-19 Tijl CoosemansCopy i386 specialreg.h to x86 and merge with amd64...
2012-03-19 Tijl CoosemansCopy i386 psl.h to x86 and replace amd64/i386/pc98...
2012-03-19 Tijl CoosemansMove userland bits (and some common kernel bits) from...
2012-03-19 John BaldwinRetire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat...
2012-03-19 John BaldwinFix build of OFED bits with debugging options enabled.
2012-03-19 John BaldwinBah, just revert my earlier change entirely. (Missed...
2012-03-19 John BaldwinFix madvise(MADV_WILLNEED) to properly handle individua...
2012-03-19 John BaldwinAlter the previous commit to use vm_size_t instead...
2012-03-19 Andreas ToblerProvide a fix for certain PowerMacs where the U3 i2c...
2012-03-19 Jung-uk KimDo not reuse the previous address when restoring linear...
2012-03-19 Konstantin BelousovRe-apply r233122 erronously reverted in r233168.
2012-03-19 Adrian ChaddRemove this - it's not needed as it's defined in ieee80...
2012-03-19 Andrey V. ElsukovAdd CTLFLAG_TUN to sysctls.
2012-03-19 Andrey V. ElsukovConnect geom_part_ldm to the kernel build.
2012-03-19 Andrey V. ElsukovConnect geom_part_ldm module to the build.
2012-03-19 Andrey V. ElsukovAdd new GEOM_PART_LDM module that implements the Logica...
2012-03-19 Andrey V. ElsukovMake kern.geom.part node not static. Also add CTLFLAG_T...
2012-03-19 Konstantin BelousovIf we ever allow for managed fictitious pages, the...
2012-03-19 Pyun YongHyeonDo not change current media when driver is already...
2012-03-19 Eitan Adler- Clean up timestamps in msgbuf code. The timestamps...
2012-03-18 Adrian Chadd.. revert out a local change that I hadn't yet complete...
2012-03-18 Adrian ChaddAdd a missing endian conversion.
2012-03-18 Tijl CoosemansRemove some unnecessary includes.
2012-03-18 Jaakko HeinonenCast wallclock.tv_sec to uint64_t to avoid overflow...
2012-03-18 Tijl CoosemansEliminate ia32_reg.h by moving its contents to x86...
2012-03-18 Tijl CoosemansCopy i386 reg.h to x86 and merge with amd64 reg.h....
2012-03-18 Tijl CoosemansUse exact width integer types in amd64/i386 reg.h to...
2012-03-18 Alan CoxStyle fix to pmap_protect().
2012-03-18 Nathan WhitehornRemove acquisition of VM page queues lock from pmap_pro...
2012-03-18 Bjoern A. ZeebHide kernel option ROUTETABLES evaluations in the imple...
2012-03-18 Marius StroblDeclare some variables static in order to reduce the...
2012-03-18 Oleksandr Tymoshenko- Fix logic for detection if further processing of...
2012-03-17 Konstantin BelousovAdd sysctl vfs.nfs.nfs_keep_dirty_on_error to switch...
2012-03-17 Konstantin BelousovIn vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRT...
2012-03-17 Alan CoxWith the changes over the past year to how accesses...
2012-03-17 Robert MillanHide a few declarations from userland (including `struc...
2012-03-17 Adrian Chaddstyle(9) changes.
2012-03-17 Adrian ChaddBegin fleshing out MII clock rate configuration changes.
2012-03-17 Jung-uk KimSave and restore linear frame buffer between suspend...
2012-03-16 Jung-uk KimRemove unnecessary static variable initializations...
2012-03-16 Adrian ChaddFix a couple of debugging outputs.
2012-03-16 Adrian ChaddAdd a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBU...
2012-03-16 Adrian ChaddPull in a dependency on ALQ if it's compiled with IEEE8...
2012-03-16 Robert MillanRemove gratuitous DEBUG_FLAGS="-g" setting (this is...
2012-03-16 Davide ItalianoAdd rudimentary profiling of the hash table used in...
2012-03-16 Tijl CoosemansMove userland bits of i386 npx.h and amd64 fpu.h to...
2012-03-16 Tijl CoosemansUse exact width integer types instead of long in struct...
2012-03-16 Jung-uk KimDo not unnecessarily clear display memory when switchin...
2012-03-16 John BaldwinFix build with INET6 disabled.
2012-03-16 John BaldwinRevert the PCIe 4GB boundary issue workaround now that...
2012-03-16 Yoshihiro Takahashi- Fix to build a native i386 kernel without the SMP...
2012-03-16 Tijl CoosemansRemove prototypes of _amd64_get_fsbase et al. The funct...
2012-03-15 Oleksandr TymoshenkoClean-up fake preload data generator:
2012-03-15 Nathan WhitehornMake ofw_bus_get_node() consistently return -1 when...
2012-03-15 Nathan WhitehornImplement pmap_remove_pages(). This will be added later...
2012-03-15 Rafal JaworowskiFix error check.
2012-03-15 Nathan WhitehornImprove algorithm for deciding whether to loop through...
2012-03-15 Michael TuexenClean up, no functional change.
2012-03-15 Michael TuexenFix bugs which can result in a panic when an non-SCTP...
2012-03-15 Andrey V. ElsukovAdd MODULE_DEPEND() to geom_part modules.
2012-03-15 Andrey V. ElsukovAdd CTLFLAG_TUN to the sysctl definition and fix style.
2012-03-15 Oleksandr TymoshenkoFill out fake preload structure to let userland tools...
2012-03-15 Andrey V. ElsukovAdd debug.kld_debug loader tunable.
2012-03-14 Oleksandr Tymoshenko- Remove unncessary type casts
2012-03-14 Jung-uk KimAdd a PCI quirk to ignore PCI map registers from config...
2012-03-14 Xin LIAdd the missing IPOIB option.
2012-03-14 John BaldwinPedantic nit: use vm_pindex_t instead of long for a...
2012-03-14 Nathan WhitehornUse LIST_FOREACH_SAFE() instead of LIST_FOREACH() in...
2012-03-14 Adrian ChaddCorrectly calculate the callout interval for beacon...
2012-03-14 Jaakko HeinonenAdd an assert for proctree_lock to proc_to_reap().
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 Konstantin BelousovAdd PCI Id for the AMT SOL UART on G4x series Intel...
2012-03-14 Gleb KurtsouPrevent tmpfs_rename() deadlock in a way similar to UFS
2012-03-14 Gleb KurtsouDon't enforce LK_RETRY to get existing vnode in tmpfs_a...
2012-03-14 Bernhard SchmidtImport the latest microcode.h which was used to generat...
2012-03-14 Pyun YongHyeonFix white space nits.
2012-03-14 Pyun YongHyeonfxp(4) does not handle deferred dma map loading. Tell
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-13 Konstantin BelousovSupply boolean as the second argument to ffs_update...
2012-03-13 Konstantin BelousovLock the process around manipulations with p_flag.
2012-03-13 Bernhard SchmidtUpdate the rt2860's firmware and add a Makefile for...
2012-03-13 Adrian Chadd(Re)-make these ACL routines optional.
2012-03-13 Adrian ChaddAdd dependencies onto acl_posix1e and acl_nfs4.
2012-03-13 Adrian ChaddAdd module building Makefile entries for NFSv4 and...
2012-03-13 Adrian ChaddAdd module load/unload stubs.
next