summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30keep in sync with ld.so malloc.cOtto Moerbeek
2018-01-30kill a gcc warningOtto Moerbeek
2018-01-30port over the malloc changes from libc. prompted by deraadt@Otto Moerbeek
2018-01-30Add support for switching CPUs in ddb on arm64. Based on a diff from drahn@.Mark Kettenis
2018-01-30Expand "bound to ..." message to include the source of the lease,Kenneth R Westerback
2018-01-30don't reject smtp responses containing non-printable chars as longEric Faurot
2018-01-30word fix; from edgar pettijohnJason McIntyre
2018-01-30add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()Jonathan Gray
2018-01-30add module_init()/module_exit()/signal_pending()Jonathan Gray
2018-01-30add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/Jonathan Gray
2018-01-30add mutex_destroy()/down_read_trylock()Jonathan Gray
2018-01-30add create_singlethread_workqueue()/system_power_efficient_wqJonathan Gray
2018-01-30add pm_runtime_* stubsJonathan Gray
2018-01-30Don't limit vga_switcheroo stubs to amd64/i386 and addJonathan Gray
2018-01-30add iowrite64()/writeq()Jonathan Gray
2018-01-30add GFP_USER/__user/vmalloc()Jonathan Gray
2018-01-30add ilog2()/order_base_2()/gcd()Jonathan Gray
2018-01-30disable -Wformat-zero-length when building with gccJonathan Gray
2018-01-30add i2c_bit_add_bus()Jonathan Gray
2018-01-30add more endian macrosJonathan Gray
2018-01-30add drm_invalid_op()Jonathan Gray
2018-01-30add atomic_cmpxchg()/atomic64_add()/atomic64_sub()Jonathan Gray
2018-01-29Repair botched retry loop when generating RTM_PROPOSALKenneth R Westerback
2018-01-29pms: minor cleanups in the alps code.Ulf Brosziewski
2018-01-29acknowledge that DPB_PROPERTIES exists and is documented in dpb.1Marc Espie
2018-01-29Missed a couple of log_info()'s in previous commit. Use #ifdef DEBUGKenneth R Westerback
2018-01-29Drop unused field `ci_ipiih'.Visa Hankala
2018-01-29Let the interrupt subsystem allocate memory for the IPI handle,Visa Hankala
2018-01-29Use log_init(), log_setverbose() and log_debug() moreKenneth R Westerback
2018-01-29Attach ampintc/ampintcmsi early so pci devices can be attached withJonathan Gray
2018-01-28Refactor and simplify the logic to select and invoke theKenneth R Westerback
2018-01-28trampoline.o depends on assym.hMark Kettenis
2018-01-28typoOtto Moerbeek
2018-01-28add malloc_threaderrOtto Moerbeek
2018-01-28- An error in the multithreaded case could print the wrong function nameOtto Moerbeek
2018-01-28Test for correct error when on thread allocates, and another does a double freeOtto Moerbeek
2018-01-28Spin up secondary CPUs and add IPI infrastructure. Heavily based on diffsMark Kettenis
2018-01-28remove the emulex link: it's dead, and i can;t see any obvious replacement;Jason McIntyre
2018-01-28Store PSCI function ids as uint32_t not int in the softc.Jonathan Gray
2018-01-28Bring this more in line with our other architectures.Mark Kettenis
2018-01-28A few fatal() -> fatalx() where errno is notKenneth R Westerback
2018-01-28Initialize variables to avoid compiler warningsKinichiro Inoguchi
2018-01-28typoOtto Moerbeek
2018-01-28syncJonathan Gray
2018-01-27Sync the nam2blk entries with the bdevsw table, which is theChristian Weisgerber
2018-01-27Update regress to match removal of ssl_parse_clienthello_tlsext().Joel Sing
2018-01-27Complete the TLS extension handling rewrite for the server-side.Joel Sing
2018-01-27Clarify the comment re the F5 EC curves extension bug.Joel Sing
2018-01-27Convert ssl3_put_cipher_by_char() to CBB.Joel Sing
2018-01-27Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,Stefan Sperling