Fix a syntax error in bsdinstall/zfsboot
[freebsd.git] / sys /
2015-05-22 andrewAdd a miibus_statchg and use it to enable Gigabit mode...
2015-05-22 jhbExpand ktr_mask to be a 64-bit unsigned integer.
2015-05-22 jhbOnly reparent a traced process to its old parent if...
2015-05-22 jhbAlways set p_oppid when attaching to an existing proces...
2015-05-22 arybchiksfxge: relax assertion to allow RST flag in TSO packets
2015-05-22 impNeed to handle the !FDT case still too... I thought...
2015-05-22 gonzoSwitch TI platform support code from using FreeBSD...
2015-05-22 gonzoAdd helper method fdt_find_child to make access to...
2015-05-22 davidcsAdd stat counters for Jumbo Frames using SGE ring.
2015-05-21 rmacklemThe NFS client wasn't handling getdirentries(2) request...
2015-05-21 davidcsLimit the size of the posted receive buffers in Rx...
2015-05-21 loosRaise the SDHCI timeout to 10 seconds and add a sysctl...
2015-05-21 jkimDo not probe Intel PIIX4 south bridge quirks on amd64...
2015-05-21 neelEmulate the "CMP r/m, reg" instruction (opcode 39H).
2015-05-21 dimEnsure that the static structs emitted by the MODULE_DE...
2015-05-21 loosAdd the MMC/SD driver for Allwinner SoCs.
2015-05-21 jhbRevert r282971. It depends on condvar consumers not...
2015-05-21 jmgremove stray ; that came in r272673...
2015-05-21 pfgddb: finish converting boolean values.
2015-05-21 ganboldAdd missing break statement.
2015-05-21 ganboldAdd driver for usbclock generator for earlier amlogic...
2015-05-21 ganboldRemove unnecessary break statements.
2015-05-21 ganboldThe RTC initialization values are based on the SoC...
2015-05-20 kibDo grammar fix in the comment to record the right commi...
2015-05-20 kibRemove the write-only variable phent. We currently...
2015-05-20 oshogboFix memory leak.
2015-05-20 oshogboStyle.
2015-05-20 oshogboAlways use the nv_free function.
2015-05-20 oshogboCorrect variable name in the interface.
2015-05-20 emasteAvoid trying to build cxbge on 32-bit MIPS
2015-05-20 aeIn the reply to SADB_X_SPDGET message use the same...
2015-05-20 glebiusEVENTHANDLER_REGISTER() doesn't fail.
2015-05-20 rpauloti_pruss: pass the correct IRQ to userland.
2015-05-20 ganboldD2432 (Patch for Amlogic single core PIC) moved the...
2015-05-20 hirenAdd a new sysctl net.inet.tcp.hostcache.purgenow=1...
2015-05-19 impRe-select the SD card before getting the SD status...
2015-05-19 impAdd NFS server to mix (for easier, in-place updates...
2015-05-19 impImprove comment about unmapped I/O and fix typos.
2015-05-19 hirenCorrect the wording as we are increasing the window...
2015-05-19 jhbFix two bugs that could result in PMC sampling effectiv...
2015-05-19 jhbUse the proper mask when reloading sampling PMCs for...
2015-05-19 jhbUse fixed enum values for PMC_CLASSES().
2015-05-19 jhbRemove executable property from several ixl(4) source...
2015-05-19 aeRemove unneded mbuf length adjustment, M_PREPEND()...
2015-05-19 luigiuse proper types to represent function pointers
2015-05-19 asomersProperly null-terminate strings in a kernel dump header...
2015-05-19 luigiremove a redundant ; at the end of a function
2015-05-19 brAdd Performance Monitoring Counters support for AArch64.
2015-05-19 luigiremove an extra ; after MODULE_DEPEND
2015-05-19 emasteAdd GRP_COMDAT section group flag to ELF header
2015-05-19 kibWhen sleeping in Sx state using MWAIT instruction,...
2015-05-19 glebiusUse MTX_SYSINIT() instead of mtx_init() to separate...
2015-05-19 glebiusDuring module unload unlock rules before destroying...
2015-05-19 aeRead GEOM_UNCOMPRESS metadata using several requests...
2015-05-19 hselaskyFix for DWC OTG device side isochronous transfers....
2015-05-19 aeChange SA's state before sending SADB_EXPIRE message...
2015-05-19 aeTeach key_expire() send SADB_EXPIRE message with the...
2015-05-19 adrianConvert routerstation to use geom_uncompress.
2015-05-19 adrianMigrate RSPRO to use the uncompress module, not uzip.
2015-05-19 adrianQCA955x / AP135 platform tidyups.
2015-05-19 adrianThe AP135 PCIe NIC isn't an ath device, it's an 11ac...
2015-05-19 adrianAdd initial support for the QCA955x PCIe host controller.
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-18 pfgddb: stop boolean screaming.
2015-05-18 loosRemove unnecessary devices from allwinner kernels.
2015-05-18 ianEnable the NETIF_OPEN_CLOSE_ONCE option for ubldr....
2015-05-18 hselaskyMake the FIFO configuration a bit more flexible for...
2015-05-18 ianAdd a routine to obtain netboot parameters from the...
2015-05-18 hselaskyFix an off-by-one error by adding proper range checks...
2015-05-18 glebiusA miss from r283061: don't dereference NULL is pf_get_m...
2015-05-18 ianRefactor net_getparams() to make it easier to get param...
2015-05-18 glebiusDon't dereference NULL is pf_get_mtag() fails.
2015-05-18 mjgfd: fix imbalanced fdp unlock in F_SETLK and F_GETLK
2015-05-18 mjgTidy up sys_umask a little bit
2015-05-18 andrewClean up the Amlogic interrupt controller driver to...
2015-05-18 whuAdd support for SCSI disk hot add and remove. Also...
2015-05-18 andrewClean up the style to be "include<space><tab>" and...
2015-05-18 arybchiksfxge: do not advertise LRO capability if LRO is compil...
2015-05-18 arybchiksfxge: automatically turn off TSO when Tx checksum...
2015-05-18 arybchiksfxge: allow to disable checksum offloads over VLAN
2015-05-18 arybchiksfxge: fix overflow queue freeze
2015-05-17 ianAn ARM kernel can be loaded at any 2MB boundary, make...
2015-05-17 andrewClean up struct syscall_args:
2015-05-17 ianDo not set preload_addr_relocate for ARM. Apparently...
2015-05-16 adrianIncrement the vm stats "v_intr" counter so the global...
2015-05-16 impDon't allow unmapped I/O. The pmap isn't quite up to...
2015-05-16 ianRe-link ubldr when any of its libraries change.
2015-05-16 rpauloacpi_ibm: whitespace.
2015-05-16 bzMore tr -d '\r' t make config happy and
2015-05-16 melifaro* Update SFF-8024 Identifier constants.
2015-05-16 arybchiksfxge: avoid usage of ifm_data
2015-05-16 thomasMinor comments fixes
2015-05-16 bztr -d '\r' makes config a lot more happy.
2015-05-16 arybchiksfxge: add local variable with changed capabilities...
2015-05-16 adrianVarious iwn(4) fixes.
2015-05-16 arybchiksfxge: move mbuf free to sfxge_if_transmit()
2015-05-16 arybchiksfxge: get rid of locked variable in sfxge_tx_packet_add()
2015-05-16 arybchiksfxge: support Rx checksum offloads disabling
2015-05-15 adrianUpdate the comments to match what the code ended up...
2015-05-15 pfgBreak apart the gnu_inline attribute and use "artificia...
next