]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Load the firmware during init not attach, as a root filesystem might
[FreeBSD/FreeBSD.git] / sys /
2012-03-21 bschmidtLoad the firmware during init not attach, as a root...
2012-03-21 marius- First pass at const'ifying ata(4) as appropriate.
2012-03-21 jmalletto) Don't keep drive parameters in a global, put them...
2012-03-21 aeAcquire modules lock before call module_getname() in...
2012-03-21 mariusRemove remnants of ATA_LOCKING uses in the ATA_CAM...
2012-03-21 mariusExclude devices which are mutually exclusive with ATA_C...
2012-03-21 glebiusin6_pcblookup_local() still can return a pcb with NULL
2012-03-21 edRemove pty(4) from our kernel configurations.
2012-03-21 alcEliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max...
2012-03-21 adrianRe-commit this - store the alq payload in network order.
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-20 jkimFix another witness panic. We cannot enter critical...
2012-03-20 jhbAdd sys/ofed to the 'make cscope' target.
2012-03-20 rajImprove device tree blob (DTB) handling in loader(8).
2012-03-20 adrianDelay sequence number allocation for A-MPDU until just...
2012-03-19 tijlCopy amd64 sysarch.h to x86 and merge with i386 sysarch...
2012-03-19 jkimFix a witness panic introduced in r231797.
2012-03-19 tijlCopy i386 specialreg.h to x86 and merge with amd64...
2012-03-19 tijlCopy i386 psl.h to x86 and replace amd64/i386/pc98...
2012-03-19 tijlMove userland bits (and some common kernel bits) from...
2012-03-19 jhbRetire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat...
2012-03-19 jhbFix build of OFED bits with debugging options enabled.
2012-03-19 jhbBah, just revert my earlier change entirely. (Missed...
2012-03-19 jhbFix madvise(MADV_WILLNEED) to properly handle individua...
2012-03-19 jhbAlter the previous commit to use vm_size_t instead...
2012-03-19 andreastProvide a fix for certain PowerMacs where the U3 i2c...
2012-03-19 jkimDo not reuse the previous address when restoring linear...
2012-03-19 kibRe-apply r233122 erronously reverted in r233168.
2012-03-19 adrianRemove this - it's not needed as it's defined in ieee80...
2012-03-19 aeAdd CTLFLAG_TUN to sysctls.
2012-03-19 aeConnect geom_part_ldm to the kernel build.
2012-03-19 aeConnect geom_part_ldm module to the build.
2012-03-19 aeAdd new GEOM_PART_LDM module that implements the Logica...
2012-03-19 aeMake kern.geom.part node not static. Also add CTLFLAG_T...
2012-03-19 kibIf we ever allow for managed fictitious pages, the...
2012-03-19 yongariDo not change current media when driver is already...
2012-03-19 eadler- Clean up timestamps in msgbuf code. The timestamps...
2012-03-18 adrian.. revert out a local change that I hadn't yet complete...
2012-03-18 adrianAdd a missing endian conversion.
2012-03-18 tijlRemove some unnecessary includes.
2012-03-18 jhCast wallclock.tv_sec to uint64_t to avoid overflow...
2012-03-18 tijlEliminate ia32_reg.h by moving its contents to x86...
2012-03-18 tijlCopy i386 reg.h to x86 and merge with amd64 reg.h....
2012-03-18 tijlUse exact width integer types in amd64/i386 reg.h to...
2012-03-18 alcStyle fix to pmap_protect().
2012-03-18 nwhitehornRemove acquisition of VM page queues lock from pmap_pro...
2012-03-18 bzHide kernel option ROUTETABLES evaluations in the imple...
2012-03-18 mariusDeclare some variables static in order to reduce the...
2012-03-18 gonzo- Fix logic for detection if further processing of...
2012-03-17 kibAdd sysctl vfs.nfs.nfs_keep_dirty_on_error to switch...
2012-03-17 kibIn vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRT...
2012-03-17 alcWith the changes over the past year to how accesses...
2012-03-17 rmhHide a few declarations from userland (including `struc...
2012-03-17 adrianstyle(9) changes.
2012-03-17 adrianBegin fleshing out MII clock rate configuration changes.
2012-03-17 jkimSave and restore linear frame buffer between suspend...
2012-03-16 jkimRemove unnecessary static variable initializations...
2012-03-16 adrianFix a couple of debugging outputs.
2012-03-16 adrianAdd a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBU...
2012-03-16 adrianPull in a dependency on ALQ if it's compiled with IEEE8...
2012-03-16 rmhRemove gratuitous DEBUG_FLAGS="-g" setting (this is...
2012-03-16 davideAdd rudimentary profiling of the hash table used in...
2012-03-16 tijlMove userland bits of i386 npx.h and amd64 fpu.h to...
2012-03-16 tijlUse exact width integer types instead of long in struct...
2012-03-16 jkimDo not unnecessarily clear display memory when switchin...
2012-03-16 jhbFix build with INET6 disabled.
2012-03-16 jhbRevert the PCIe 4GB boundary issue workaround now that...
2012-03-16 nyan- Fix to build a native i386 kernel without the SMP...
2012-03-16 tijlRemove prototypes of _amd64_get_fsbase et al. The funct...
2012-03-15 gonzoClean-up fake preload data generator:
2012-03-15 nwhitehornMake ofw_bus_get_node() consistently return -1 when...
2012-03-15 nwhitehornImplement pmap_remove_pages(). This will be added later...
2012-03-15 rajFix error check.
2012-03-15 nwhitehornImprove algorithm for deciding whether to loop through...
2012-03-15 tuexenClean up, no functional change.
2012-03-15 tuexenFix bugs which can result in a panic when an non-SCTP...
2012-03-15 aeAdd MODULE_DEPEND() to geom_part modules.
2012-03-15 aeAdd CTLFLAG_TUN to the sysctl definition and fix style.
2012-03-15 gonzoFill out fake preload structure to let userland tools...
2012-03-15 aeAdd debug.kld_debug loader tunable.
2012-03-14 gonzo- Remove unncessary type casts
2012-03-14 jkimAdd a PCI quirk to ignore PCI map registers from config...
2012-03-14 delphijAdd the missing IPOIB option.
2012-03-14 jhbPedantic nit: use vm_pindex_t instead of long for a...
2012-03-14 nwhitehornUse LIST_FOREACH_SAFE() instead of LIST_FOREACH() in...
2012-03-14 adrianCorrectly calculate the callout interval for beacon...
2012-03-14 jhAdd an assert for proctree_lock to proc_to_reap().
2012-03-14 kibAdd PCI Id for the AMT SOL UART on G4x series Intel...
2012-03-14 glebPrevent tmpfs_rename() deadlock in a way similar to UFS
2012-03-14 glebDon't enforce LK_RETRY to get existing vnode in tmpfs_a...
2012-03-14 bschmidtImport the latest microcode.h which was used to generat...
2012-03-14 yongariFix white space nits.
2012-03-14 yongarifxp(4) does not handle deferred dma map loading. Tell
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 kibSupply boolean as the second argument to ffs_update...
2012-03-13 kibLock the process around manipulations with p_flag.
2012-03-13 bschmidtUpdate the rt2860's firmware and add a Makefile for...
2012-03-13 adrian(Re)-make these ACL routines optional.
2012-03-13 adrianAdd dependencies onto acl_posix1e and acl_nfs4.
2012-03-13 adrianAdd module building Makefile entries for NFSv4 and...
next