summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-15Really silly to chmod "st_mode & 07777" when making a copy of theTheo de Raadt
2015-11-15Make key_code unsigned long long not uint64_t which is more portable forNicholas Marriott
2015-11-15Tweak previous: rename it to fpround() to match FreeBSDPhilip Guenther
2015-11-15Add an AddKeysToAgent client option which can be set to 'yes', 'no',Joshua Stein
2015-11-15When validating a char by calling strchr() with a string of allowed chars,Tobias Stoeckmann
2015-11-15update NAME; ok nicm schwarzeJason McIntyre
2015-11-15_towctrans_ext and _wctrans_init are now hidden; so drop them from the listPhilip Guenther
2015-11-15ui_new -> UI_new;Jason McIntyre
2015-11-15fix references to lhash(3);Jason McIntyre
2015-11-15fix a double space issue in the following, rather wonderful, fortune:Jason McIntyre
2015-11-15The compile-time secure mode has gone, from Michael Reed.Nicholas Marriott
2015-11-15Remove more register keywords.mmcc
2015-11-15remove mlink for non-existent ieee80211_compute_duration;Jason McIntyre
2015-11-15'.Ql Quit' -> '.Ql quit' because only the lowercase command is valid.mmcc
2015-11-15everyting -> everythingMiod Vallat
2015-11-15Make sure every mtmsr instruction disabling external interrupts is immediatelyMiod Vallat
2015-11-15virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N...Theo de Raadt
2015-11-15remove entries for SRPL_HEAD_INIT (listed twice!) and SRPL_ENTRY_INIT,Jason McIntyre
2015-11-15word fix;Jason McIntyre
2015-11-15Accidentally turned off pledge, turn it back on.Nicholas Marriott
2015-11-15Simplify TIOCGWINSZ codeblock by removing support for SCO Unix.Theo de Raadt
2015-11-15Same as in binutils-2.17, only restore regular permission bits.Jeremie Courreges-Anglas
2015-11-15In smart_rename, restore at least the regular permissions bits.Jeremie Courreges-Anglas
2015-11-15Add support for 11n mode to the rate adaptation (AMRR) code.Stefan Sperling
2015-11-15Expose 11n mode to the ifmedia layer and introduce the concept of MCS.Stefan Sperling
2000-09-12Import binutils-2.10Marc Espie
2015-11-15Parse 11n HT capabilities and operational info from association responseStefan Sperling
2015-11-15IEEE80211_MODE_MAX has been raised to include 11n mode so make sure thatStefan Sperling
2015-11-15Extend struct ieee80211_node with fields for 11n STA HT capabilities andStefan Sperling
2015-11-15Declare macros for antenna flags. Lifted from Linux iwlwifi.Stefan Sperling
2015-11-15very simple pledges, stdio and rpath, very boringTheo de Raadt
2015-11-15pretty simple. pledge "stdio rpath" at startup, and pledge "stdio" afterTheo de Raadt
2015-11-15KNF, de-register, fix other minor grumblesTheo de Raadt
2015-11-15unifdef MAKE_BOOTSTRAP now that Makefile.boot is gone.Daniel Dickman
2015-11-15Switch to linkat() to support hardlinked symlinksPhilip Guenther
2015-11-15exit needs stdlib, switch to "return 0" to fix.Daniel Dickman
2015-11-15Now that the (setuid bit related) bad-practice audit and repair is complete,Theo de Raadt
2015-11-15In most cases binutils strips off setuid/setgid bits when creating copiesTheo de Raadt
2015-11-15Using #ifndef __OpenBSD__, disable the really dangerous and sillyTheo de Raadt
2015-11-15I got a round tuit to rename round() to roundit() to avoid gcc warning.Philip Guenther
2015-11-15ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.soTheo de Raadt
2015-11-15pledge "stdio rpath wpath cpath tmppath fattr"Theo de Raadt
2015-11-15Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoSStefan Sperling
2015-11-15pledge for ypldap is easy because it's purely a network program.Jonathan Matthew
2015-11-15Move zapping of invalid GPT data into GPT_get_gpt() rather thanKenneth R Westerback
2015-11-15Vi needs flock, for those who haven't set nolock in .exrc for years...Anthony J. Bentley
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-15Basic pledge for vi.Anthony J. Bentley
2015-11-15syncTheo de Raadt
2015-11-15Add ifmedia definitions for 802.11n.Stefan Sperling