Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti | |
Specific features of the companion chip will be handled in MD land. Okay deraadt@. | |||
2010-10-14 | probabalistic -> probabilistic; from naddy | Jason McIntyre | |
2010-10-14 | plug a tiny leak. | David Hill | |
ok mikeb@ | |||
2010-10-14 | Use an explicit event rather than event_once for the main event so it | Nicholas Marriott | |
can be removed when the client becomes ready. | |||
2010-10-14 | another uid required | Theo de Raadt | |
2010-10-14 | one more uid needed | Theo de Raadt | |
2010-10-14 | Same fix as previously commited to ospfd. Ensure that kr_redistribute() | Claudio Jeker | |
is called with the head node of a multipath chain. | |||
2010-10-14 | kr_redistribute() needs to be called with the head node of a multipath | Claudio Jeker | |
chain. Fix kroute_insert() and rtmsg_process() to correctly do this. OK bluhm@ | |||
2010-10-14 | for openssl prime, note that results are probabalistic; from djm | Jason McIntyre | |
2010-10-14 | looks like i jumped the gun with the duid stuff; back it out | Jason McIntyre | |
2010-10-14 | Clean up segment handling: switch user-space to using code and data | Philip Guenthe | |
segments in the GDT instead of the LDT and eliminate the GDT slots that we don't actually use. tested on both amd and intel by several not really the right person, but ok: kettenis@ | |||
2010-10-14 | Treat the meta bit in the xterm extended modifier key set as the same as | Nicholas Marriott | |
escape (tmux's meta). From Emanuele Giaquinta. | |||
2010-10-14 | Put "or" on new line from command with .Ic. | Nicholas Marriott | |
2010-10-13 | 'socket "path" [restricted]' needs quotes around path; make it clear | Stuart Henderson | |
in the manual. Help from jmc@. | |||
2010-10-13 | do the same thing for the cd: | Mike Belopuhov | |
shave some bytes off the ramdisk kernels by disaling a bunch of custom pci to isa bridge drivers. pcib(4) will cope with the loss. suggested by brad, deraadt agrees, so does kettenis | |||
2010-10-13 | shave some bytes off the ramdisk kernels by disaling a bunch of | Mike Belopuhov | |
custom pci to isa bridge drivers. pcib(4) will cope with the loss. ok deraadt | |||
2010-10-13 | document "openssl prime"; | Jason McIntyre | |
2010-10-13 | missing quotes; thanks jmc@ | Stuart Henderson | |
2010-10-13 | Enable a couple UTF-8 locales for non-English languages. | Stefan Sperling | |
ok kevlo, deraadt, espie | |||
2010-10-13 | add a truncated master.passwd the install media can use if it wants | Theo de Raadt | |
2010-10-13 | sync | Theo de Raadt | |
2010-10-13 | Put sha1.c here too, to gain savings from the -Os | Theo de Raadt | |
2010-10-13 | paste in the description of "special"; ok krw | Jason McIntyre | |
2010-10-13 | document "openssl pkeyparam"; | Jason McIntyre | |
2010-10-13 | This actually makes use of list.local | Alexander Hall | |
"commit" deraadt@ | |||
2010-10-13 | Generate XS::APItest.0, XS::APItest::KeywordRPN.0 and XS::Typemap.0 | Todd C. Miller | |
from the uninstalled sources, as opposed to the staging dir, so vax can have them too. | |||
2010-10-13 | no, the vax has no shared libraries | Theo de Raadt | |
2010-10-13 | adapt to new "socket ... restricted" syntax, reported by Patrick Lamaiziere, | Stuart Henderson | |
ok henning@ | |||
2010-10-13 | add a sample for "socket ... restricted", prompted by mail from | Stuart Henderson | |
Patrick Lamaiziere, ok henning@ | |||
2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 | Jonathan Gray | |
was imported over four years ago, so we don't need to link libdes for kerberos anymore. ok mikeb@ deraadt@ | |||
2010-10-13 | No need to check ST_DYING flag twice in succession. | Kenneth R Westerback | |
Noticed by Damien McGuckin. Thanks! | |||
2010-10-12 | Do not put mount_msdos or mount_ext2fs on media which does not need it; | Theo de Raadt | |
but do put it there on media which does. | |||
2010-10-12 | Do not bother putting mount_msdos or mount_ext2fs on media which does not | Theo de Raadt | |
need it. | |||
2010-10-12 | Add Sierra Wireless MC8790. | Marco Pfatschbacher | |
OK yuo, fkr, jsg | |||
2010-10-12 | regen | Marco Pfatschbacher | |
2010-10-12 | Add Sierra Wireless MC8790. | Marco Pfatschbacher | |
OK yuo, fkr, jsg | |||
2010-10-12 | document "openssl pkeyutl"; | Jason McIntyre | |
2010-10-12 | pfctl -sr did not show divert-reply rules without address family | Alexander Bluhm | |
correctly. A zero address field is used to identify divert-reply rules. If the rule's address family is unspecified, PF_AZERO() always returns false. So use AF_INET6 as address family, to check all bits of the address. ok markus@ | |||
2010-10-12 | If the input length was specified, use it to set the stdio buffer | Todd C. Miller | |
size for fread(). Otherwise, stdio will read as much as it can (using a very large buffer) which may cause a hang if the input comes from a blocking device such as /dev/srandom. OK deraadt@ | |||
2010-10-12 | sync | Theo de Raadt | |
2010-10-12 | Plug a significant memory leak when using SSL. | David Hill | |
ok claudio@, jsg@, phessler@ | |||
2010-10-12 | Typo in confirmation message. bz#1827, patch from imorgan at nas nasa gov | Darren Tucker | |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback | |
than 1 i/o active at once. This reduces the chances that concurrent i/o's for such devices will confuse the device or the adapter code. It also eliminates a reason for adapter code to maintain its own queues. Tweak all drivers that fake INQUIRY results to set the SID_CmdQue flag, thus continuing to claim to be able to do tagged i/o. Positive feedback from matthew@ and marco@ for an earlier version. ok dlg@ | |||
2010-10-11 | correct MACHINE, MACHINE_ARCH | Takuya ASADA | |
2010-10-11 | 16-byte commands just won't fit in 12-byte buffers. So make the | Kenneth R Westerback | |
buffer 16 bytes. Fixes READ_CAPACITY_16 commands. | |||
2010-10-11 | Ugh, I forgot to commit these after my last MAKEDEV regen. | Claudio Jeker | |
Updated to include the midi(4) addition in sparc64. | |||
2010-10-11 | and another one... s/10.4.5.6/10.3.4.5/, also from jy-p. | Stuart Henderson | |
2010-10-11 | typo, s/10.1.2.3/10.2.3.4/, from jy-p | Stuart Henderson | |
2010-10-11 | Do similar changes to netstat as done to route(8). Try to show the | Claudio Jeker | |
most expected rtable when doing a netstat -rn. OK henning@ | |||
2010-10-11 | bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER to | Claudio Jeker | |
RTABLE_ANY. OK henning@ |