]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2017-04-05 hselaskyUnify error handling when si_drv1 is NULL in the LinuxKPI.
2017-04-05 hselaskyImplement down_write_killable() in the LinuxKPI.
2017-04-05 sephehyperv/hn: Fixat RNDIS rxfilter after the successful...
2017-04-05 sephehyperv/storvsc: Fixup SRB status.
2017-04-05 cyr316487 altered the defined values of rc_force from...
2017-04-05 sephehyperv/kbd: Add support for synthetic keyboard.
2017-04-05 jhbAlways pass the linker emulation via -m when linking...
2017-04-05 jhbSync SYSTEM_LD in Makefile.arm with kern.pre.mk.
2017-04-05 jhbUse correct linker emulation name for armeb.
2017-04-05 jhbAdd an implementation of __ffssi2() derived from __ffsd...
2017-04-05 jhbDon't leak a session and lock if a GMAC key has an...
2017-04-05 cemufs: Export UFS_MAXNAMLEN to pathconf, statfs
2017-04-04 aeUse unique SPI.
2017-04-04 aeIn the example section show that TCP-MD5 connection...
2017-04-04 npcxgbe(4): Program the global RSS key once instead of...
2017-04-04 ngieDon't assume NAME_MAX is 255
2017-04-04 ngieClean up more trailing whitespace in the licensing...
2017-04-04 ngieClean up trailing whitespace
2017-04-04 sbrunoAllow MSIX to be turned off by tuneable per interface...
2017-04-04 asomersFix file descriptor and memory leaks in pr(1)
2017-04-04 asomersstrcpy => strlcpy, strcat => strlcat
2017-04-04 brooksCorrect a kernel stack leak in 32-bit compat when vfc_n...
2017-04-04 sevanCorrect the grammar mistakes introduced by me in the...
2017-04-04 cembsdgrep(1): Fix errors with invalid expressions
2017-04-04 sbrunono_desc_avail is tracked in iflib now making this redun...
2017-04-04 jhbAssert that the align parameter to uma_zcreate() is...
2017-04-04 cembsdgrep(1): Rip out "xmalloc" bits
2017-04-04 emastebsdgrep: revert color changes from r316477
2017-04-04 aeWhen we are doing SA lookup for TCP-MD5, check both...
2017-04-04 emastebsdgrep: Initialize vars to avoid a false positive...
2017-04-04 sevanReplace an with a
2017-04-04 desAllow command modifiers (fast, quiet etc.) to be stacke...
2017-04-04 traszRemove dead code/ifdef.
2017-04-04 davidcsAdd 25/40/100Gigabit Ethernet Driver version v1.3.0...
2017-04-04 cembsdgrep(1): create rgrep link
2017-04-04 allanjuderemove machine/metadata.h from sys/opencrypto/crypto.c
2017-04-04 jhibbitsDon't calltsec_receive_intr_locked() from the error...
2017-04-04 jhibbitsDefragment the transmit mbuf chain only if necessary.
2017-04-04 jhibbitsFix mis-manual merge.
2017-04-04 jhibbitsFix set-but-not-used warnings
2017-04-04 jhibbitsUse a common tsec_mii_wait() function to busy wait...
2017-04-03 emastebsdgrep: fix matching behaviour
2017-04-03 gavinFix spelling mistake, BCM2835_PASWORD -> BCM2835_PASSWORD
2017-04-03 sbrunoRemove unsafe and non-functional DDB functions that...
2017-04-03 sbrunoRemove rx_processing_limit sysctl and now orphaned...
2017-04-03 emastebsdgrep: treat rgrep as grep -r
2017-04-03 traszFix typo.
2017-04-03 traszAdd basic description of kernel source layout.
2017-04-03 traszRemove excessive horizontal whitespace from hier(7...
2017-04-03 sevanWhilst mount_pcfs originated as a patch in 386BSD,...
2017-04-03 bdeFix a missing const in my previous commit which broke...
2017-04-03 aeRemove "IPFW static rules" rmlock.
2017-04-03 smhFix expandsz 16.0E vals and vdev_min_asize of RAIDZ...
2017-04-03 bdeShow high (blinking foreground/bright background) backg...
2017-04-03 mmMFV r316454,316455:
2017-04-03 bdeRemove the global variable 'info' and fix associated...
2017-04-03 rwatsonBreak audit_bsm_klib.c into two files: one (audit_bsm_k...
2017-04-03 bdeSave errno across revert().
2017-04-03 bdeFix some parsing and error handling bugs.
2017-04-03 aeGC some unused declarations.
2017-04-03 allanjudeSmall cleanup to make i386/loader match efi/loader...
2017-04-03 allanjudeRestore EFI boot environment functionality broken in...
2017-04-03 aeAdd ipfw_pmod kernel module.
2017-04-03 aeAdd O_EXTERNAL_DATA opcode support.
2017-04-03 aeAdd the log formatting for an external action opcode.
2017-04-02 vangyzenFix indentation in dd(1)
2017-04-02 adrian[net80211] refactor the A-MPDU RX window code
2017-04-02 mavFix variable for sizeof() in previous commit.
2017-04-02 mavAdd Log directory and SATA NCQ Send and Receive Log.
2017-04-02 dchaginUse the kern_clock_nanosleep() to implement Linux clock...
2017-04-02 allanjudeFix sparc64 build broken by r316343 and r316076
2017-04-02 bdeRemove checks that background (bg) colors are not brigh...
2017-04-02 jillessh: Remove an XXX comment: it is normal for builtins...
2017-04-02 jillessh: Remove global state from collate_range_cmp().
2017-04-02 jillessh: Don't scan word twice in ${param=word}.
2017-04-02 jillessh: Don't scan word twice in ${param#%##%%word}.
2017-04-02 avosiwn: use correct mask for queue ids (0xf -> 0x1f).
2017-04-02 jillessh: Don't scan word twice in ${param+-word}.
2017-04-02 gavinAdd IDs for several missing Intel SMBus controllers.
2017-04-02 mavAdd IDs for Intel Cougar Point USB 2.0 controller.
2017-04-02 bdeRemove the unportable -msse4 here too after fixing...
2017-04-02 bdeReset the DAC to 6-bit mode before calling the BIOS...
2017-04-02 dchaginRemove excess tv_nsec test as this is done by linux_to_...
2017-04-02 dchaginThe value in the tv_nsec field should be in the range...
2017-04-02 dchaginAs noted by bde@ negative tv_sec values are not checked...
2017-04-02 jhibbitsAdd Freescale eSPI driver found on QorIQ SoCs
2017-04-01 jhibbitsUse the newly added mpc85xx_get_system_clock()
2017-04-01 jhibbitsAdd a helper function to get system reference clock
2017-04-01 ianCorrect a comment... the stack used by ubldr is the...
2017-04-01 manuReduce the diff on beaglebone-black DTS.
2017-04-01 ianPreserve the registers containing argc, argv, and retur...
2017-04-01 gonzo[versatilepb] Fix keyboard driver after switching to...
2017-04-01 gonzo[versatilepb] Convert VERSATILEPB kernel to INTRNG...
2017-04-01 jkimFix typos to stop removing new files.
2017-04-01 asomersFix man page typo from r316342
2017-04-01 novelMinor style improvements in bhyve.8
2017-04-01 kppf: Fix leak of pf_state_keys
2017-04-01 allanjudeImplement boot-time encryption key passing (keybuf)
2017-04-01 asomersConsolidate random sleeps in periodic scripts
2017-04-01 pfgext2fs: Initial support for Extended Attributes.
next