summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-14Move 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-14probabalistic -> probabilistic; from naddyJason McIntyre
2010-10-14plug a tiny leak.David Hill
ok mikeb@
2010-10-14Use an explicit event rather than event_once for the main event so itNicholas Marriott
can be removed when the client becomes ready.
2010-10-14another uid requiredTheo de Raadt
2010-10-14one more uid neededTheo de Raadt
2010-10-14Same fix as previously commited to ospfd. Ensure that kr_redistribute()Claudio Jeker
is called with the head node of a multipath chain.
2010-10-14kr_redistribute() needs to be called with the head node of a multipathClaudio Jeker
chain. Fix kroute_insert() and rtmsg_process() to correctly do this. OK bluhm@
2010-10-14for openssl prime, note that results are probabalistic; from djmJason McIntyre
2010-10-14looks like i jumped the gun with the duid stuff; back it outJason McIntyre
2010-10-14Clean up segment handling: switch user-space to using code and dataPhilip 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-14Treat the meta bit in the xterm extended modifier key set as the same asNicholas Marriott
escape (tmux's meta). From Emanuele Giaquinta.
2010-10-14Put "or" on new line from command with .Ic.Nicholas Marriott
2010-10-13'socket "path" [restricted]' needs quotes around path; make it clearStuart Henderson
in the manual. Help from jmc@.
2010-10-13do 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-13shave some bytes off the ramdisk kernels by disaling a bunch ofMike Belopuhov
custom pci to isa bridge drivers. pcib(4) will cope with the loss. ok deraadt
2010-10-13document "openssl prime";Jason McIntyre
2010-10-13missing quotes; thanks jmc@Stuart Henderson
2010-10-13Enable a couple UTF-8 locales for non-English languages.Stefan Sperling
ok kevlo, deraadt, espie
2010-10-13add a truncated master.passwd the install media can use if it wantsTheo de Raadt
2010-10-13syncTheo de Raadt
2010-10-13Put sha1.c here too, to gain savings from the -OsTheo de Raadt
2010-10-13paste in the description of "special"; ok krwJason McIntyre
2010-10-13document "openssl pkeyparam";Jason McIntyre
2010-10-13This actually makes use of list.localAlexander Hall
"commit" deraadt@
2010-10-13Generate XS::APItest.0, XS::APItest::KeywordRPN.0 and XS::Typemap.0Todd C. Miller
from the uninstalled sources, as opposed to the staging dir, so vax can have them too.
2010-10-13no, the vax has no shared librariesTheo de Raadt
2010-10-13adapt to new "socket ... restricted" syntax, reported by Patrick Lamaiziere,Stuart Henderson
ok henning@
2010-10-13add a sample for "socket ... restricted", prompted by mail fromStuart Henderson
Patrick Lamaiziere, ok henning@
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2Jonathan Gray
was imported over four years ago, so we don't need to link libdes for kerberos anymore. ok mikeb@ deraadt@
2010-10-13No need to check ST_DYING flag twice in succession.Kenneth R Westerback
Noticed by Damien McGuckin. Thanks!
2010-10-12Do 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-12Do not bother putting mount_msdos or mount_ext2fs on media which does notTheo de Raadt
need it.
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
OK yuo, fkr, jsg
2010-10-12regenMarco Pfatschbacher
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
OK yuo, fkr, jsg
2010-10-12document "openssl pkeyutl";Jason McIntyre
2010-10-12pfctl -sr did not show divert-reply rules without address familyAlexander 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-12If the input length was specified, use it to set the stdio bufferTodd 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-12syncTheo de Raadt
2010-10-12Plug a significant memory leak when using SSL.David Hill
ok claudio@, jsg@, phessler@
2010-10-12Typo in confirmation message. bz#1827, patch from imorgan at nas nasa govDarren Tucker
2010-10-12Force openings to 1 for devices that can't do tagged i/o, i.e. moreKenneth 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-11correct MACHINE, MACHINE_ARCHTakuya ASADA
2010-10-1116-byte commands just won't fit in 12-byte buffers. So make theKenneth R Westerback
buffer 16 bytes. Fixes READ_CAPACITY_16 commands.
2010-10-11Ugh, I forgot to commit these after my last MAKEDEV regen.Claudio Jeker
Updated to include the midi(4) addition in sparc64.
2010-10-11and another one... s/10.4.5.6/10.3.4.5/, also from jy-p.Stuart Henderson
2010-10-11typo, s/10.1.2.3/10.2.3.4/, from jy-pStuart Henderson
2010-10-11Do similar changes to netstat as done to route(8). Try to show theClaudio Jeker
most expected rtable when doing a netstat -rn. OK henning@
2010-10-11bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER toClaudio Jeker
RTABLE_ANY. OK henning@