Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-22 | grammar fixes in comments; from brad | Miod Vallat | |
2009-11-22 | less verbose display: only shows .libs* once, but still show all partial-* | Marc Espie | |
2009-11-22 | change the timing a bit: create a list of updateset first, and process | Marc Espie | |
them later. To do that, normal additions go through hint2, and the findtruelocation code moves to Update.pm This will allow for more systematic handling of all names (including solving more stuff on the fly, instead of upfront). | |||
2009-11-22 | Typo fixed. | Tobias Stoeckmann | |
ok jmc, pjanzen | |||
2009-11-22 | sync | Kevin Lo | |
2009-11-22 | add the Terminus Technology vendor id found on VIA VT6571 | Kevin Lo | |
2009-11-22 | fix RTS/CTS and CTS-to-self protection modes. | Damien Bergamini | |
fix 802.11a TXTIME computation (802.11a has a 16us SIFS interval but does not have the 6us signal extension that ERP-OFDM has so we can use the same code for 11a and 11g provided that we add the SIFS nterval in the athn_txtime() function itself.) | |||
2009-11-22 | Fix compile error in uniprocessor kernel. | Takuya ASADA | |
ok jsing@ | |||
2009-11-22 | Correct cording style. | Takuya ASADA | |
ok jsing@ | |||
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat | |
address as a kernel variable for use by libkvm. On sgi IP27 and IP30 kernels, use XKSEG instead of CKSSEG; this will allow kernel KVM size to grow in the future if necessary. | |||
2009-11-22 | Fix examine command option list. | Miod Vallat | |
2009-11-21 | Fix uninitialized variables in db_stack_trace_print(), and honour the | Miod Vallat | |
frame count argument. | |||
2009-11-21 | tyypo | Miod Vallat | |
2009-11-21 | mplock, rw_cas implemented | Takuya ASADA | |
ok miod@ | |||
2009-11-21 | Yet another stupid typo caught by martin@ | Miod Vallat | |
2009-11-21 | knf | Henning Brauer | |
2009-11-21 | Fix `print $registername' on 64 bit platforms. | Miod Vallat | |
2009-11-21 | Fix registration of memory after 1GB on Octane. Found the hard way by martin@ | Miod Vallat | |
2009-11-21 | MIN_UID in yp make removes root, so look for something that is | Ian Darwin | |
still likely: localhost in hosts map. ok deraadt@ | |||
2009-11-21 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-11-21 | when wpa is enabled, defer setting the link up until the 802.1X | Damien Bergamini | |
port is valid (keys have been successfully exchanged.) this avoids dhclient timeouts when wpa is enabled. | |||
2009-11-21 | Use home from struct passwd if HOME is empty as well as if it is NULL, and fix | Nicholas Marriott | |
a style nit. Both from Tiago Cunha. | |||
2009-11-21 | replacing malloc/realloc dance, by only one realloc | Charles Longeau | |
ok millert@ | |||
2009-11-21 | make the led blink during a scan. | Damien Bergamini | |
prodded by deraadt | |||
2009-11-21 | tweak previous; | Jason McIntyre | |
2009-11-21 | debug off | Damien Bergamini | |
reminded by deraadt | |||
2009-11-21 | attach to the AR9227 too | Damien Bergamini | |
2009-11-21 | EP80579 SATA | Jonathan Gray | |
2009-11-21 | in the detach function remove our usb task before calling any other | Theo de Raadt | |
teardown functions which could potentially sleep (and then, the usb task would get called for a half-torn down device) | |||
2009-11-21 | use strtonum(3) and strtol(3) instead of sscanf(3) | Alexandre Ratchov | |
suggested by deraadt@ | |||
2009-11-21 | Do the operations in atu_detach in the right order, as done in | Theo de Raadt | |
other drivers recently. | |||
2009-11-21 | Add new option tunneldomain to ifconfig to specify the routing table | Claudio Jeker | |
to be used for sending out gre/gif encoded packets. OK deraadt@, henning@ | |||
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker | |
different rdomain than the default one. This allows to do MPLS VPNs without the MPLS madness. OK deraadt@, henning@ | |||
2009-11-21 | If tagging is used use match rules instead of pass rules. This is needed | Claudio Jeker | |
so that later pass rules will not overwrite the nat-to/rdr-to settings. Because of this there must be an expilicit "pass .. tagged proxytag .." rule after the ftp-proxy anchor. OK henning@ | |||
2009-11-21 | User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, | Philip Guenthe | |
found by Clement LECIGNE, localhost DoS everywhere. Also, don't leak the mbuf when the wrong level is used. ok claudio@, "just commit" deraadt@ | |||
2009-11-21 | remove unused variable | Charles Longeau | |
ok deraadt@ | |||
2009-11-21 | spelling | Theo de Raadt | |
2009-11-21 | remove unused variable | Charles Longeau | |
ok guenther@ | |||
2009-11-21 | Ooops, committed an unbaked change | Philip Guenthe | |
2009-11-21 | Add a (hopefully) comprehensive regression test of how stdio functions | Philip Guenthe | |
affect stream orientation | |||
2009-11-21 | Several stdio functions were failing to set the stream orientation | Philip Guenthe | |
to 'narrow' as they should. "looks correct" millert@ "makes sense" blambert@ | |||
2009-11-20 | The deny all and allow from any inet prefixlen 8 - 24 will block the default | Claudio Jeker | |
route already so don't add an additional rule for that. Instead add a commented allow rule. Idea from Mitja Muzenic (mitja at muzenic dot net) | |||
2009-11-20 | When -h and -p are given to split-window, calculate the percentage size using | Nicholas Marriott | |
the width instead of the height. | |||
2009-11-20 | resolv.conf is also created when DNS servers are configured during the | Antoine Jacoutot | |
install process. tweak and ok jmc@, ok sthen@ | |||
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe | |
localhost DoS everywhere. To help minimize further issues, make the mbuf != NULL test explicit instead of implicit in a length test. Suggestions and initial work by mpf@ and miod@ ok henning@, mpf@, claudio@, | |||
2009-11-20 | Display UTF-8 properly in status line messages and prompt. Cursor handling is | Nicholas Marriott | |
still way off though. | |||
2009-11-20 | Remove oldest messages from log when limit is hit, not newest. | Nicholas Marriott | |
2009-11-20 | correct off-by-one in percent_expand(): we would fatal() when trying | Damien Miller | |
to expand EXPAND_MAX_KEYS, allowing only EXPAND_MAX_KEYS-1 to actually work. Note that nothing in OpenSSH actually uses close to this limit at present. bz#1607 from Jan.Pechanec AT Sun.COM | |||
2009-11-20 | Use the HostKeyAlias when prompting for passwords. bz#1039, ok djm@ | Darren Tucker | |
2009-11-20 | bz#1588 change "Connecting to host..." message to "Connected to host." | Damien Miller | |
and delay it until after the sftp protocol connection has been established. Avoids confusing sequence of messages when the underlying ssh connection experiences problems. ok dtucker@ |