Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-26 | Quoting an old commit message: | Miod Vallat | |
``Callers of scsi_iopool_init() ought to set up the pool member in struct scsi_link accordingly, for bad things will happen without (and this was a real pita to debug).'' | |||
2014-01-26 | Remove unnecessary <machine/pte.h> dependency. | Miod Vallat | |
2014-01-26 | make sure $SCP is tested on the remote end rather than whichever one | Damien Miller | |
happens to be in $PATH; from portable | |||
2014-01-26 | automatically generate revoked keys from listed keys rather than | Damien Miller | |
manually specifying each type; from portable | |||
2014-01-26 | sync | Theo de Raadt | |
2014-01-26 | remove unnecessary so-called verbiage. ok chris deraadt miod | Ted Unangst | |
2014-01-26 | an EXT2FS_ITIMES macro so the tree builds. it may even work. | Ted Unangst | |
2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate | Philip Guenther | |
atime/mtime/ctime need to be updated weren't already set. When they are, the code will end up treating the VNOVAL value from the VFS layer as a time_t. Port the fix from FreeBSD: the critical bit is to process the existing flag values before possibly setting them again in ufs_setattr(). This diff pulls in a larger change from FreeBSD to replace the macro ITIMES() with a function ufs_itimes() and to remove the atime and mtime arguments from ffs_update(): only ufs_setattr() used them so it makes more sense to just do the those bits directly there. tweaks and ok tedu@ matthew@ | |||
2014-01-25 | provide a mnemonic for -s; | Jason McIntyre | |
2014-01-25 | let EXIT STATUS breathe; | Jason McIntyre | |
2014-01-25 | dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) | Markus Friedl | |
ok dtucker@, noted by mancha | |||
2014-01-25 | delete junk file | Theo de Raadt | |
2014-01-25 | PPP not Ppp | Theo de Raadt | |
2014-01-25 | typo | Miod Vallat | |
2014-01-25 | sticky bit is marked xsi; | Jason McIntyre | |
2014-01-25 | note that posix marks this utility xsi; | Jason McIntyre | |
millert, guenther, sobrado, and schwarze have all contributed to how to word this... | |||
2014-01-25 | cal appeared in v1; found by millert | Jason McIntyre | |
ok sobrado | |||
2014-01-25 | more ArcCheck nits: don't allow a file to be u-r/g-r without an explicit | Marc Espie | |
@mode annotation. This mostly fixes packaging bugs (like documentation only readable by root and such nonsense), and also force *actual* mode settings for security reasons to be apparent in the packing-list. | |||
2014-01-25 | Change the default PF policy to "block return", including x11 as | Darren Tucker | |
suggested by naddy@. This solves the problem that occurs when a server crashes or is hard booted and comes back up without tearing down any connections to it, and packets from these connections don't match any existing state or rule and are silenty dropped. ok phessler@ henning@ claudio@ dlg@ | |||
2014-01-25 | somehow, bytes got garbled. Be less cute and seek twice, that works. | Marc Espie | |
sorry about that. | |||
2014-01-25 | revert counter size changes. this breaks netstat. digging further, there | Theo de Raadt | |
are so many inconsistancies, that moving one deck chair is pointless. more thought required. ok claudio | |||
2014-01-25 | Add a special case for the DH group size for 3des-cbc, which has an | Darren Tucker | |
effective strength much lower than the key size. This causes problems with some cryptlib implementations, which don't support group sizes larger than 4k but also don't use the largest group size it does support as specified in the RFC. Based on a patch from Petr Lautrbach at Redhat, reduced by me with input from Markus. ok djm@ markus@ | |||
2014-01-25 | Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long. | Claudio Jeker | |
Found by csszep (at) gmail. | |||
2014-01-25 | some processors were not listed in the PIE block | Theo de Raadt | |
2014-01-25 | Correct parsing of dhclient.conf statements 'fixed-address' and | Kenneth R Westerback | |
'next-server'. Modify new lease being cloned with their values rather than overwriting original lease being cloned. | |||
2014-01-25 | Add a test for DH GEX sizes | Darren Tucker | |
2014-01-25 | get rid of the kernel high and low water marks for pages and replace with | Bob Beck | |
a single target of used pages in the cache - so we don't to a ton of work throwing away pages sporadically while holding the biglock - noticed by dlg. ok dlg@ deraadt@ | |||
2014-01-25 | Simplify and shorten the way ICMP checksums are verified in | Lawrence Teo | |
pf_check_proto_cksum() by letting it use the same in4_cksum() call that is used for TCP and UDP checksums. ok henning@ naddy@ | |||
2014-01-24 | OK, loadrandom should not care about EPERM I suppose | Theo de Raadt | |
2014-01-24 | bump the year for ISO/IEC 8802:3 from 1989 to 1996; | Jason McIntyre | |
ingo recommends not defining a new St macro for every revision here ok sobrado schwarze | |||
2014-01-24 | Supplement the documentation of the .St macro by minimal commentary | Ingo Schwarze | |
regarding the content and relationships of the various standards, and sort and group them. tweaks and ok guenther@, ok millert@ sobrado@ jmc@ | |||
2014-01-24 | Remove _KERNEL guard around <sys/lock.h>, for userland to be able to | Miod Vallat | |
process the definition of struct vm_page_md. | |||
2014-01-24 | Don't include <machine/vmparam.h> directly. Instead, get it with its necessary | Miod Vallat | |
dependencies via <sys/sysctl.h>. Unbreaks ppc userland build. | |||
2014-01-24 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis | |
suspend work on some machines. ok deraadt@, mlarkin@ | |||
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer | |
statistics sideeffects before. ok lteo naddy | |||
2014-01-24 | From Areca, this also fully supports ARC-1264, ARC-1284 and the upcoming | Chris Cappuccio | |
ARC-1883 | |||
2014-01-24 | Implement -S; from traceroute; reduces diff to traceroute. | Florian Obser | |
OK benno@ | |||
2014-01-24 | Implement -D; from traceroute; reduces diff to traceroute. | Florian Obser | |
While here add dump() prototype in traceroute OK benno@ | |||
2014-01-24 | Sort getopt cases, reduces diff to traceroute6 | Florian Obser | |
OK benno@ | |||
2014-01-24 | Implement -c flag; from traceroute; reduces diff to traceroute | Florian Obser | |
OK benno@ | |||
2014-01-24 | It's an error to have more than 2 arguments; reduces diff to traceroute6 | Florian Obser | |
OK benno@ | |||
2014-01-24 | Sync "port" type to traceroute6; reduces diff to traceroute6 | Florian Obser | |
OK benno@ | |||
2014-01-24 | Sync "port" handling to traceroute; reduces diff to traceroute | Florian Obser | |
OK benno@ | |||
2014-01-24 | Sync "nprobes" handling to traceroute; reduces diff to traceroute | Florian Obser | |
OK benno@ | |||
2014-01-24 | Sync max_hops and first_hop to same type as the corosponding | Florian Obser | |
variables max_ttl / first_ttl in traceroute have. Also parse -f/-m the same as traceroute. Does not technically reduce the diff to traceroute, but if/when we merge we can decide which variable naming wins and search/replace the other. OK benno@ | |||
2014-01-24 | rename s to rcvsock | Florian Obser | |
Reduces diff to traceroute6 and is easier to search for. OK benno@ | |||
2014-01-24 | Instead of calculating the ICMPv6 checksum here, just set the flag that | Christian Weisgerber | |
is needed and the lower parts of the stack will take care of it. ok henning@, lteo@ | |||
2014-01-24 | in pf_check_proto_cksum, updtae the swcksum counters if we cksummed in | Henning Brauer | |
software. ok naddy (this is pbly the ultimate commit'n'run) | |||
2014-01-24 | Improve formatting of broken blocks in -Tman, | Ingo Schwarze | |
somewhat similar to what mdoc_term.c already does for -Tascii. | |||
2014-01-24 | subject -z hints (fuzzy update) to quirks' tweak_search. | Marc Espie | |
Reminded by sthen@ This solves the 5.4 -> 5.5 delete/reinstall gap for changed pkgnames. |