]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Regenerate src.conf.5 after r304616
[FreeBSD/FreeBSD.git] / sys /
2016-08-22 Ed SchoutenMake CloudABI work on i386.
2016-08-22 Bruce EvansFurther fixes for translation of PrintScreen/SysRq.
2016-08-22 Bryan DreweryBump __FreeBSD_version for C++11 thread_local support...
2016-08-22 Ryan StoneTemporarily disable the optimization from r304436
2016-08-22 Andrew TurnerUse switch statements in pmap_remove_pages. While only...
2016-08-22 Conrad Meyerioat(4): Allow callouts to be scheduled after hw reset
2016-08-22 Conrad Meyerioat(4): Don't process events past queue head
2016-08-22 Hans Petter SelaskyIncrease the maximum RX/TX queue size. This allows...
2016-08-22 Andrew TurnerUse pmap_update_entry in pmap_enter when updating an...
2016-08-22 Andrew TurnerAdd sysctls to report on superpages statistics. While...
2016-08-22 Andrew TurnerAdd a size argument to pmap_update_entry.
2016-08-22 Hans Petter SelaskyFix for invalid use of bits in input context. Basically...
2016-08-22 Andrew TurnerAdd KASSERTS in pmap_alloc_l3 to ensure we are not...
2016-08-22 Sepherosa Ziehauhyperv/hn: Factor out function to simplify NVS request...
2016-08-22 Sepherosa Ziehauhyperv/hn: Factor out function to execute NVS transactions.
2016-08-22 Sepherosa Ziehauhyperv/hn: Get rid of netvsc_dev
2016-08-22 Sepherosa Ziehauhyperv/hn: Move chimney sending buffer to hn_softc
2016-08-22 Pyun YongHyeonAdd a missing change in r304575.
2016-08-22 Michael TuexenImprove the locking when sending user messages.
2016-08-22 Pyun YongHyeonAdd Killer E2400 Gigabit Ethernet support.
2016-08-22 Pyun YongHyeonCorrect DMA channel number selection on AR816x family of
2016-08-22 Michael TuexenRemove duplicate code, which is not protected by the...
2016-08-21 Bjoern A. ZeebRemove the kernel optoion for IPSEC_FILTERTUNNEL, which...
2016-08-21 Hans Petter SelaskyMake the UKBD USB transfers double buffered and set...
2016-08-21 Bruce EvansFix translation of the PrintScreen/SysRq and Pause...
2016-08-21 Emmanuel Vadotallwinner: Remove a20/a20_cpu_cfg.c from the build.
2016-08-21 Ed SchoutenAdd source files generated from the 32-bit system call...
2016-08-21 Ed SchoutenAdd CPU independent code for running 32-bits CloudABI...
2016-08-21 Ed SchoutenFix s/64/32/ conversion errors in the system call table.
2016-08-21 Ed SchoutenImport the 32-bit system call table and data types...
2016-08-21 Ed SchoutenDon't forget to define __ELF_WORD_SIZE.
2016-08-21 Ed SchoutenAdd a utility macro for converting 64-bit pointers...
2016-08-21 Ed SchoutenMove the linker script from cloudabi64/ to cloudabi/.
2016-08-21 Ed SchoutenUse the right _MAX constant.
2016-08-21 Ed SchoutenUse memcpy() to copy 64-bit timestamps into the syscall...
2016-08-21 Ed SchoutenRewrite the vDSOs for CloudABI in assembly.
2016-08-21 Adrian Chadd[mips] add support for the "creative" GNU extensions...
2016-08-20 Marko ZecPermit disabling net.inet.udp.require_l2_bcast in VIMAG...
2016-08-20 Mike KarelsDisable L2 caching for UDP over IPv6
2016-08-20 Robert WatsonAudit the accepted (or rejected) username argument...
2016-08-20 Michael TuexenUnbreak sctp_connectx().
2016-08-20 Robert WatsonAudit additional vnode information in the implementatio...
2016-08-20 Baptiste DaroussinImport Dragonfly Mail Agent snapshort from 20160806...
2016-08-20 Toomas Soomeloader is filling fixed length command_errbuf with...
2016-08-20 Andriy GaponJMicron JMB361 has only a single SATA port
2016-08-20 Justin HibbitsSkip HID1 initialization on e6500 cores, it doesn't...
2016-08-20 John BaldwinRemove the ie(4) driver for Intel 82586 ISA Ethernet...
2016-08-20 Eric Joynerixlv(4): Fix ixlv(4) not loading when loaded as a kerne...
2016-08-19 Emmanuel Vadotif_emac: Before generating a random MAC address, try...
2016-08-19 John BaldwinRemove the spic(4) driver for the Sony Vaoi Jogdial.
2016-08-19 John BaldwinRemove the wl(4) driver and wlconfig(8) utility.
2016-08-19 John BaldwinRemove the wds(4) driver for the WD700 ISA SCSI HBA.
2016-08-19 John BaldwinRemove the si(4) driver and sicontrol(8) for Specialix...
2016-08-19 John BaldwinRemove the scd(4) driver for Sony CDU31/33 CD-ROM drives.
2016-08-19 John BaldwinMove cxgb and cxgbe down to the non-mii PCI NIC section.
2016-08-19 Emmanuel VadotKeep boot parameters in ARM trampoline code
2016-08-19 Mark JohnstonDon't set P2_PTRACE_FSTP in a process that invokes...
2016-08-19 John BaldwinReorder sysctls so that nodes shared with the VF driver...
2016-08-19 Ed SchoutenRegenerate system call table after r304483.
2016-08-19 John BaldwinAdjust t4_port_init() to work with VF devices.
2016-08-19 John BaldwinAdd structures for VF-specific adapter parameters.
2016-08-19 Ed SchoutenImport the new automatically generated system call...
2016-08-19 Emmanuel VadotAllwinner: Move a10_padconf.c into a10 subdirectory.
2016-08-19 Michal MelounTEGRA: Remove forgotten debug printf.
2016-08-19 Michal MelounTEGRA: Implement MSI/MSIX interrupts for pcie controller.
2016-08-19 Michal MelounINTRNG: Rework handling with resources. Partially rever...
2016-08-19 Pyun YongHyeonHost controller is byte oriented. Fix wrong assumption...
2016-08-19 Sepherosa Ziehauhyperv/hn: Move RXBUF to hn_softc
2016-08-19 Sepherosa Ziehauhyperv/hn: Remove the useless num_channel
2016-08-19 Sepherosa Ziehauhyperv/hn: Remove assign-only struct field
2016-08-19 Warner LoshImprove the pattern matching so that internal *'s work...
2016-08-19 Sepherosa Ziehauhyperv/hn: Move NVS version to softc
2016-08-19 Mark JohnstonCorrect a check for P2_PTRACE_FSTP in ptracestop().
2016-08-19 Pyun YongHyeonFix build on big-endian systems.
2016-08-18 Ryan StoneFix unlocked access to ifnet address list
2016-08-18 Ryan StoneDon't check for broadcast IPs on non-bcast pkts
2016-08-18 Ryan StoneDon't iterate over the ifnet addr list in ip_output()
2016-08-18 Ed Mastevt: fix old keyboard release in CONS_SETKBD
2016-08-18 George V. Neville... Remove the obsolete and unused openbsd_poll system...
2016-08-18 George V. Neville... Remove unusedd and obsolete openbsd_poll system call...
2016-08-18 Bjoern A. ZeebTry to fix gcc compilation errors (which are right).
2016-08-18 Hans Petter SelaskyAdd support for setting blocking and non-blocking mode...
2016-08-18 Pyun YongHyeonWhen device is detached make sure to stop the controlle...
2016-08-18 Pyun YongHyeonIn axge_stop(), clear medium receive enable bit which...
2016-08-18 Pyun YongHyeonWhen usbd_transfer_setup() fails, don't call
2016-08-18 Pyun YongHyeonIntroduce axge_rxfilter() which configures RX filtering...
2016-08-18 Sepherosa Ziehauhyperv/kvp: Remove unnecessary function parameter.
2016-08-18 Sepherosa Ziehauhyperv/hn: Get rid of the useless netvsc_packet
2016-08-18 Sepherosa Ziehauhyperv/hn: Constify RNDIS messages on RX path.
2016-08-18 Sepherosa Ziehauhyperv/hn: Pass RX packet info to netvsc_recv.
2016-08-18 Pyun YongHyeonSwitch to TX header format rather than directly manipul...
2016-08-18 Pyun YongHyeonRename cryptic RX filter constants with more readable...
2016-08-18 Pyun YongHyeonDon't explicitly call MIIBUS_STATCHG() method handler...
2016-08-18 Pyun YongHyeonPass PHY location information and remove PHY access...
2016-08-18 Adrian Chadd[net80211] correctly lock the ifp before accessing...
2016-08-18 Toomas SoomeAdd SHA512, skein, large blocks support for loader...
2016-08-17 Emmanuel VadotRename allwinner_machdep.{c.h} to aw_machdep.{c.h}...
2016-08-17 Toomas Soomeboot1.efi Free() should check for NULL to provide consi...
2016-08-17 Emmanuel VadotRename kernel config A10 into ALLWINNER_UP as it is...
2016-08-17 Landon J. Fullermips/broadcom: Implement CFE-based EARLY_PRINTF support.
next