Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-14 | Use DL_SECTOBLK() instead of handrolling same calculation to get | Kenneth R Westerback | |
wdsize() return value. | |||
2013-10-14 | whitespace at EOL; pointed out by markus@ | Damien Miller | |
2013-10-14 | refactor client config code a little: | Damien Miller | |
add multistate option partsing to readconf.c, similar to servconf.c's existing code. move checking of options that accept "none" as an argument to readconf.c add a lowercase() function and use it instead of explicit tolower() in loops part of a larger diff that was ok markus@ | |||
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback | |
variable and not (usually) an int. ok miod@ | |||
2013-10-14 | add a "Match" keyword to ssh_config that allows matching on hostname, | Damien Miller | |
user and result of arbitrary commands. "nice work" markus@ | |||
2013-10-14 | Add logging of session starts in a useful format; ok markus@ feedback and | Damien Miller | |
ok dtucker@ | |||
2013-10-14 | Fix a couple of style(9) nits. | Sylvestre Gallon | |
ok patrick@ | |||
2013-10-14 | Add some consistency using uint_t everywhere instead of mixing uint_t | Sylvestre Gallon | |
and u_int_t. ok patrick@ | |||
2013-10-14 | Tedu some heavy debug code that is not needed anymore. | Sylvestre Gallon | |
No functional changes. ok patrick@ | |||
2013-10-14 | tedu ecoff support | Theo de Raadt | |
2013-10-14 | By passing invalid values in the routing message, root could crash | Alexander Bluhm | |
the kernel from user land. Add a null pointer check as quick fix. OK blambert@ claudio@ | |||
2013-10-14 | tweak previous; | Jason McIntyre | |
ok djm | |||
2013-10-14 | Remove obsolete ioctl defines and struct (I overloaded the pflow | Reyk Floeter | |
ioctls when I started vxlan, but replaced them later with own ifr-based ioctls). Found by mpi@ | |||
2013-10-14 | Make use of satosin() when applicable plus a couple of style nits. | Martin Pieuchot | |
ok reyk@ | |||
2013-10-14 | Add a boot(8) manual, issue reported by landry@ | Martin Pieuchot | |
ok jmc@ | |||
2013-10-14 | Change the macros used to iterate over the multicast records of an | Martin Pieuchot | |
interface to not depend on the global list of addresses. For IPv4 the IP_TO_IA() macro still depends on the global list of addresses because we want to be sure to grab the first configured address of an interface, where the records are linked. Tested by sthen@, ok henning@ | |||
2013-10-14 | If a transfer terminates with an I/O error status, do not modify the | Martin Pieuchot | |
pipe to stop enquening the next transfer before the done() function has been called. This should fix the hangs seen when unplugging a USB keyboard attached to uhci(4). Problem reported by dcoppa@ and Peter Kane | |||
2013-10-14 | Using 'cc -o /dev/null' has weird side-effects as root, so use a real file | Philip Guenther | |
problem noted by deraadt@ | |||
2013-10-14 | handle DESTDIR; with guenther | Theo de Raadt | |
2013-10-14 | Missed the file renames for the string functions when committing the | Philip Guenther | |
DIST_LIB/DIST_OBJ/*.do changes | |||
2013-10-14 | Add vxlan.4 | Reyk Floeter | |
2013-10-14 | set openings to 64 like the linux driver sort of does. if a vendor says | David Gwynne | |
something it isnt as magical as something i made up, right? | |||
2013-10-14 | add 7.5kbit DH groups | Darren Tucker | |
2013-10-14 | count number of lines in moduli input file and pass to the testing | Darren Tucker | |
ssh-keygen process. this will let it provide an completion time estimate. | |||
2013-10-14 | Parse and ignore the .fam (font family) request. | Ingo Schwarze | |
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim. Thanks to naddy@ for bringing these to my attention. | |||
2013-10-14 | defer the first update of the sensor as late in the boot process we can | David Gwynne | |
but running it from the mountroot hooks. this means the clock will be attached and therefore better to compare the hypervisors clock against. before we used to get ridiculous timedeltas, which if ntpd used to set the time with on startup (ie, ntpd -s) would make us think we were in 2057 or 2104. ok jmatthew@ | |||
2013-10-14 | Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR. | Philip Guenther | |
Add the new files to the clean target's rm list. "why not get it tested?" deraadt@ | |||
2013-10-13 | libotermcap is just an alias/link to libocurses. Use the latter so that | Philip Guenther | |
the library name matches the name of its src directory. Also, include -lc here so that the crunchgen knows to build a distrib libc.a for these | |||
2013-10-13 | Use the new DIST_LIB/DIST_OBJS hooks to make it possible to link crunched | Philip Guenther | |
binaries against libraries compiled with smaller objects. Determination of which objects to include done by linking once and checking the link map. SRCLIBDIR must be set by the calling makefile to /usr/src/lib for this to have any effect | |||
2013-10-13 | Make it possible to build to reduced version of a library, including | Philip Guenther | |
just specific objects that are compiled with additional options to reduce their size. For use by distrib/ and crunchgen. style and naming assistance from espie@ | |||
2013-10-13 | remote bits for a.out and ecoff | Theo de Raadt | |
ok guenther | |||
2013-10-13 | Death to a.out bits! | Philip Guenther | |
ok deraadt@ miod@ | |||
2013-10-13 | Make pci_make_tag() work with ht(4) controllers, fix a regression | Martin Pieuchot | |
introduced when the macppc pci code started parsing its device tree to enumerate devices. "ht" nodes do not have a "bus-range" property so we need to start iterating on their PCI bridge nodes to find our devices. | |||
2013-10-13 | add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011 | Ingo Schwarze | |
2013-10-13 | this Makefile does not really help anyone bring up make | Theo de Raadt | |
ok espie | |||
2013-10-13 | add libefi and simplify some names | Ingo Schwarze | |
from FreeBSD ports SVN rev. 293734, Ulrich Spoerlein March 24, 2012 in case of conflicts with NetBSD, i keep the simpler NetBSD names | |||
2013-10-13 | whitespace | Reyk Floeter | |
2013-10-13 | whitespace | Reyk Floeter | |
2013-10-13 | Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names. | Reyk Floeter | |
2013-10-13 | Just use sockaddr_union instead of a handcrafted version and rename | Reyk Floeter | |
bridge_tunnelupdate to a more generic name bridge_copyaddr. No functional change. | |||
2013-10-13 | tweak previous; | Jason McIntyre | |
2013-10-13 | tweak previous; | Jason McIntyre | |
2013-10-13 | Set the default MTU to full 1500 bytes. We do not want to encourage | Reyk Floeter | |
running vxlan(4) with a lowered MTU of just 1450 bytes instead of bumping the MTU of the transport interfaces to at least 1550 or preferrably 1600 bytes. | |||
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter | |
interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@ | |||
2013-10-13 | sync SUSv2/SUSv3 entries with groff | Ingo Schwarze | |
reduces groff-mandoc-differences for several pthread_*(3) manuals noticed by Franco Fichtner <franco at lastsummer dot de> dragonfly.git/commitdiff/370c546b87777b40b5fc862491555ef71b4ee130 | |||
2013-10-13 | more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de> | Ingo Schwarze | |
dragonfly.git/commit/107cb94cae2c24ce3f6851ce0ed24b80d64e3ec8 | |||
2013-10-12 | i. e. -> i.e. | Jason McIntyre | |
2013-10-12 | sync | Theo de Raadt | |
2013-10-12 | +vxlan; remember services is parsed for baddynamic; ok reyk | Theo de Raadt | |
2013-10-12 | explicitely->explicitly | Stuart Henderson | |