summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-19For incomming connections keep the TF_NOPUSH flag if TCP_NOPUSH wasAlexander Bluhm
2016-09-19Replace duplicated VLAN injection code with the standard vlan_inject()Rafael Zalamena
2016-09-19sigh, correct typoPeter Hessler
2016-09-19``bMaxPacketSize'' is reported as a power of 2 for super speed devicesMartin Pieuchot
2016-09-19do a better job of setting "last state"Peter Hessler
2016-09-19send a nice diagnostic reason when we destroy all bfd interfaces (reboot)Peter Hessler
2016-09-19remove a bunch of noisy implementation-helper printfsPeter Hessler
2016-09-19once again, fix the bfd state-machine. this time, tested against aPeter Hessler
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-18If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be setPhilip Guenther
2016-09-18apply the canary to the correct variablePeter Hessler
2016-09-18Convert imxccm(4) and imxiomuxc(4) to attach using the fdt. Use the "early"Mark Kettenis
2016-09-18Use a locator (named "early") to let designated drivers attach before others.Mark Kettenis
2016-09-18Bump boot loader versions due to bcrypt pbkdf support.Joel Sing
2016-09-18Add bcrypt pbkdf support to the softraid crypto boot loader code.Joel Sing
2016-09-18Correctly handle short read()s in the libsa gzip handling lseek(). AlsoJoel Sing
2016-09-18Fix a bug in the bounce buffer handling of BIOS disk I/O.Joel Sing
2016-09-18option INSECURE is obsoleteTheo de Raadt
2016-09-18option INSECURE is obsoleteTheo de Raadt
2016-09-18as is done on amd64, allow using CTF to lookup the function parameters.Jasper Lievisse Adriaanse
2016-09-18- inline db_ctf_nsyms() into it's only caller. the value remains cached andJasper Lievisse Adriaanse
2016-09-18add missing call to db_ctf_init().Jasper Lievisse Adriaanse
2016-09-18Fix compilation by replacing old m_copym2() usage with the newerRafael Zalamena
2016-09-18Ensure that the device descriptor ``bMaxPacketSize'' value is usableMartin Pieuchot
2016-09-17Report a LAPIC address override entry in the dmesg if it doesn't matchPhilip Guenther
2016-09-17Make the flag tests consistent in buf_realloc_pages() and explain what'sPhilip Guenther
2016-09-17rename ddb/db_ctf.h to sys/ctf.h which is the expected location for the publicJasper Lievisse Adriaanse
2016-09-17move the .SUNW_ctf section name definition to exec_elf.h and document it in e...Jasper Lievisse Adriaanse
2016-09-17Use the asm global register extension for the TCB pointer in userspacePhilip Guenther
2016-09-17garbage collect dead prototypeJasper Lievisse Adriaanse
2016-09-17remove unused pmap_dump functionsMike Larkin
2016-09-17*** empty log message ***Peter Hessler
2016-09-17remove unused arcofi_drain() routineAlexandre Ratchov
2016-09-17remove duplicated CPUIDECX_PDCM useJonathan Gray
2016-09-17Document why <sys/core.h> is still neededPhilip Guenther
2016-09-17NPF > 0 is a better test than SMALL for presence of pf.Ted Unangst
2016-09-17clean old cruft out of mbstatTheo de Raadt
2016-09-16Switch over to the generic RNDIS headerMike Belopuhov
2016-09-16Suppress debugging output about CSD entries that say nothing we care aboutPhilip Guenther
2016-09-16teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64Jasper Lievisse Adriaanse
2016-09-16drop unneeded casting noiseJasper Lievisse Adriaanse
2016-09-16Define PT_ARM_EXIDX.Mark Kettenis
2016-09-16Fix the data storage size check. When we exceed the amount of availableRafael Zalamena
2016-09-16unifdef SAVE_MEMORY which is no longer set nor usedJasper Lievisse Adriaanse
2016-09-16Switch urndis(4) over to the generic RNDIS headerMike Belopuhov
2016-09-16Introduce a common header files for RNDIS protocol definitionsMike Belopuhov
2016-09-16Enable Hyper-V guest driversMike Belopuhov
2016-09-16Reconfigure interface capabilities after switching trunkproto; ok mpiMike Belopuhov
2016-09-16move RBT_PROTOTYPE under #ifdef _KERNELDavid Gwynne
2016-09-16put RBT_PROTOTYPE inside #ifdef _KERNELDavid Gwynne