]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2016-12-24 Hiroki SatoFix gcc build.
2016-12-24 Alexander MotinImprove length handling when writing sense data.
2016-12-24 Enji CooperUnbreak syslogd after r310494
2016-12-24 Enji Cooperstyle(9): delete stray trailing whitespace after break...
2016-12-24 Enji CooperBe more strict about IpAddress type in snmp_value_parse(..)
2016-12-24 Enji CooperMinor style(9) fixes
2016-12-24 Enji CooperSort #includes
2016-12-24 Enji CooperAllow SNMPv3 authNoPriv and noAuthNoPriv protocols...
2016-12-24 Enji CooperWarning message cleanup
2016-12-24 Konstantin... Fix argument type and microoptimize swp_pager_meta_free().
2016-12-24 Hiroki Sato- Remove unused code.
2016-12-24 Alexander KabaevAdd driver for JZ4780 RTC device.
2016-12-24 Oleksandr Tymoshenko[spigen] Fix spigen attaching as a driver for SPI devic...
2016-12-23 Rick MacklemFix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION...
2016-12-23 Alexander MotinImplement printing forwarded sense data.
2016-12-23 Ed Mastemlx(4): remove date from log message
2016-12-23 Alexander KabaevPass memattrs to fb device so that user mappings can...
2016-12-23 Jason A. HarmeningMove the objects used to create temporary mappings...
2016-12-23 Alexander MotinAdd place-holders for TAPE STREAM MIRRORING subcommands...
2016-12-23 Enji CooperProvide some guidance when dealing with sections and...
2016-12-23 Enji CooperDon't hardcode $(securityModelUSM) (3) in the authPriv...
2016-12-23 Sepherosa Ziehauhyperv/ic: Allow applying the samples from hypervisor...
2016-12-23 Sepherosa Ziehauhyperv/ic: Fix version4 timesync message format.
2016-12-23 Enji CooperSort #includes per style(9)
2016-12-23 Enji CooperGroup all loadable modules in the %default section
2016-12-23 Enji CooperClean up trailing whitespace
2016-12-23 Hiroki Sato- More ifdef INET and INET6.
2016-12-23 Enji CooperClarify failure in snmp_output(..) with call to snmp_pd...
2016-12-23 Mark JohnstonAdd a comment explaining the race fixed by r310423.
2016-12-23 Hiroki Satomdoc and style fixes.
2016-12-23 Hiroki Satomdoc fixes.
2016-12-23 John BaldwinTeach DDB how to unwind across a kernel stack overflow.
2016-12-23 John BaldwinMFamd64: Various fixes for MIPS minidumps.
2016-12-23 Simon J. GerratyUpdate meta* from bmake-20161212
2016-12-22 Adrian Chadd[net80211] WEP offload support.
2016-12-22 Hiroki Sato- Add -S option to specify the source address/port...
2016-12-22 Enji CooperRevert r310138
2016-12-22 Ian LeporeUse ${.OBJDIR} to refer to the kernel build object...
2016-12-22 Adrian Chadd[rsu] convert rsu to use the ieee80211_rx_stats struct...
2016-12-22 John BaldwinFix dump_avail[] for MALTA platforms to include the...
2016-12-22 Julian ElischerIf you are going to be run individually to make a new...
2016-12-22 Ed Mastemlx: avoid use of __DATE__ to make build reproducible
2016-12-22 John BaldwinReplace passive voice with active voice and other tweaks.
2016-12-22 Mark JohnstonRevert part of r300109.
2016-12-22 Mark Johnstonrtld: Fix a couple of bugs around the unloading of...
2016-12-22 Mark Johnstonrtld: Ensure that dlopen() cannot obtain a reference...
2016-12-22 Mark Johnstonrtld: Fix a race between dl_iterate_phdr() and dlclose().
2016-12-22 Roger Pau Monnéxen: fix IPI setup with EARLY_AP_STARTUP
2016-12-22 Alan SomersAdd a dumpdev example to /boot/defaults/loader.conf
2016-12-22 Emmanuel VadotAllwinner clk: factor M for mod clock is 4 bits, not 5
2016-12-22 Hiroki Sato- Fix a use-after-free bug when dq_timeout == 1 and
2016-12-22 Alexander MotinAdd support for REPD bit in RSTMF command.
2016-12-22 Alexander MotinFix REPORT SUPPORTED OPERATION CODES for READ/WRITE...
2016-12-22 Hans Petter... Make a read only pointer constant.
2016-12-22 Hans Petter... Add more comments regarding collection of statistics...
2016-12-22 Hiroki SatoAdd a missing "default:" case.
2016-12-22 Hiroki SatoInitialize a structure by using a compound literal...
2016-12-22 Hiroki SatoFix debug log in the case of AF_INET6.
2016-12-22 Hiroki Sato- Simplify masklen->netmask conversion for AF_INET6.
2016-12-22 Brooks DavisConvert tunefs use to nmount(2)
2016-12-22 Gavin Atkinsonow_temp: Update the temperature visible via the sysctl...
2016-12-21 Gavin Atkinsonow_temp: Correct typo in comment
2016-12-21 Gleb SmirnoffRemove assigned only variable.
2016-12-21 Oleksandr Tymoshenko[iwn] Several fixes for DMA part of iwn(4)
2016-12-21 Alexander MotinAdd support for REPORTING OPTIONS == 3 in REPORT SUPPOR...
2016-12-21 Ed Mastebhnd: remove srand() to ensure deterministic output
2016-12-21 Pedro F. Giffunipax(1): Fix a bug with archives smaller than 512 bytes.
2016-12-21 Alexander MotinAdd support for SITUA bit in Logical Block Provisioning...
2016-12-21 Ed Mastelibunwind: make __{de,}register_frame compatible with...
2016-12-21 Alexander MotinFix UUID formatting added in r310360. Oops!
2016-12-21 Alexander MotinReport UUID and MD5 LUN IDs.
2016-12-21 Alexander MotinAdd support for locally assigned RFC 4122 UUID LUN...
2016-12-21 Ed SchoutenAdd an example inetd(8) entry for the Prometheus sysctl...
2016-12-21 Ed SchoutenAdd a Prometheus exporter for sysctl values.
2016-12-21 Hiroki SatoSimplify type casting of struct sockaddr_in.
2016-12-21 Hiroki Sato- Initialize deadq_head statically.
2016-12-21 Hiroki Sato- Add fklog into struct socklist. Files and local...
2016-12-21 Hiroki Sato- Use fnmatch(3) for domanname matching of -a options.
2016-12-21 Sepherosa Ziehauhyperv: Unbreak EARLY_AP_STARUP Hyper-V bootstrap by...
2016-12-21 Sepherosa Ziehauhyperv/storvsc: The max channel in PDU actually means...
2016-12-21 Mark FelderAdd amdmi3 to ports-secteam
2016-12-21 Sepherosa Ziehaubuild: Unbreak LINT
2016-12-21 Oleksandr Tymoshenko[iMX6] Fix SDMA driver build
2016-12-21 Oleksandr Tymoshenko[iMX6] Fix build for SSI driver and add dependency...
2016-12-21 Landon J. Fullerbhnd(4): Use a stable sort key to produce deterministic...
2016-12-20 Conrad MeyerFollow-up to r310340: Add missing "Intel" to description
2016-12-20 Conrad MeyerAdd Braswell PCI IDs for Intel Cherryview
2016-12-20 Alexander MotinBump specifications support to SAM-6/SPC-5.
2016-12-20 Kenneth D.... Turn on FC-Tape by default in the isp(4) driver.
2016-12-20 Gleb SmirnoffFix memory leak.
2016-12-20 John BaldwinDon't spin in pause() during early boot for kthreads...
2016-12-20 Ruslan Bukino Unmute headphones on Imgtec CI20 board.
2016-12-20 Ruslan BukinAdd jz4780 AIC (Audio Interface Controller) driver.
2016-12-20 Mark JohnstonAvoid modifying the object string table when patching...
2016-12-20 Ruslan BukinAdd jz4780 PDMA controller driver.
2016-12-20 Ruslan BukinAdd xDMA -- the DMA abstraction layer, initial verison.
2016-12-20 Conrad MeyerAdd a 'force' option for non-interactive crontab removal
2016-12-20 Alan SomersRemove stray debugging code from r310180
2016-12-20 Sepherosa Ziehauhyperv/ic: Rename cleaned up files.
2016-12-20 Hiroki SatoEscape punctuation characters.
next