]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-06-10 Xin LIMFV r284234:
2015-06-10 Xin LIVendor import of file 5.23.
2015-06-10 Mateusz GuzikBump FreeBSD_version due to lim_* API changes in r284215
2015-06-10 Hajimu UMEMOTOAdd support for '_' occurring at the beginning or end...
2015-06-10 Marcel MoolenaarRename bus_space to bus (i.e. drop _space). This makes the
2015-06-10 Ruslan BukinAllow DTrace to be compiled-in to the kernel.
2015-06-10 Mateusz Guziklinux: make sure to grab all cow structs when creating...
2015-06-10 Brooks DavisList kinfo_getfile.c only once.
2015-06-10 Kristof Provostpf: address family must be set when creating a pf_fragment
2015-06-10 Marcel MoolenaarFix build after converting ls(1) to use libxo(3).
2015-06-10 Ruslan Bukino Rework ARMv7 events list using aliases - same way...
2015-06-10 Mateusz GuzikFixup the build after r284215.
2015-06-10 Mateusz GuzikImplement lockless resource limits.
2015-06-10 Mateusz GuzikGeneralised support for copy-on-write structures shared...
2015-06-10 Ruslan BukinDon't re-define LOCORE when dtrace is built-in to the...
2015-06-10 Mateusz Guzikfd: remove fdesc_mtx
2015-06-10 Mateusz Guzikfd: use atomics to manage fd_refcnt and fd_holcnt
2015-06-10 Alan CoxCorrect a type error in kmem_unback(). Previously...
2015-06-10 Marcel MoolenaarConvert ls(1) to use libxo(3).
2015-06-09 Zbigniew BodekAdd options to dmb() and dsb() macros on ARM64
2015-06-09 Jung-uk KimCheck status of AcpiReadBitRegister() calls.
2015-06-09 Kenneth D.... Add support for reading MAM attributes to camcontrol...
2015-06-09 Maxim Sobolev"status_reg.acpwr ? 1 : 0" is now the same as just...
2015-06-09 Maxim SobolevFix a typo in a comment that has been carried over...
2015-06-09 Maxim SobolevUse tab to do identation consistently.
2015-06-09 Maxim SobolevExtend TPS65217 support to be able to pull and decode...
2015-06-09 Alan CoxAccount for superpage mappings that are created by...
2015-06-09 Doug AmbriskoSwitch from make_dev_alias to make_dev_alias_p since...
2015-06-09 Sean BrunoInclude opt_em.h now that there are actual kernel compi...
2015-06-09 Konstantin... When updating/accessing the timehands, barriers are...
2015-06-09 John BaldwinHandle X2APIC entries in the MADT for APICs with an...
2015-06-09 Tycho NightingaleSupport guest writes to the TSC by enabling the "use...
2015-06-08 Marcel MoolenaarMap the allocated DMA memory into the address space.
2015-06-08 Marcel MoolenaarImplement mmap(2) for the busdma resource.
2015-06-08 Dimitry AndricMerge r283870 from amd64:
2015-06-08 Jung-uk KimProperly initialize flags for accept4(2) not to return...
2015-06-08 Marcel MoolenaarMove contrib/top/top.X to contrib/top/top.xs and move
2015-06-08 Bryan DreweryCleanup some style(9) issues.
2015-06-08 Xin LIIt has been long time that when doing 'ls -G /path...
2015-06-08 John BaldwinRevert r284153, as I believe it breaks the dtrace sdt...
2015-06-08 Dmitry ChaginFutex is an aligned 32-bit integer. Use the proper...
2015-06-08 Ed MasteAdd user facing errors for exceeding process memory...
2015-06-08 John BaldwinAdd an internal "locked" variant of linker_file_lookup_...
2015-06-08 Andrey V. ElsukovAdd makefile to build geom_map kld. Document some GEOM_...
2015-06-08 Andrey V. ElsukovTeach G_PART_GPT class to handle g_resize_provider...
2015-06-08 Baptiste Daroussinbackout remove of -q option for pw [user|group] next
2015-06-08 Baptiste DaroussinFix typo
2015-06-08 Alan CoxRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-08 Marcel MoolenaarAdd busdma_mem_alloc & busdma_mem_free.
2015-06-08 Adrian ChaddCope with .. less memory.
2015-06-08 Marcel MoolenaarAdd DMA memory allocation and freeing.
2015-06-08 Adrian ChaddBreak out the current 802.11 software scan methods...
2015-06-08 Marcelo AraujoRevert my previoius commit as it explicit pollute the...
2015-06-08 Adrian ChaddRemove the start-scan call and re-inline it for now.
2015-06-07 Baptiste DaroussinFix mistakes than came along with r284139
2015-06-07 Baptiste DaroussinRemove '-q' support for pw [user|group] next
2015-06-07 Baptiste DaroussinFix setting uid/gid min/max via pw
2015-06-07 Baptiste DaroussinFix generating configuration file
2015-06-07 Baptiste DaroussinFix duplicate checking
2015-06-07 Baptiste DaroussinRemove uneeded code (already done by pw_make_v7)
2015-06-07 Baptiste DaroussinIn case of rename validate the length of the new name
2015-06-07 Baptiste DaroussinRefactor input validation
2015-06-07 Mark Johnstonwitness: don't warn about matrix inconsistencies withou...
2015-06-07 Baptiste DaroussinFinish converting -7 to pwconf
2015-06-07 Hans Petter... Add new USB quirk.
2015-06-07 Baptiste DaroussinHandle -7 via gloval pwconf
2015-06-07 Baptiste DaroussinInitialize conf using menset(3)
2015-06-07 Baptiste DaroussinHandle pretty print (-P) via global pwconf
2015-06-07 Baptiste DaroussinHandle dryrun (-N) via global pwconf
2015-06-07 Baptiste DaroussinSort headers
2015-06-07 Baptiste DaroussinHandle -C and -Y locally and stop adding them to arglist
2015-06-07 Baptiste DaroussinAdd a new global struct pwconf to store etcpath, rootdi...
2015-06-07 Baptiste DaroussinFix pw userdel -r not deleting homedir
2015-06-07 Marcelo AraujoInclude header libi386.h to silence the clang warning...
2015-06-07 Andrew TurnerStop checking for ARM_TP_ADDRESS when we mean to check...
2015-06-07 Baptiste DaroussinTest explicitly the result of strcmp to be consistent...
2015-06-07 Baptiste DaroussinImprove readability by reducing indentations levels
2015-06-07 Baptiste DaroussinRemove one level of indentation
2015-06-07 Baptiste DaroussinMove user deletion code into a separate function to...
2015-06-07 Baptiste DaroussinInstead of always casting the pw_checkname input to...
2015-06-07 Andrew TurnerRemove pc_cpu, it was duplicating pc_cpuid so was unneeded.
2015-06-07 Baptiste DaroussinSync with NetBSD:
2015-06-07 Andriy Gaponcompat nvpair.h: make sure that the names are mangled...
2015-06-07 Bryan DreweryImplement '-s' to copy as symlink, similar to the curre...
2015-06-07 Bryan DreweryCleanup some indentation issues.
2015-06-06 Konstantin... Update print_INTEL_TLB() by the tag values from the...
2015-06-06 Andrew TurnerRework exception entry to help with DTrace. We now...
2015-06-06 Glen BarberSet the correct UBLDR_LOADADDR for the Wandboard and
2015-06-06 Baptiste DaroussinReadd the warning level gcc 4.2 still complains
2015-06-06 Adrian ChaddRe-introduce this - it doesn't compile clean on a mips...
2015-06-06 Marcel MoolenaarChange BUS_PROBE_HOOVER from -500 to -1000000. We have...
2015-06-06 Warner LoshTurns out amd64 is hit too by ix. When it works, turn...
2015-06-06 Marcel MoolenaarRevert previous change. The magical constants can't...
2015-06-06 Mark Johnstonlibdtrace: allow D libraries to declare dependencies...
2015-06-06 Warner Loshix module doesn't compile on i386, so remove it from...
2015-06-06 Justin HibbitsMap the LAW for the RouterBoard's NAND LBC memory.
2015-06-06 Mark Johnstonunionfs: fix suspendability check bugs
2015-06-06 Marcel MoolenaarAdd proto_busdma.c to the module.
2015-06-06 Marcel MoolenaarAdd DMA tag management to the C library and Python...
2015-06-06 Marcel MoolenaarDMA support part 1: DMA tag create & destroy
next