Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-24 | fix bug introduced in hostname canonicalisation commit: don't try to | Damien Miller | |
resolve hostnames when a ProxyCommand is set unless the user has forced canonicalisation; spotted by Iain Morgan | |||
2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. | Philip Guenther | |
Use useconds_t in the ualarm() declaration. Bump libstdc++ major to be sure there isn't ABI issues. ok deraadt@ jca@ jmc@ millert@ ports testing by landry@ | |||
2013-10-24 | Fix field header overriding on fields that are (internally) aliases for others. | Philip Guenther | |
Follow POSIX spec for the default headers for the comm, etime, and tty fields. Problem noted by lotheac (at) iki.fi ok deraadt@ | |||
2013-10-24 | no need for netinet/ip_var.h (and friends) | Theo de Raadt | |
2013-10-24 | Disallow empty Match statements and add "Match all" which matches everything. | Darren Tucker | |
ok djm, man page help jmc@ | |||
2013-10-24 | Periodically print progress and, if possible, expected time to completion | Darren Tucker | |
when screening moduli for DH groups. ok deraadt djm | |||
2013-10-23 | include local address and port in "Connection from ..." message (only | Damien Miller | |
shown at loglevel>=verbose) | |||
2013-10-23 | whitespace | Jasper Lievisse Adriaanse | |
2013-10-23 | Add a sc_hwinit callback when running on an ILACC, to make sure CSR4 does | Miod Vallat | |
not get lost if the chip is reset. Also try to mask the `TX start' interrupt, but this doesn't seem to work. | |||
2013-10-23 | Enable TX checksum offload. | Brad Smith | |
ok naddy@ | |||
2013-10-23 | Enable TX checksum offload. | Brad Smith | |
ok naddy@ sthen@ | |||
2013-10-23 | need a forward declaration of bintime for the _KERNEL case, ie. trpt | Theo de Raadt | |
ok guenther | |||
2013-10-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt | |
stack (factoid: by a bunch of people in my living room), some compatibility #define's were created to shim incompatible inpcb access methods. There was an understanding they would eventually be removed. Since they are error prone, and 1999 is a long time ago, now they die. ok mikeb claudio mpi | |||
2013-10-23 | remove historical #if 1 | Theo de Raadt | |
2013-10-23 | delete junk NRL v6 block; ok claudio | Theo de Raadt | |
2013-10-23 | remove the ipprintfs debug stuff; if you are debugging at this level, | Theo de Raadt | |
you probably write your own chunks as need be. ok mpi claudio | |||
2013-10-23 | rename some defines as well | Jasper Lievisse Adriaanse | |
2013-10-23 | rename 'allwinner' to 'sunxi' to actually match the SoC name instead of using | Jasper Lievisse Adriaanse | |
the vendor to follow our naming convention. ok aalm@ patrick@ | |||
2013-10-23 | translate port numbers for inner udp packets when they're returned | Mike Belopuhov | |
as a payload of icmp error messages; makes traceroute6 operate across a nat64 gateway. prompted by sthen, ok henning | |||
2013-10-23 | We need to loop around waitpid to catch all exited children as we are | Florian Obser | |
not guaranteed to get one signal per child. pointed out by deraadt OK benno, blambert | |||
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot | |
global variables to in.h. ok mikeb@, deraadt@ | |||
2013-10-23 | No need to expose twice in_socktrim(), it is only used in one file. | Martin Pieuchot | |
2013-10-23 | Add support for displaying the cache write policy of RAID volumes to bioctl(8) | Mark Kettenis | |
and make mfi(4) pass up the necessary information. Adding support for other RAID controllers is left as an excercise to the reader. ok deraadt@ | |||
2013-10-23 | Key to swap to other end of selection (bound to o with vi keys), from J | Nicholas Marriott | |
Raynor. | |||
2013-10-23 | adapt to new DL_BLKTOSEC(); ok krw | Theo de Raadt | |
2013-10-23 | Fix sorting and ordering. | Raphael Graf | |
ok bmercer@ | |||
2013-10-23 | overwrite icmp packet type-specific nextptr field only when we're | Mike Belopuhov | |
changing it. fixes an icmp to icmpv6 translation regression found by todd and sthen. ok henning sthen | |||
2013-10-23 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot | |
entries to decide if the IFF_ALLMULTI flag should be set, check if there is at least one real range between them. This should not introduce any behavior change but will help changing our representation of multicast enries. | |||
2013-10-23 | Checkpoint of work-in-progress DMA support for oaic(4). Not working yet, | Miod Vallat | |
probably due to incorrect programming of the system board ``Diagnostic Control Register'', for which I do not have documentation yet; commited so as not to lose this work, since the machine I was testing on has apparently commited suicide and will no longer POST. | |||
2013-10-23 | Do not print the higher address of the muticast range in debug mode, | Martin Pieuchot | |
since in this case it is always the same as the lower address (not a real range). ok pirofti@, jasper@, bcallah@ | |||
2013-10-23 | Crank bootblock versions after last commit | Mike Larkin | |
2013-10-23 | In pthread_kill()/pthread_cancel(), hold the target thread's flags | Philip Guenther | |
lock across the kill, so that it can't exit (and its tid be reused!) before the kill() discussed with tedu@ marc@ | |||
2013-10-23 | fix comment | Darren Tucker | |
2013-10-23 | Allow uppercase "K/M/G" specification in "machine memory" boot command. | Mike Larkin | |
ok guenther, dlg, deraadt | |||
2013-10-23 | Make code match documentation: relative-specified certificate expiry time | Damien Miller | |
should be relative to current time and not the validity start time. Reported by Petr Lautrbach; ok deraadt@ | |||
2013-10-23 | fix typo | Theo de Raadt | |
2013-10-23 | comment | Damien Miller | |
2013-10-23 | Hostname may have %h sequences that should be expanded prior to Match | Damien Miller | |
evaluation; spotted by Iain Morgan | |||
2013-10-23 | define some bits relating to the msg ring | David Gwynne | |
2013-10-22 | sync | Theo de Raadt | |
2013-10-22 | update config stanzas | Miod Vallat | |
2013-10-22 | typo in config stanza | Miod Vallat | |
2013-10-22 | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo Schwarze | |
we don't do hyphenation anyway, so there is no point in throwing an ERROR when encountering .hw. Real-world usage of the request found by naddy@ in sysutils/dwdiff(1). | |||
2013-10-22 | Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the | Kenneth R Westerback | |
file name without the server address seems silly. Tested & ok uwe@ | |||
2013-10-22 | Add code for SMC_CAPS_SINGLE_ONLY capability. | Sylvestre Gallon | |
This capability force the sdmmc stack to only issue single blocks transfers. tested by rapha@ and I on ommmc(4). tested by rapha@ on pxammc(4). ok rapha@ | |||
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther | |
- convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@ | |||
2013-10-22 | - expand hardware list with iMX boards | Jasper Lievisse Adriaanse | |
- mention miniroot-imx ok patrick@ | |||
2013-10-22 | In pf_test_state_icmp(), actually copy pd->hdr.any back into the mbuf as | Lawrence Teo | |
intended after the ICMP/ICMPv6 checksum is zeroed in pf_cksum(). This resolves an issue found by sthen@ where ICMP traffic with nat-to failed due to incorrect checksums. Fix tested by sthen@ and myself OK henning@ | |||
2013-10-22 | Some current boards do not have write-through caching. For those, | Patrick Wildt | |
we enable write-back, but it seems this is not working and those boards hang on bootup. Until that is fixed, do not cache PTEs on those boards. | |||
2013-10-22 | Compute the checksum in in_proto_cksum_out, just set the flag in | Christian Weisgerber | |
the UDP stack. ok henning@ |