]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Import the 32-bit system call table and data types into the tree.
[FreeBSD/FreeBSD.git] / sys /
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.
2016-08-17 Andrey V. ElsukovTeach netisr_get_cpuid() to limit a given value to...
2016-08-17 Emmanuel VadotAdd sun5i-a13-olinuxino to the build.
2016-08-17 Emmanuel VadotRemove pullup settings for MMC pins, this is not needed...
2016-08-17 Emmanuel VadotOnly set pud settings if this is a pullup or pulldown...
2016-08-17 Emmanuel Vadota10_gpio_get_function now returns the whole function...
2016-08-17 Bryan DreweryGarbage collect _umtx_lock(2)/_umtx_unlock(2) reference...
2016-08-17 Konstantin BelousovRemove duplicated code.
2016-08-17 Konstantin BelousovImplement userspace gettimeofday(2) with HPET timecounter.
2016-08-17 Konstantin BelousovBy default, allow all to read the HPET registers pages...
2016-08-17 Sepherosa Ziehauhyperv/util: Factor out helper for IC device_probe...
2016-08-17 Emmanuel VadotCorrectly print and cast u_int64_t and off_t.
2016-08-17 Sepherosa Ziehauhyperv/util: Don't reference hn_softc in KVP
2016-08-17 Sepherosa Ziehauhyperv/hn: Get rid of unused bits
2016-08-17 Sepherosa Ziehauhyperv/hn: Remove reference to nvsp_status
2016-08-17 Sepherosa Ziehauhyperv/hn: Remove reference to nvsp_msg
2016-08-17 Sepherosa Ziehauhyperv/hn: Simplify RNDIS RX packets acknowledgement.
2016-08-17 Sepherosa Ziehauhyperv/hn: Ignore the useless TX table.
2016-08-17 Sepherosa Ziehauhyperv/storvsc: Deliver CAM_SEL_TIMEOUT upon SRB status...
2016-08-17 David C SomayajuluAdd support for set/get cam search mode
2016-08-17 David C SomayajuluAdd ql_minidump.h
2016-08-17 David C SomayajuluUpgrade fw, bootloader and minidump template to version...
2016-08-17 Eric van GyzenPCIe HotPlug: Detect bridges that are not really HotPlu...
2016-08-16 Gleb SmirnoffFix a stupid typo (or copy/paste buffer malfunction).
2016-08-16 Gleb SmirnoffWe should not be allowing a timeout to reset when a...
2016-08-16 Landon J. Fullerbhnd(4): Implement NVRAM support required for PMU bring-up.
2016-08-16 Landon J. Fullerbhndb(4): Drop MIPS-incompatible __builtin_ctz dependency.
2016-08-16 Kirk McKusickBug 211013 reports that a write error to a UFS filesyst...
2016-08-16 Enji CooperOnly expect :encode_tv_random_million to fail on 64...
2016-08-16 Mark JohnstonRemove prototypes missed in r303951.
next