]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-07-10 Cy SchubertRemove redundant space.
2018-07-10 Daichi GOTOtop(1): Fix the prompt bug and core dump problem in...
2018-07-10 Mark JohnstonFix pre-SI_SUB_CPU initialization of per-CPU counters.
2018-07-10 Warner LoshTweak documentation to RB_ constants to reflect current use
2018-07-09 Pedro F. Giffunilocaledef(1): remove duplicated includes.
2018-07-09 Justin Hibbitspowerpc/powernv: Make opal_i2c driver work with attache...
2018-07-09 Pedro F. Giffunised(1): Suppress implicit-fallthrough.
2018-07-09 Oleksandr Tymoshenkoig4(4): add devmatch(8) PNP info
2018-07-09 Rick MacklemAdd support for a "forced" pnfsdskill to the pNFS serve...
2018-07-09 Emmanuel Vadottruncate: Add support for -s % and /
2018-07-09 Emmanuel Vadottruncate: style(9) some parts
2018-07-09 Ian LeporeAdd pnp info to the imx_spi driver.
2018-07-09 Ian LeporeAdd a manpage for the imx_spi driver.
2018-07-09 Warner LoshRemove gateworks nanobsd support.
2018-07-09 Warner LoshRemove armeb from the list of architectures we build...
2018-07-09 Ian LeporeAdd missing generated header file.
2018-07-09 Andrey V. ElsukovAdd "record-state", "set-limit" and "defer-action"...
2018-07-09 Andrey V. ElsukovDeduplicate the code.
2018-07-09 Wojciech MacekARM64: Add quirk mechanism to pci_host_generic_acpi
2018-07-09 Wojciech MacekARM64: Add support for ThunderX2 PCIe
2018-07-09 Wojciech MacekARM64: Add ThunderX2 CPU revision macro. Add ThunderX2...
2018-07-09 Conrad Meyergzip(1): Don't shadow global 'err'
2018-07-09 Conrad MeyerIntegrate SHA2-224 with userspace components
2018-07-09 Conrad MeyerOCF: Add plain hash modes
2018-07-09 Conrad MeyerOCF: Add CRYPTO_SHA2_224_HMAC mode
2018-07-09 Conrad MeyerImplement SHA2-224 submode of SHA2-256
2018-07-09 Conrad MeyerRemove "HMAC" from <HASH>_HMAC_BLOCK_LEN macro names
2018-07-09 Xin LIDon't delete outfile unconditionally.
2018-07-09 Warner LoshRemove dirs that git svn should have removed but didn't.
2018-07-08 Pedro F. Giffunilibiconv: correct undefined behavior.
2018-07-08 Warner LoshRemove stray space from PNP string.
2018-07-08 Pedro F. Giffunigzip: fix for undefined behavior.
2018-07-08 Ian LeporeOops, fix a typo: imx_snvs should be imx6_snvs.
2018-07-08 Ian LeporeMove device statements out of std.imx* and into kernel...
2018-07-08 Warner LoshAdd PNP info to PCI attachment of et driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of ipw driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of ixv driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of ix driver
2018-07-08 Warner LoshAdd PNP info to PCI attachments of ciss driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of dc driver
2018-07-08 Warner LoshAdd PNP info to PCI attachments of bge driver
2018-07-08 Warner LoshAdd PNP info to PCI attachments of bfe driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of alc driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of gem driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of fxp driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of ena driver
2018-07-08 Warner LoshAdd PNP info to PCI attachment of cas driver
2018-07-08 Mark JohnstonReuse the PV entry when updating a mapping in pmap_enter().
2018-07-08 Ian LeporeMake the imx6_snvs driver usable as a module, add pnp...
2018-07-08 Matt Macycritical_{enter, exit}: add missing compiler barrier
2018-07-08 Ian LeporeCatch up with improvements in RTC handling... It's...
2018-07-08 Rick MacklemFix the kernel part of pnfsdscopymr() to handle holes...
2018-07-08 Alan CoxInvalidate the mapping before updating its physical...
2018-07-08 Mark JohnstonReduce diff between msun/src/e_pow.c and msun/src/e_powf.c.
2018-07-08 Mark JohnstonFix whitespace issues in bessel function routines.
2018-07-08 Konstantin... Add a missed chunk r335939.
2018-07-08 Ed SchoutenUse the FQDN in the newsyslog log message when RFC...
2018-07-08 Warner LoshStop using ../zfs/libzfs.h but instead use libzfs.h.
2018-07-08 Warner LoshMove ZFS files into libsa
2018-07-08 Ian LeporeCreate an aarch64 subdir under man4, now that we have...
2018-07-08 Ian LeporeAdd pnp info to imx6_ahci, and add a module makefile...
2018-07-08 Ian LeporeMove armv8crypto.4 into the aarch64 dir; should have...
2018-07-07 Ian LeporeMove arm- and aarch64-specific manpages into arch-speci...
2018-07-07 Ian LeporeAdd a manpage for the imx5/6 watchdog driver.
2018-07-07 Rick MacklemFix handling of the hybrid DS case for a pNFS server.
2018-07-07 Kirk McKusickImport commit from NetBSD with checkin message:
2018-07-07 Ian LeporeAdd support to the imx watchdog for the FDT "timeout...
2018-07-07 Ian LeporeCorrectly calculate the value to put in the imx wdog...
2018-07-07 Ian LeporeAdd pnp info and a module makefile for the imx_wdog...
2018-07-07 Warner LoshFix PCI_SUBDEV call
2018-07-07 Warner LoshUpdate AMDSMB to use PCI_MATCH
2018-07-07 Warner LoshSwitch to using new PCI_MATCH stuff.
2018-07-07 Warner LoshCreate PCI_MATCH and pci_match_device
2018-07-07 Warner LoshMention the need to update devmatch.conf
2018-07-07 Sean BrunoWrap the declaration and assignment of "stripe" with...
2018-07-07 Sean Brunostruct ifmediareq *ifmrp is only used in the COMPAT_FRE...
2018-07-07 Michael TuexenAllow alternate TCP stack to populate the TCP FO client...
2018-07-07 Ed SchoutenAllow the use of slashes in process names of RFC 3164...
2018-07-07 Michael TuexenWhen initializing the TCP FO client cookie cache, take...
2018-07-07 Justin HibbitsLet ofw_iicbus work its magic on OPAL i2c buses.
2018-07-07 Jeff RobersonUse the ticks since the last update to reduce hysteresi...
2018-07-07 Dexuan Cuihyperv: Fix boot-up after malloc() returns memory of...
2018-07-06 John BaldwinExport a breakpoint() function to userland for arm...
2018-07-06 Ian LeporeSet .PATH to dev/usb/serial so that these modules compi...
2018-07-06 Oleksandr Tymoshenkoig4(4): Fix Apollo lake entries platform identifier
2018-07-06 Oleksandr Tymoshenkoig4(4): add support for Apollo Lake I2C controllers
2018-07-06 Konstantin... Expand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 Konstantin... Revert to recommit with the proper message.
2018-07-06 Konstantin... Save a call to pmap_remove() if entry cannot have any...
2018-07-06 Ed MasteRegen arm64 linux sysent after r336043
2018-07-06 Ed MasteFix arm64 linuxulator clone() argument order
2018-07-06 Navdeep Parharcxgbe(4): Assume that any unknown flash on the card...
2018-07-06 Rick MacklemChange the pNFS server so that it does not disable...
2018-07-06 Jamie GrittonChange prison_add_vfs() to the more generic prison_add_...
2018-07-06 Emmanuel Vadotpsci: Add \n at the end of printf
2018-07-06 Kyle Evanskern_environment: Fix SYSINIT ordering
2018-07-06 Jamie GrittonMissed a bit of doc change from r335921.
2018-07-06 Ben WidawskyAdding myself to committers-src.dot and calendar.freebsd
2018-07-06 Brooks DavisOne more 32-bit fix for r335979.
2018-07-06 Sean BrunoRemove duplicate configuration values as they are alrea...
next