]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2014-09-09 Edward Tomasz... Fix ctld(8) to not forget to send TargetPortalGroupTag...
2014-09-09 Edward Tomasz... Avoid unlocking unlocked mutex in RCTL jail code. ...
2014-09-09 Alexander MotinReport that DPO and FUA bits are supported after r271311.
2014-09-09 Joel DahlMinor mdoc nit.
2014-09-09 Joel Dahl- Add missing "
2014-09-09 Alexander MotinOops, missed piece of r271311.
2014-09-09 Aleksandr RybalkoRevert r269474. Special keyboard combinations should...
2014-09-09 Alexander MotinAdd support for Mode Page Policy (0x87) VPD page.
2014-09-09 Ian LeporeRename new to newval in inline asm code, to avoid clash...
2014-09-09 Alexander MotinImprove cache control support, including DPO/FUA flags...
2014-09-09 Alexander MotinMake ZVOL writes in device mode support IO_SYNC flag.
2014-09-09 Andrey V. ElsukovAdd the ability to set `prefer_source' flag to an IPv6...
2014-09-09 Kevin LoDrop frames that have larger than MCLBYTES.
2014-09-09 Adrian ChaddAdd basic RSS awareness for the UDPv6 send path.
2014-09-09 Adrian ChaddCalculate the RSS hash for outbound UDPv4 frames.
2014-09-09 Adrian ChaddUpdate the IPv4 input path to handle reassembled frames...
2014-09-09 Peter GrehanAdd a callback to be notified about negotiated features.
2014-09-09 Adrian ChaddImplement IPv4 RSS software hash functions to use durin...
2014-09-09 Enji CooperBe ANSI-C compliant when defining CX_LIMITED_RANGE...
2014-09-09 Adrian ChaddAdd support for receiving and setting flowtype, flowid...
2014-09-09 Adrian ChaddAdd IP_NODEFAULTFLOWID awareness to ip6_output().
2014-09-09 Adrian ChaddAdd a flag to ip_output() - IP_NODEFAULTFLOWID - which...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-08 Christian BruefferUse the right constants in comparisons. This is curren...
2014-09-08 Ian LeporeAdd a 'ubenv import' command to import environment...
2014-09-08 Glen BarberInclude the gssapi_krb5 library in KRB5_LDFLAGS.
2014-09-08 Ed MasteAdd clang patch for r271282
2014-09-08 Ed MasteMerge Clang debug info crash fix rev 200797:
2014-09-08 Brooks DavisVendor import of NetBSD's (un)vis(3) at 2014-09-08
2014-09-08 Bryan DreweryAvoid rs(1) hitting LINE_MAX with custom trees that...
2014-09-08 Dag-Erling... Revert r271257 after several issues were pointed out...
2014-09-08 Alexander MotinBunch of microoptimizations to reduce dereferences...
2014-09-08 Edward Tomasz... Make it possible to use empty user name ("-U ''") for...
2014-09-08 Edward Tomasz... Make mount_smbfs(8) preserve the "automounted" mount...
2014-09-08 Dag-Erling... Use the correct idiom for default values, and ensure...
2014-09-08 Dag-Erling... Fail rather than segfault if neither PAM_TTY nor PAM_RH...
2014-09-08 Dag-Erling... Fix support for IPv6 nameservers.
2014-09-08 Hiroki Sato- Make hhook_run_socket() vnet-aware instead of adding...
2014-09-08 Jean-Sébastien... pause_sbt(): Take the cold path (ie. use DELAY()) if...
2014-09-08 Bjoern A. ZeebUse __DECONST to avoid compiler warnings (and thus...
2014-09-08 Jean-Sébastien... vt(4): Change the terminal and buffer sizes, even witho...
2014-09-08 Adrian ChaddImplement htprotmode handling.
2014-09-08 Peter WemmTemporarily remove the warning added r270781 - it print...
2014-09-08 Adrian Chadd(more) correctly account TX completion status for A...
2014-09-08 Adrian ChaddBring over some more status codes from the Linux iwlwif...
2014-09-08 Glen BarberSilence a bmake(1) warning in the gif(4) module build
2014-09-08 Alan CoxOops. vm_map_simplify_entry() is used by mac_proc_vm_r...
2014-09-08 Alan CoxMake two functions static and eliminate an unused ...
2014-09-07 Enji CooperInclude src.opts.mk after SHLIBDIR has been defined...
2014-09-07 Andrew TurnerWhen entering the kernel with the MMU off assume we...
2014-09-07 Sean BrunoRemove redundant kern conf entries that are inherited...
2014-09-07 Andrew TurnerRemove Lvirtaddr and Lphysaddr, these don't appear...
2014-09-07 Andrew TurnerGeneralise the va to pa code and use it when starting...
2014-09-07 Michael TuexenAddress warnings generated by the clang analyzer.
2014-09-07 Michael TuexenAddress another warnings reported by Patrick Laimbock...
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-07 Xin LI5118 When verifying or creating a storage pool, error...
2014-09-07 Xin LI5116 zpool history -i goes into infinite loop
2014-09-07 Xin LI5117 space map reallocation can cause corruption
2014-09-07 Xin LIFix typo.
2014-09-07 Michael TuexenUse union sctp_sockstore instead of struct sockaddr_sto...
2014-09-07 Andrew TurnerCreate a common i.MX53 config and use it with the two...
2014-09-07 Michael TuexenUse SYSCTL_PROC instead of SYSCTL_VNET_PROC.
2014-09-07 Hans Petter... Update mixer description for FastTrackPro.
2014-09-07 Gleb Smirnoffstyle(9)
2014-09-07 Gleb SmirnoffFix for r271182.
2014-09-06 Adrian ChaddImplement local sfbuf_map and sfbuf_unmap for MIPS32.
2014-09-06 Michael TuexenFix a leak of an address, if the address is scheduled...
2014-09-06 Konstantin... Add a define for index of IA32_XSS MSR, which is, per...
2014-09-06 Alexander MotinSave one register read (AHCI_IS) for AHCI controllers...
2014-09-06 Konstantin... SDM rev. 50 defines the use of the next 8 bytes in...
2014-09-06 Michael TuexenFix the handling of sysctl variables when used with...
2014-09-06 Ian LeporeWhen registering an association between a device and...
2014-09-06 Warner LoshRestore order of interrupt setup. Minor problems can...
2014-09-06 Ruslan Bukino Remove __unused attribute on variables which actually...
2014-09-06 Ian LeporeRevert rr271190, it was based on a misunderstanding...
2014-09-06 Andrew TurnerFixthe spelling of ehci
2014-09-06 Konstantin... Add more bits for the XSAVE features from CPUID 0xd...
2014-09-06 Alexander MotinFix typo in comments.
2014-09-06 John BaldwinCreate a separate structure for per-CPU state saved...
2014-09-06 Ian LeporeAdd OF_xref_from_node_strict() which returns -1 if...
2014-09-06 Andrew TurnerAllow us to use the virtual timer. It is currently...
2014-09-06 Joel Dahlmdoc: remove superfluous paragraph macro.
2014-09-06 Edward Tomasz... Avoid ctld(8) crash on getaddrinfo(3) failure.
2014-09-06 Ruslan BukinAdd FPGA Manager driver. This driver allows to program...
2014-09-05 Mateusz GuzikPlug unnecessary fp assignments in kern_fcntl.
2014-09-05 Gleb SmirnoffSet vnet context before accessing V_socket_hhh[].
2014-09-05 Andrew TurnerAdd the virtual timer irq to the list of interrupts...
2014-09-05 Jean-Sébastien... vt_vga: vd_setpixel_t and vd_drawrect_t are noop in...
2014-09-05 Andrew TurnerAdd the fp{get,set}{mask,round} functions to the public...
2014-09-05 Ed MasteCorrect patch paths (remove contrib/llvm/)
2014-09-05 Robert WatsonGarbage collect NFSMINOFF() from the NFS stack; this...
2014-09-05 Robert WatsonClarify a diagnostic printf() in the mbuf code: M_EXT...
2014-09-05 Benno RiceAdd support for gdb's memory searching capabilities...
2014-09-05 Edward Tomasz... Document initiator-portal netmask support.
2014-09-05 Edward Tomasz... Turn two errors, which are possible to trigger only...
2014-09-05 Kevin LoRevert r271159, Mis-patched the tree.
2014-09-05 Edward Tomasz... Make it possible to quote names in autofs maps using...
2014-09-05 Alexander MotinInvert AHCI_Q_NOBSYRES quirk meaning, waiting for readi...
next