Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-15 | pledge for ypldap is easy because it's purely a network program. | Jonathan Matthew | |
One process talks to yp clients, one talks to ldap servers, one does dns. ok deraadt@ | |||
2015-11-15 | Move zapping of invalid GPT data into GPT_get_gpt() rather than | Kenneth R Westerback | |
returning a value to tell callers to zap it. Use consistant idiom to check for the presence of a GPT (check gh.gh_sig). When zapping GPT, always zap both the header and partition table just for paranoia's sake. | |||
2015-11-15 | Vi needs flock, for those who haven't set nolock in .exrc for years... | Anthony J. Bentley | |
Pointed out by Theo Buehler. | |||
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling | |
ieee80211com and move them inside #ifndef IEEE80211_NO_HT without breaking the build in rsu(4) for RAMDISK_CD. Also declare 11n protection modes and MCS count. ok deraadt mpi kettenis guenther | |||
2015-11-15 | Basic pledge for vi. | Anthony J. Bentley | |
ok deraadt@ | |||
2015-11-15 | sync | Theo de Raadt | |
2015-11-15 | Add ifmedia definitions for 802.11n. | Stefan Sperling | |
ok deraadt mpi phessler kettenis guenther | |||
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt | |
conceptual ok guenther millert nicm | |||
2015-11-14 | Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT) | Ingo Schwarze | |
in the less(1) spawned by man(1), man(1) died uncleanly, leaving behind its temp files, and killed less(1) uncleanly as well with SIGPIPE, leaving the terminal in the wrong state. Fix this by giving less(1) its own process group and handing it control of the terminal, but in such a way that Ctrl-z (= SIGSTOP) still works: In that case, let man(1) stop itself, too, and let it continue the pager when it continues itself. Joint work with millert@ who contributed most of the expertise required, and also most parts of the code. OK deraadt@ millert@ | |||
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat | |
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@ | |||
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 | |
continue using the libocurses varient, since it is smaller. tested by guenther, ok millert | |||
2015-11-14 | Copy the parts of libocurses that are needed directly to here. We | Theo de Raadt | |
continue using the libocurses varient, since it is smaller. tested by guenther, ok millert | |||
2015-11-14 | info - pledge stdio rpath wpath cpath getpw tty proc exec | Theo de Raadt | |
infokey - stdio rpath wpath cpath tty makeinfo - stdio rpath wpath cpath getpw install-info - stdio rpath wpath cpath proc exec texindex - stdio rpath wpath cpath tmppath ok schwarze | |||
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 | |
non-syscall .S source ok millert@ miod@ | |||
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 | |
invalid and mention the constraint in usage(). Modify the appropriate field(s) of the global 'disk' as -l/-c/-h/-s are encountered. As a result use the disklabel information to populate the global 'disk' only when it has not already been populated. Move test for 'disk' validity into DISK_open(). | |||
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 | |
Eliminate unnecessary isupper() tests before tolower() use ok millert@ | |||
2015-11-14 | Betting pledge "stdio rpath wpath cpath" works for this. Let's get it into | Theo de Raadt | |
the ports build cycle to find out for sure. | |||
2015-11-14 | Do not include <net/if_vlan_var.h> when it's not necessary. | Martin Pieuchot | |
Because of the VLAN hacks in mpw(4) this file still contains the definition of "struct ifvlan" which depends on <sys/refcnt.h> which in turns pull <sys/atomic.h>... | |||
2015-11-14 | pledge 'stdio rpath wpath cpath", since that is all large program does. | Theo de Raadt | |
NOTE: cc1 uses brk/sbrk, which was only enabled in pledge a few hours ago. So this requires a fairly new kernel if compiling monster c++ programs.. | |||
2002-06-10 | TeXinfo 4.2, much more robust html (and other formats) output, and a few | Marc Espie | |
features that new FSF programs will need (e.g., gcc snapshots). looked at by fgs@, thanks. | |||
2015-11-14 | Consolidate usage() checking for -c/-h/-s with other checks. Tweak | Kenneth R Westerback | |
usage() verbiage a bit so it's clear all of '-c -h -s' are required if any are used. | |||
2015-11-14 | Add missing header found while removing <sys/srp.h> from <sys/param.h> | Martin Pieuchot | |
2015-11-14 | No need to include <net/bpfdesc.h> | Martin Pieuchot | |
Now that "struct bpf_d" depends on <sys/srp.h> this is one of the offender for removing the header from <sys/param.h> | |||
2015-11-14 | Fix the obvious bug that with -z, every column was at least as wide | Ingo Schwarze | |
as the previous one. While here, shorten the -z code by one line. | |||
2015-11-14 | Remove mrtdebug and reduce differences with the v6 version. | Martin Pieuchot | |
Debug informations can already be accessed via mrtstat and pimstat. | |||
2015-11-14 | Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking | Martin Pieuchot | |
ip_input(). Note that ipmforwarding is not enabled by default. ok deraadt@, phessler@ | |||
2015-11-14 | no need for a mirror-maker(7) mlink; | Jason McIntyre | |
suggested by schwarze; ok sthen | |||
2015-11-14 | mutli -> multi | Miod Vallat | |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat | |
2015-11-14 | Cleanup from unifdef: set sact.sa_flags to SA_RESTART instead of | Todd C. Miller | |
clearing it and then ORin in SA_RESTART. | |||
2015-11-14 | Remove log_it() and call syslog(3) directly using the same format: | Todd C. Miller | |
"(username) WHAT (details)". Logs due to normal operation (e.g. crontab operations or running commands) are logged at LOG_INFO like before. Actual errors are logged at LOG_ERR, less important things are logged at LOG_WARNING OR LOG_NOTICE. Also ignore SIGHUP now that there is no log file to reopen. | |||
2015-11-14 | The character is an int so use %x not %hhx. | Nicholas Marriott | |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller | |
2015-11-14 | The private use area at U+E000 to U+F8FF is not very useful if it is | Nicholas Marriott | |
width 0, make it width 1 instead. | |||
2015-11-14 | All these return values from utf8_* are confusing, use an enum. | Nicholas Marriott | |
2015-11-14 | Rename a variable in utf8_combine for consistency and use 0xfffd for | Nicholas Marriott | |
unknown Unicode. | |||
2015-11-14 | Couple of assignments to remove compiler warnings. | Nicholas Marriott | |
2015-11-14 | Be more strict about invalid UTF-8. | Nicholas Marriott | |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott | |
continue if the send fails. | |||
2015-11-14 | knock out obsolete mlinks for srandom and urandom; | Jason McIntyre | |
2015-11-14 | pci at macepcibr, not macepcbir; | Jason McIntyre | |
2015-11-14 | Log more of UTF-8 input. | Nicholas Marriott | |
2015-11-14 | sync | Theo de Raadt | |