summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-11-14libocurses can go to the Attic. last consumer of it was ramdisk more(1)Theo de Raadt
2015-11-14Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2015-11-14no longer need -locurses, since more is selfcontainedTheo de Raadt
2015-11-14Copy the parts of libocurses that are needed directly to here. WeTheo de Raadt
2015-11-14Copy the parts of libocurses that are needed directly to here. WeTheo de Raadt
2015-11-14info - pledge stdio rpath wpath cpath getpw tty proc execTheo de Raadt
2015-11-14Add pathconf() to pledge "rpath"; ok guentherTheo de Raadt
2015-11-14Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in thePhilip Guenther
2015-11-14The install media version does not need -lcurses; spotted by krwTheo de Raadt
2015-11-14syncTheo de Raadt
2015-11-14The people who wrote this code are not on your sideStuart Henderson
2015-11-14Since -l is ignored if -c/-h/-s are specified, make that combinationKenneth R Westerback
2015-11-14Symbol table tells me to use pledge "stdio rpath wpath cpath"Theo de Raadt
2015-11-14syncTheo de Raadt
2015-11-14Correct check flipped in earlier commit.Philip Guenther
2015-11-14Betting pledge "stdio rpath wpath cpath" works for this. Let's get it intoTheo de Raadt
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-11-14pledge 'stdio rpath wpath cpath", since that is all large program does.Theo de Raadt