Age | Commit message (Expand) | Author |
2015-11-15 | Accidentally turned off pledge, turn it back on. | Nicholas Marriott |
2015-11-15 | Simplify TIOCGWINSZ codeblock by removing support for SCO Unix. | Theo de Raadt |
2015-11-15 | Same as in binutils-2.17, only restore regular permission bits. | Jeremie Courreges-Anglas |
2015-11-15 | In smart_rename, restore at least the regular permissions bits. | Jeremie Courreges-Anglas |
2015-11-15 | Add support for 11n mode to the rate adaptation (AMRR) code. | Stefan Sperling |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |
2000-09-12 | Import binutils-2.10 | Marc Espie |
2015-11-15 | Parse 11n HT capabilities and operational info from association response | Stefan Sperling |
2015-11-15 | IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that | Stefan Sperling |
2015-11-15 | Extend struct ieee80211_node with fields for 11n STA HT capabilities and | Stefan Sperling |
2015-11-15 | Declare macros for antenna flags. Lifted from Linux iwlwifi. | Stefan Sperling |
2015-11-15 | very simple pledges, stdio and rpath, very boring | Theo de Raadt |
2015-11-15 | pretty simple. pledge "stdio rpath" at startup, and pledge "stdio" after | Theo de Raadt |
2015-11-15 | KNF, de-register, fix other minor grumbles | Theo de Raadt |
2015-11-15 | unifdef MAKE_BOOTSTRAP now that Makefile.boot is gone. | Daniel Dickman |
2015-11-15 | Switch to linkat() to support hardlinked symlinks | Philip Guenther |
2015-11-15 | exit needs stdlib, switch to "return 0" to fix. | Daniel Dickman |
2015-11-15 | Now that the (setuid bit related) bad-practice audit and repair is complete, | Theo de Raadt |
2015-11-15 | In most cases binutils strips off setuid/setgid bits when creating copies | Theo de Raadt |
2015-11-15 | Using #ifndef __OpenBSD__, disable the really dangerous and silly | Theo de Raadt |
2015-11-15 | I got a round tuit to rename round() to roundit() to avoid gcc warning. | Philip Guenther |
2015-11-15 | ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.so | Theo de Raadt |
2015-11-15 | pledge "stdio rpath wpath cpath tmppath fattr" | Theo de Raadt |
2015-11-15 | Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoS | Stefan Sperling |
2015-11-15 | pledge for ypldap is easy because it's purely a network program. | Jonathan Matthew |
2015-11-15 | Move zapping of invalid GPT data into GPT_get_gpt() rather than | Kenneth R Westerback |
2015-11-15 | Vi needs flock, for those who haven't set nolock in .exrc for years... | Anthony J. Bentley |
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling |
2015-11-15 | Basic pledge for vi. | Anthony J. Bentley |
2015-11-15 | sync | Theo de Raadt |
2015-11-15 | Add ifmedia definitions for 802.11n. | Stefan Sperling |
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt |
2015-11-14 | Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT) | Ingo Schwarze |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2015-11-14 | no longer need -locurses, since more is selfcontained | Theo de Raadt |
2015-11-14 | Copy the parts of libocurses that are needed directly to here. We | Theo de Raadt |
2015-11-14 | Copy the parts of libocurses that are needed directly to here. We | Theo de Raadt |
2015-11-14 | info - pledge stdio rpath wpath cpath getpw tty proc exec | Theo de Raadt |
2015-11-14 | Add pathconf() to pledge "rpath"; ok guenther | Theo de Raadt |
2015-11-14 | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the | Philip Guenther |
2015-11-14 | The install media version does not need -lcurses; spotted by krw | Theo de Raadt |
2015-11-14 | sync | Theo de Raadt |
2015-11-14 | The people who wrote this code are not on your side | Stuart Henderson |
2015-11-14 | Since -l is ignored if -c/-h/-s are specified, make that combination | Kenneth R Westerback |
2015-11-14 | Symbol table tells me to use pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-11-14 | sync | Theo de Raadt |
2015-11-14 | Correct check flipped in earlier commit. | Philip Guenther |
2015-11-14 | Betting pledge "stdio rpath wpath cpath" works for this. Let's get it into | Theo de Raadt |
2015-11-14 | Do not include <net/if_vlan_var.h> when it's not necessary. | Martin Pieuchot |
2015-11-14 | pledge 'stdio rpath wpath cpath", since that is all large program does. | Theo de Raadt |