]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-07-22 Dimitry AndricMerge ^/head r285341 through r285792.
2015-07-22 Randall StewartFix several problems with Stream Reset.
2015-07-22 Ed SchoutenRegenerate system call table.
2015-07-22 Ed SchoutenImport upstream changes to the system call definitions.
2015-07-22 Zbigniew BodekIntroduce support for MSI-X interrupts in AHCI
2015-07-22 Randall StewartFix inverted logic bug that David Wolfskill found ...
2015-07-22 Konstantin... Remove duplicate and useless declarations.
2015-07-22 Ed SchoutenAdd Makefiles for CloudABI kernel modules.
2015-07-22 Wei HuDo not enable UDP checksum offloading when running...
2015-07-22 Luiz Otavio... Cosmetic change. When printing the child's mapped...
2015-07-22 John BaldwinVarious changes to the registers displayed in DDB for...
2015-07-21 Mark JohnstonFix counter reads on platforms where sizeof(uint64_t...
2015-07-21 Mark JohnstonRemove checks for a NULL return value from M_WAITOK...
2015-07-21 Xin LIFix resource exhaustion due to sessions stuck in LAST_A...
2015-07-21 Mark JohnstonLet the unwinder handle faults during function prologue...
2015-07-21 Mark JohnstonImprove stack unwinding on i386 and amd64 after an...
2015-07-21 Mark JohnstonDon't return undefined symbols to a DDB symbol lookup.
2015-07-21 Mark JohnstonRemove some dead code from DDB's amd64 stack unwinder.
2015-07-21 Conrad Meyerpatch(1): Add -Vnone option to disable backup files
2015-07-21 Konstantin... The smp_rendezvous_cpus() function should ensure that...
2015-07-21 Ermal LuçiIPSEC, remove variable argument function its already...
2015-07-21 Eric JoynerFix for a customer issue with ixl(4):
2015-07-21 Jim Harrisnvd: set d_delmaxsize to full capacity of NVMe namespace
2015-07-21 Conrad Meyervt: Draw logos per CPU core
2015-07-21 Conrad Meyervt: De-static VT_SYSCTL_INT-defined objects
2015-07-21 Andrew TurnerTeach the GICv2 driver about the Qualcomm GICv2 compati...
2015-07-21 Zbigniew BodekAdd some more explanation to r285752
2015-07-21 Zbigniew BodekDon't allow malloc() to wait for resource while holding...
2015-07-21 Ed SchoutenMake clock_gettime() and clock_getres() work for CloudA...
2015-07-21 Zbigniew BodekAdd support for vendor specific function for PCI devid...
2015-07-21 Konstantin... The part of r285680 which removed release semantic...
2015-07-21 Ed SchoutenDescribe COMPAT_CLOUDABI64 in the amd64 configuration...
2015-07-21 Zbigniew BodekImplement get_cyclecount() on ARM64
2015-07-21 Ed SchoutenMake thread creation work for CloudABI processes.
2015-07-21 Zbigniew BodekImprove ARM64 CPU_MATCH
2015-07-21 Ed SchoutenUnbreak "last reboot".
2015-07-21 Sergey KandaurovFix sb_state constant names as used e.g. to display...
2015-07-21 Randall StewartWhen a tunneling protocol is being used with UDP we...
2015-07-21 Sergey KandaurovAdd missing priority argument in example code in BUGS...
2015-07-21 Hiren PanchasaraRemove a couple of TUNABLE_INT() calls which are unnece...
2015-07-21 Andrey V. Elsukovlseek() allows an offset to be set beyond the end of...
2015-07-21 Allan JudeFix some issues with the application of libxo to ls(1)
2015-07-21 Glen BarberFix an out-of-order execution issue regarding pkg(8):
2015-07-21 Allan JudeAdd the Dell E7240 laptop and Intel DP965LT motherboard...
2015-07-20 George V. Neville... Only report the lack of ALTQ support if pfctl is using...
2015-07-20 Konstantin... Typo in comment.
2015-07-20 Alexander MotinIncrease output amp on ASUS UX31A by +5dB.
2015-07-20 Brad DavisAdd support for building VirtualBox Vagrant images.
2015-07-20 Pedro F. Giffunilibusb: Fix minor cast-qual warning.
2015-07-20 Pedro F. Giffunisnmp_hostres(3): Fix buffer overflow.
2015-07-20 Ed SchoutenMake forking of CloudABI processes work.
2015-07-20 Ed SchoutenAdd an API for easily creating userspace threads in...
2015-07-20 Alexander MotinFix typo in comment.
2015-07-20 Marko ZecPrevent null-pointer dereferencing.
2015-07-20 Andrey V. ElsukovAdd helper functions for IP checksum adjusting. Use...
2015-07-20 Andrey V. ElsukovAdd LLE event handler to report ND6 events to userland...
2015-07-20 Andrey V. ElsukovInvoke LLE event handler when entry is deleted.
2015-07-20 Mark JohnstonDeclare lockstat_enabled even when KDTRACE_HOOKS is...
2015-07-20 Mark JohnstonFix some libxo format string errors in the pfkey stats...
2015-07-19 Marcel MoolenaarCheck the hw.proto.attach environment variable for...
2015-07-19 Mark JohnstonDon't increment the spin count until after the first...
2015-07-19 Kirk McKusickRestructure code for readability improvement. No functi...
2015-07-19 Mark JohnstonConsistently use a reader/writer flag for lockstat...
2015-07-19 Mark JohnstonImplement the lockstat provider using SDT(9) instead...
2015-07-19 Baptiste DaroussinDrop libarchive.pc
2015-07-19 Xin LIUse fixed date/time (the time choosen was the time...
2015-07-19 Mark MurrayFix some untidy logic. I committed the wrong local...
2015-07-19 Luigi Rizzoadd a use count so the netmap module cannot be unloaded...
2015-07-19 Luigi Rizzoproperly destroy persistent vale ports
2015-07-19 Luigi Rizzodo not free NULL if pipe allocation fails
2015-07-19 Luigi Rizzorelease a reference when stopping a monitor
2015-07-19 Luigi Rizzosmall documentation update
2015-07-19 Andrew TurnerFix atomic_store_64, it should write the value passed...
2015-07-19 Mark MurrayRemove out-of-date comments.
2015-07-19 Mark MurrayFix the read blocking so that it is interruptable and...
2015-07-19 Mark MurrayClarify the intent of the RANDOM_* options.
2015-07-19 Mark MurrayOptimise the buffer-size calculation. It was possible...
2015-07-19 Andrew TurnerClean up the style of the armv6 atomic code.
2015-07-19 Mark MurrayClean up some trailing whitespace.
2015-07-19 Andrew TurnerSort the ARM atomic functions to be in alphabetical...
2015-07-19 Konstantin... Revert bit of the r285627, locore.s does not need inclu...
2015-07-19 Marcelo AraujoAdd support to the jail framework to be able to mount...
2015-07-19 Marius Strobl- Record dependencies of gdb/gdbtui/kgdb on binutils...
2015-07-18 John-Mark Gurneymove the prototype to the lib.h header.. This makes...
2015-07-18 John-Mark Gurneyother fixes to make boot2 compile for IXP... Properly...
2015-07-18 John-Mark Gurneyrevert r278579, this is in a different compile environm...
2015-07-18 Konstantin... Further cleanup after r285607.
2015-07-18 Allan JudeAdd support for two workarounds for known issues bootin...
2015-07-18 Ian LeporeDeselect the sd card before re-selecting it when workin...
2015-07-18 Luigi Rizzofix a typo in a comment
2015-07-18 Edward Tomasz... Expand sysctl descriptions in iscsi(4) and ctl(4).
2015-07-18 Edward Tomasz... Remove a comment in the wrong place.
2015-07-18 Edward Tomasz... Document suspend/resume notification in devd.conf(5).
2015-07-18 Edward Tomasz... Add CARP events description to devd.conf(5).
2015-07-18 Edward Tomasz... fstyp(8) ships with 10.2.
2015-07-18 Edward Tomasz... uefisign(8) ships with 10.2.
2015-07-18 Konstantin... The si_status field of the siginfo_t, provided by the...
2015-07-18 Kevin LoSince the IETF has redefined the meaning of the tos...
2015-07-18 Mark JohnstonFix the !KDTRACE_HOOKS build.
2015-07-18 Marcelo AraujoFix contraction spotted by igor(1) and remove 2 .Ed...
next