]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix breakage caused by r254466 in minidumpsys().
[FreeBSD/FreeBSD.git] / sys /
2013-08-20 Neel NatuFix breakage caused by r254466 in minidumpsys().
2013-08-19 Jeff Roberson - Increase the active lru refresh interval to 10 minut...
2013-08-19 Jeff Roberson - Use an arbitrary but reasonably large import size...
2013-08-19 Andrew TurnerEnable VFP on the Zedboard.
2013-08-19 Andre OppermannBump __FreeBSD_version to 1000046 after the addition...
2013-08-19 Rafal JaworowskiDo not use pv_kva on ARMv6/v7 and save some space on...
2013-08-19 Rafal JaworowskiSimplify and clean up pmap_clearbit()
2013-08-19 Ian LeporeAllow UART_POLL_FREQ to be set as a kernel option as...
2013-08-19 Rafal JaworowskiFix ARMv6/v7 mapping's wired status.
2013-08-19 Rafal JaworowskiClear all L2 PTE protection bits before their configura...
2013-08-19 Rafal JaworowskiSimplify pv_entry removal or ARMv6/v7:
2013-08-19 Andre OppermannReorder the mbuf defines to make more sense and group...
2013-08-19 Andre OppermannMigrate the net80211 protocol specific use of M_FRAG...
2013-08-19 Andre OppermannAdd four additional M_PROTOFLAGS[9-12] for protocol...
2013-08-19 Andre OppermannAdd m_clrprotoflags() to clear protocol specific mbuf...
2013-08-19 Andre OppermannMove the SCTP specific definition of M_NOTIFICATION...
2013-08-19 Andre OppermannRemove the unused M_NOFREE mbuf flag. It didn't have...
2013-08-19 Andre OppermannMove the global M_SKIP_FIREWALL mbuf flags to a protoco...
2013-08-19 Andre OppermannMove ip_reassemble()'s use of the global M_FRAG mbuf...
2013-08-19 Andre OppermannRemove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG taggin...
2013-08-19 Andre OppermannRemove unused and incomplete support for delayed fragme...
2013-08-19 Andrew TurnerEnable VFP on the Arndale Board.
2013-08-19 Rui PauloStyle changes and typos fixed.
2013-08-19 Justin HibbitsFix some ppc64 dtrace bugs, and enable systrace_freebsd...
2013-08-19 Ian LeporeAllow a hardware driver to pass clock frequencies into...
2013-08-18 Adrian ChaddDon't return ENOTSUPP here - the net80211 pluggable...
2013-08-18 Konstantin BelousovWhen code from r254064 in pmap_ts_referenced() drops...
2013-08-18 Adrian ChaddReturn the correct status if ieee80211_ff_check() consu...
2013-08-18 Tijl CoosemansChange the return type of the fallback implementation...
2013-08-18 Ian LeporeAdd a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware...
2013-08-18 Olivier HouchardIncrease the max KVA available for general consumption...
2013-08-18 Andrew TurnerEnable VFP in the Versatile PB (QEMU) kernel. Tested...
2013-08-18 Andrew TurnerEnable VFP on the CubieBoard and CubieBoard 2.
2013-08-18 Pawel Jakub DawidekRegenerate after r254491.
2013-08-18 Pawel Jakub DawidekThe cap_rights_limit(2) system calls needs a wrapper...
2013-08-18 Pawel Jakub DawidekMove the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO...
2013-08-18 Jilles TjoelkerDisallow opening a POSIX message queue for execute.
2013-08-18 Andrew TurnerEnable VFP support on EFIKA MX.
2013-08-18 Pawel Jakub DawidekRegenerate after r254481.
2013-08-18 Pawel Jakub DawidekImplement 32bit versions of the cap_ioctls_limit(2...
2013-08-18 Pawel Jakub DawidekAdd process descriptors support to the GENERIC kernel...
2013-08-18 Pawel Jakub DawidekBetter organize the filecaps structure, which reduces...
2013-08-18 Adrian ChaddAdd in missing events for Sandy Bridge Xeon.
2013-08-17 Mark JohnstonAdd a "translated type" argument to SDT_PROBE_ARGTYPE...
2013-08-17 Mark JohnstonRemove a couple of unused macros.
2013-08-17 Neel NatuBump up the maximum addressable memory on amd64 systems...
2013-08-17 Ed MasteCorrect implementation of atomic_flag_test_and_set
2013-08-17 Ian LeporeEnable VFP support for BeagleBone.
2013-08-17 Jilles Tjoelkerlibc: Access _logname_valid more efficiently.
2013-08-17 Andrew TurnerRename device vfp to option VFP and retire the ARM_VFP_...
2013-08-17 Bryan VenteicherDo not use potentially stale thread in kthread_add()
2013-08-17 Andrew TurnerRemove the armfpe config options. These files don't...
2013-08-17 Andrew TurnerRemove the ARMFPE option. It is unsupported, and appear...
2013-08-17 Andrew TurnerRemove fpe_sp_state as we don't support fpe.
2013-08-17 Andrew TurnerRemove unused FPE code. This is not enabled anywhere...
2013-08-17 Pawel Jakub DawidekRegenerate after r254447.
2013-08-17 Pawel Jakub DawidekMake pdfork(2), pdkill(2) and pdgetpid(2) syscalls...
2013-08-17 Pawel Jakub DawidekIn r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list...
2013-08-17 Pawel Jakub DawidekRemove redundant variable.
2013-08-17 Hiroki SatoReturn 0 in nbi->expire when la_expire == 0. Conversio...
2013-08-17 Konstantin BelousovRemove the arbitrary binding of the pagedaemon threads...
2013-08-17 Hans Petter SelaskyFix some USB controller names according to pciconf...
2013-08-17 Adrian ChaddLog the MAC address of the node in question rather...
2013-08-17 Xin LIFix build.
2013-08-17 Ian LeporeConsistently init all mmc request, command, and data...
2013-08-16 Ian LeporeHandle command retries for commands originating at...
2013-08-16 John BaldwinAdd new mmap(2) flags to permit applications to request...
2013-08-16 Ian LeporeDuring card identification, run the bus at 400KHz,...
2013-08-16 Ian LeporePrint the card relative address in hex, because that...
2013-08-16 Ian LeporeAdd named constants for 8-bit bus support. The sdhci...
2013-08-16 Ian LeporeWhen the timeout clock is based on the SD clock, the...
2013-08-16 Kenneth D. MerryAdd unmapped I/O and larger I/O support to the sa(4...
2013-08-16 Konstantin BelousovRestore the previous sendfile(2) behaviour on the block...
2013-08-16 Kevin LoBring datasheet URL up to date.
2013-08-16 Mark JohnstonUse strdup(9) instead of reimplementing it.
2013-08-15 Kenneth D. MerryChange the way that unmapped I/O capability is advertised.
2013-08-15 Jeff Roberson - Fix bug in r254304. Use the ACTIVE pq count for...
2013-08-15 Jung-uk KimSimplify check for CMPXCHG8B instruction. Note CMPXCHG...
2013-08-15 Colin PercivalChange the queue of locks in kern_rangelock.c from...
2013-08-15 Jung-uk KimAvoid potential redefinition of the macro.
2013-08-15 Edward Tomasz Napi... Turn comments about locking into actual lock assertions.
2013-08-15 Brooks DavisUse an ANSI C definition of initializecpucache() to...
2013-08-15 Brooks DavisCall set_i8254_freq with MODE_STOP (0) rather than...
2013-08-15 Kenneth D. MerryExport the maxio field in the CAM XPT_PATH_INQ CCB...
2013-08-15 Attilio RaoOn the recovery path for vm_page_alloc(), if a page...
2013-08-15 Jeremie Le HenBelatedly bump __FreeBSD_version for libc being an...
2013-08-15 Gleb SmirnoffMake sendfile() a method in the struct fileops. Curren...
2013-08-15 Mark JohnstonSpecify SDT probe argument types in the probe definitio...
2013-08-14 Simon J. GerratySome objects - such as *_genassym.o are not hooked...
2013-08-14 Michael TuexenDon't send uninitialized memory (two instances of 4...
2013-08-14 Rick MacklemFix several performance related issues in the new NFS...
2013-08-14 Sean BrunoIf sys/param.h MAXPHYS has been tuned to exceed MFI_MAX...
2013-08-14 Steven HartlandAdded 4K quirks for:-
2013-08-14 Pedro F. Giffuniext2fs: update format specifiers for ext4 type.
2013-08-14 Ulrich SpörleinFix make depend
2013-08-14 Rui PauloReplace the homegrown implementation of nitems() with...
2013-08-14 Mark JohnstonUse kld_{load,unload} instead of mod_{load,unload}...
2013-08-13 Jeff Roberson - Disable quantum caches on the kmem_arena. This...
2013-08-13 Jeff Roberson - Add a statically allocated memguard arena since...
2013-08-13 Jung-uk KimMerge acpica_machdep.h for amd64 and i386 and move...
next