]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-08-07 Marcel Moolenaaro Fix a typo.
2015-08-07 Gleb SmirnoffFix mtx_assert() argument.
2015-08-07 Alexander MotinAdd unmapped I/O support to ata(4) driver.
2015-08-07 Alexander MotinAdd more ifdefs to fix build with GCC after r286406.
2015-08-07 Gleb SmirnoffFix !MWL_DEBUG build.
2015-08-07 Jason A. HarmeningCreate man page for pmap_quick_enter_page(9) and pmap_q...
2015-08-07 Gleb SmirnoffChange KPI of how device drivers that provide wireless...
2015-08-07 Christian BruefferManpage cleanup.
2015-08-07 Andrew TurnerAttach dwmmc to the ofwbus, som devicetrees place it...
2015-08-07 Andrew TurnerStop including machine/fdt.h, it's unneeded, and purpos...
2015-08-07 Marcelo AraujoWrap some unused functions with notyet, it is necessary...
2015-08-07 Konstantin... Minor style cleanup of the code surrounding r286404.
2015-08-07 Konstantin... The condition to use direct processing for the unmapped...
2015-08-07 Marcelo AraujoRemove an extra new line on usage().
2015-08-07 Marcelo AraujoFix variable 'old' is used uninitialized whenever ...
2015-08-07 Konstantin... Remove unused i386 header privatespace.h. For the...
2015-08-07 Gregory Neil... Reminder to check tools/build/mk/OptionalObsoleteFiles...
2015-08-07 Marcel MoolenaarRebase after r286395: rounding fix for dynamic VHD
2015-08-07 Marcel MoolenaarFix the dynamic VHD format to work with qemu. The size...
2015-08-07 Marcelo AraujoGet closest as possible with style(9). No functional...
2015-08-07 Kevin LoAdd support for ASUS WL-100g.
2015-08-06 Xin LINow that the portsnap buildbox is generating the raw...
2015-08-06 Alan CoxIntroduce a sysctl for reporting the number of fully...
2015-08-06 Ian LeporeDocument the recently added get-bitmode and eeprom...
2015-08-06 John BaldwinConsistently use both leading and trailing spaces insid...
2015-08-06 Ian LeporeReturn the current ftdi bitbang mode with the UFTDIIOC_...
2015-08-06 John BaldwinWhitespace fixes to consistently use spaces before...
2015-08-06 Ian LeporeAdd support to the uftdi driver for reading and writing...
2015-08-06 John BaldwinDecode the arguments passed to the *at() family of...
2015-08-06 John BaldwinDecode the arguments to mkfifo() and fix an off-by...
2015-08-06 John BaldwinDon't mark the fcntl flag argument as an output paramet...
2015-08-06 Xin LINow that stable/8 is EOL, stop building INDEX-8.
2015-08-06 Konstantin... Formally pair store_rel(&smp_started) with load_acq...
2015-08-06 Pawel Jakub... After crypto_dispatch() bio might be already delivered...
2015-08-06 John BaldwinRemove some more vestiges of the Xen PV domu support...
2015-08-06 John BaldwinThe changes that introduced fo_mmap() treated all chara...
2015-08-06 John BaldwinAdd various tests to ensure that invalid arguments...
2015-08-06 John BaldwinConvert the map_at_zero test case to ATF. In particula...
2015-08-06 Allan JudeRemove guards around overwriting loader.rc and menu.rc
2015-08-06 Enji CooperMake some debug printf's into DPRINTF's to reduce noise...
2015-08-06 Andrew TurnerFill in dump_avail based on the physical memory from...
2015-08-06 Glen BarberFix a typo.
2015-08-06 Gleb SmirnoffMake it compilable. No idea if it works.
2015-08-06 Edward Tomasz... Whoops, wrong flag.
2015-08-06 Edward Tomasz... Tweak mdconfig(8) manual page, in particular revise...
2015-08-06 Ed SchoutenAdd file_open(): the underlying system call of openat().
2015-08-06 John BaldwinAdd recently added values of various flags and enumerat...
2015-08-05 Conrad Meyernfsclient: Protest loudly when GETATTR responses are...
2015-08-05 Alexander MotinPass SYNCHRONIZE CACHE command parameters to backends.
2015-08-05 Xin LIFix a bug which could make routed(8) daemon exit by...
2015-08-05 Xin LIFix shell injection vulnerability in patch(1) via ed...
2015-08-05 Alexander MotinRelax serialization of SYNCHRONIZE CACHE commands.
2015-08-05 Jilles Tjoelkerfind: Fix segfault with very long path in -exec/-ok...
2015-08-05 Adrian ChaddAdd a hack-around to this fatal taskqueue running whils...
2015-08-05 Adrian ChaddAdd a missing method - ath_hal_settsf64().
2015-08-05 Baptiste DaroussinAdd regression tests for a bug reported in stable/10
2015-08-05 Navdeep Parharcxgbe(4): Update T5 and T4 firmwares bundled with...
2015-08-05 Adrian ChaddAdd TXOP enforce support to the AR9300 HAL.
2015-08-05 Ed MasteRationalize BSD license on sys/*/include/in_cksum.h
2015-08-05 Ed MasteRemove empty directories left by r286332
2015-08-05 Ed MasteRemove old GNU Binutils tools now provided by ELF Tool...
2015-08-05 John BaldwinRework get_string() to make it more robust when fetchin...
2015-08-05 John BaldwinWhitespace fix: remove some spurious spaces before...
2015-08-05 Edward Tomasz... Make rctl_enable rc variable actually work. To avoid...
2015-08-05 Jung-uk KimFix more style issues.
2015-08-05 Ed MasteRationalize BSD license on sys/*/include/float.h
2015-08-05 Ed SchoutenCorrect the previous commit: remove the DECLARE_MODULE().
2015-08-05 Ed SchoutenAdd DECLARE_MODULE() to the "cloudabi" kernel module.
2015-08-05 Ed SchoutenMake fcntl(F_SETFL) work.
2015-08-05 Li-Wen HsuFix `make depend` in sys/modules
2015-08-05 Alexander MotinIssue all reads of single XCOPY segment simultaneously.
2015-08-05 Ed SchoutenRegenerate the system call table.
2015-08-05 Ed SchoutenImport the latest CloudABI system call definitions...
2015-08-05 Eric van GyzenDisable SSE in libthr
2015-08-05 Konstantin... Fix UP build after r286296, ensure that CPU_FOREACH...
2015-08-05 Jason A. HarmeningProperly sort the function declarations added in r286296
2015-08-05 Ed SchoutenAdd the remaining pointer size independent CloudABI...
2015-08-05 Ed SchoutenAllow the creation of polling descriptors (kqueues...
2015-08-05 Ed SchoutenAllow the creation of kqueues with a restricted set...
2015-08-05 Ed SchoutenMake it possible to implement poll(2) on top of kqueue(2).
2015-08-05 Enji CooperSet f_file to -1/F_UNUSED when after closing when possible
2015-08-05 Enji CooperUpdate the comment about handling old-style rc(5) scripts
2015-08-05 Justin HibbitsRemove one more that crept in unnecessarily from previo...
2015-08-05 Justin HibbitsRemove some unnecessary includes.
2015-08-04 Jason A. HarmeningAdd two new pmap functions:
2015-08-04 Rui PauloBEAGLEBONE: remove dtrace from MODULES_EXTRA.
2015-08-04 Jung-uk KimFix style(9) bugs.
2015-08-04 John-Mark GurneyMake IPsec work with AES-GCM and AES-ICM (aka CTR)...
2015-08-04 Kevin LoAdd support for Planex GW-NS300N.
2015-08-04 Allan Judexargs now takes -P0, creating as many concurrent proces...
2015-08-04 Konstantin... Give large kernel stack to the initial thread . Otherw...
2015-08-04 Glen BarberEnsure the local MANIFEST is always used when verifying...
2015-08-04 Konstantin... Copy the fencing of the algorithm to do lock-less updat...
2015-08-04 Edward Tomasz... Fix panic triggered by code like this:
2015-08-04 Hans Petter... Avoid calling into the random subsystem before it is...
2015-08-04 Edward Tomasz... Mark vgonel() as static. It was already declared stati...
2015-08-04 Edward Tomasz... Revert r286236; vgonel() is a static function.
2015-08-04 Marcelo AraujoGet it closes to style(9).
2015-08-04 Ed SchoutenLet the CloudABI futex code use umtx_keys.
2015-08-04 Ed SchoutenFix bad arithmetic in umtx_key_get() to compute object...
next