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