summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-04Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor thingsClaudio Jeker
2016-09-04Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelMartin Pieuchot
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther
2016-09-04Restrict MSR access to supported ones, log invalid accesses.Mike Larkin
2016-09-04Telling gcc the TCB pointer is in %r2 via the 'register asm' extensionPhilip Guenther
2016-09-04ld also knows about PT_OPENBSD_BOOTDATAPhilip Guenther
2016-09-04Do "goto failed" in case returning EAGAIN as well.YASUOKA Masahiko
2016-09-04Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2016-09-03ld knows PT_OPENBSD_RANDOMIZE nowTheo de Raadt
2016-09-03handle the remaining bits of the packet we are sentPeter Hessler
2016-09-03only clear the error counter if we are successful, not if we getPeter Hessler
2016-09-03aha remnants lurking in hereTed Unangst
2016-09-03make intrace a volatile, while the compiler does the right thing stillJasper Lievisse Adriaanse
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-09-03zap eyesore whitespace at EOLJasper Lievisse Adriaanse
2016-09-03handle timer limitationsPeter Hessler
2016-09-03we really should ntohl fields coming in from the networkPeter Hessler
2016-09-03remove strongarm files that were abused by zaurusJonathan Gray
2016-09-03jsg@ also found some uninitialized variables, thank you!Peter Hessler
2016-09-03in order to avoid problems with precise timing, obey rfc 5880 section 6.8.7,Peter Hessler
2016-09-03if_get requires the corresponding if_put call.Peter Hessler
2016-09-03Only use uaddr_exe for address selection when PROT_EXEC is requestedStefan Kempf
2016-09-03Fixed missing null check in switchctl.cKazuya Goda
2016-09-03Remove iwm_release() by inlining its implementation into its only caller.Stefan Sperling
2016-09-03Switch back to 256 KB socket buffer size for TCP. With 2 MB theAlexander Bluhm
2016-09-03iwm was undecided between 'if (err != 0)' and 'if (err)'; switch to 'if (err)'Stefan Sperling
2016-09-03Let purge thread to remove once rules, not packets.Alexandr Nedvedicky
2016-09-03In iwm, move assignments to 'err' outside of if-statements.Stefan Sperling
2016-09-03remove testing printf that snuck in accidentally.Peter Hessler
2016-09-03instead of doing everything manually, use goto cleanup idiomPeter Hessler
2016-09-03check the TTL field for incoming packets, we only support directlyPeter Hessler
2016-09-03The iwm code was torn between 'error' and 'err'; error -> err everywhereStefan Sperling
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-09-03syncMike Belopuhov
2016-09-03New Intel 10GbE devicesMike Belopuhov
2016-09-03remove a bunch of printf-debugging output and commented linesPeter Hessler
2016-09-03DPRINTFs infesting iwm die in a fire... too much noiseStefan Sperling
2016-09-03zaurus has been retiredPhilip Guenther
2016-09-03Get rid of iwm_set_pwr(). Call iwm_set_bits_mask_prph() directly instead.Stefan Sperling
2016-09-03remove spl-dance. the functions we are protecting already do that.Peter Hessler
2016-09-03Remove zaurus sysctl bitsPhilip Guenther
2016-09-03use the correct size for the pool we are init'ingPeter Hessler
2016-09-03Remove ticket lock support from thrsleep. It's unused.Michal Mazurek
2016-09-03Remove comments about taskq flags we want to eventually run with.Peter Hessler
2016-09-03fix some whitespace and overlong linesStefan Sperling
2016-09-03sparc64 kernel still lacks a true RODATA segment. However we can makeTheo de Raadt
2016-09-03Increase the socket buffer size limit from 256 KB to 2 MB. ThisAlexander Bluhm
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-09-03de-zaurus com.cJonathan Gray
2016-09-03Reduce the factor of the limits derived form NMBCLUSTERS. We wantAlexander Bluhm