summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-06it's not wrong, but it's not clear what the verauth check is for.Ted Unangst
2016-09-06store the offset of an rb_entry in a struct as an unsigned int.David Gwynne
2016-09-06pool_setipl for various netinet and netinet6 bitsDavid Gwynne
2016-09-05move the types for RBT out from under #ifdef _KERNELDavid Gwynne
2016-09-05Fix hibernation - make stack protector writable during resumeBob Beck
2016-09-05Remove code that was never enabled, it will not happen.Claudio Jeker
2016-09-05Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is notClaudio Jeker
2016-09-05Rename if_linkstate() to if_linkstate_task() and make sure that all callersClaudio Jeker
2016-09-05Some spacing/knf while here. No functional changes.Marcus Glocker
2016-09-05No point to jump to an empty return label in a void function.Marcus Glocker
2016-09-05Remove some unused bits.Marcus Glocker
2016-09-05redo rwlock conversion now that i've compiled it on i386Ted Unangst
2016-09-05Backout previous commit; does not compile.Mark Kettenis
2016-09-05revert moving pools from tree.h to subr_tree.c rb trees.David Gwynne
2016-09-05convert busy flag and tsleep to rwlock as in iwmTed Unangst
2016-09-05Dump vcpu and vmcs info on various fail to enter scenariosMike Larkin
2016-09-05move pppx red-black trees from tree.h code to subr_tree.c codeDavid Gwynne
2016-09-05move pool red-black trees from tree.h code to subr_tree.c codeDavid Gwynne
2016-09-05enable the subr_tree version of red-black treesDavid Gwynne
2016-09-04Make enc_output() return EAFNOSUPPORT after dropping the packet,Kenneth R Westerback
2016-09-04Replace iwm's ioctl tsleep/wakeup BUSY flag dance with an rwlock.Stefan Sperling
2016-09-04remove some more sparc remnants. ok deraadtTed Unangst
2016-09-04Regen.Joel Sing
2016-09-04Remove sys_o58_kill since OpenBSD 6.0 has been tagged/released.Joel Sing
2016-09-04Prevent a NULL derefernce in ip_output().Martin Pieuchot
2016-09-04Prevent a race between a thread detaching an interface and the watchdogMartin Pieuchot
2016-09-04Refactor the code an fix a few issues by doing so.Claudio Jeker
2016-09-04Fixed uninitialized variable in switch_process()Kazuya Goda
2016-09-04Implement a sockaddr_ntop() function that works like inet_ntop() but printsClaudio Jeker
2016-09-04Even more enums which should be #defines were hiding inside if_iwm.c.Stefan Sperling
2016-09-04Remove unused IWM_READ_NVM_CHUNK_... macros.Stefan Sperling
2016-09-04Make per-packet allocated memory use pool in switch(4)Kazuya Goda
2016-09-04Purge a ton of "-1 not informative" rated comments from iwm and improveStefan Sperling
2016-09-04Rototil the _rs_clearseed() function once more such that we don't map pagesMark Kettenis
2016-09-04When auto-creating an interface when opening a /dev/{tun,tap,switch}Reyk Floeter
2016-09-04Remove disabled iwm debug code which prints the regdomain.Stefan Sperling
2016-09-04Do not assume that an interface index of a route is still valid inAlexander Bluhm
2016-09-04Move code to change the rdomain of an interface from the ioctl switch caseReyk Floeter
2016-09-04Only allow bfd on host routes and non-gateway routes for now.Claudio Jeker
2016-09-04Add comments to the character-to-block device table and remove anChristian Weisgerber
2016-09-04For the allwinner,sun4i-a10-wdt disable/enable the reset-bit instead ofMarcus Glocker
2016-09-04Add PT_GNU_EH_FRAME.Mark Kettenis
2016-09-04Grab a reference to the route and free it once no longer needed.Claudio Jeker
2016-09-04Remove the IFF_LINK0 option to send the response back to the peer'sReyk Floeter
2016-09-04Bring back 2 MB socket buffers to speed up TCP. This increasesAlexander Bluhm
2016-09-04Rename local variables called 'ret' to 'err' everywhere in iwm.Stefan Sperling
2016-09-04Clean up the pile of iwm MAC context command add/send/changed functions.Stefan Sperling
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-04correct the size passed to free in iatp_write_regJonathan Gray
2016-09-04Rename iwm_mvm_phy_ctxt_apply() to iwm_mvm_phy_ctxt_cmd() and get rid ofStefan Sperling