summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-19syncTheo de Raadt
2008-05-19bump (recalloc removal)Otto Moerbeek
2008-05-19remove recalloc(3); it is buggy and impossible to repair without bigOtto Moerbeek
costs; ok jmc@ for the man page bits; ok millert@ deraadt@
2008-05-19Add support for TSEC interrupts.Mark Kettenis
2008-05-19Permit compilation on 3 architectures which show that this diff wasTheo de Raadt
not tested on them. Older gcc's require decl before code, and this is supposed to be portable code in that sense.
2008-05-19Change all remaining MD uses of MALLOC and FREE into proper malloc() andMiod Vallat
free() calls; prodded by chl@, ok krw@
2008-05-19regenMiod Vallat
2008-05-19Add the Sun extended keys (L keys, volume keys) to the console mode layouts.Miod Vallat
2008-05-19do not leak memory if there is no power source. code is ifdef USB_DEBUG.Federico G. Schwindt
2008-05-19support -l (print fingerprint) in combination with -F (find host) toDamien Miller
search for a host in ~/.ssh/known_hosts and display its fingerprint; ok markus@
2008-05-19Fix sending tty modes when stdin is not a tty (bz#1199). PreviouslyDamien Miller
we would send the modes corresponding to a zeroed struct termios, whereas we should have been sending an empty list of modes. Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
2008-05-19SO_BINDANY for ipv6; ok djm@Markus Friedl
2008-05-19add divert-to/divert-reply; ok henning, pyrMarkus Friedl
2008-05-19try a few times before giving up while getting the device descriptor. ifFederico G. Schwindt
it fails, reset the port and try again. this seems to fix some devices that would punt with "device problem, disabling port" otherwise. from augustss@netbsd with some change as per discussion with theo. set the address before getting the descriptor. from peterbu at bemac dot com via netbsd kern/24716. tested by many.
2008-05-19Include mpe in the Makefile. I forgot to include it when I initiallyPierre-Yves Ritschard
imported the man page.
2008-05-19Unbreak builds for kernels that have atm interfaces. Found the hard way byClaudio Jeker
Theo on an alpha ramdisk. OK deraadt@
2008-05-19we do not need en(4)Theo de Raadt
2008-05-19regenBrad Smith
2008-05-19Add the NVIDIA MCP77/79/7B SMBus controller ids.Brad Smith
From Peer Chen @ NVIDIA
2008-05-19unbreak protocol keepalive timeouts bz#1465; ok dtucker@Damien Miller
2008-05-19correct format after %x -> %b convertion. deraadt jsg ok.Federico G. Schwindt
2008-05-18comment extension announcementDamien Miller
2008-05-18avoid leaking pipes by not zeroing the pipe after aborting it, soFederico G. Schwindt
umass_disco() have a chance to free'em later. from nathanw@netbsd. miod@ ok.
2008-05-18typo, found by markus.lude@gmx.deSteven Mestdagh
2008-05-18KNFRyan Thomas McBride
2008-05-18another ndp(8) tweak: its description still talks about "flags"Igor Sobrado
rather than "flag", so kill the .Ar macro to have it read correctly. change suggested by jmc@. ok jmc@
2008-05-18Move the code which starts the video stream to the right place;Marcus Glocker
The video stream gets started/stopped when userland open/closes /dev/video*. The debug file gets written to /tmp/uvideo.mjpeg now.
2008-05-18Unbreak glass console on OpenBSD/sgi - if we're supposed to be using theJoel Sing
glass console set comconsaddr to zero so we don't switch to serial when com* attach. spotted by jasper@, ok miod@
2008-05-18There is no need to pass uvideo_vs_open() usb_attach_arg.Marcus Glocker
2008-05-18some missing articles; from Pierre RiteauJason McIntyre
2008-05-18some minor fixes;Jason McIntyre
2008-05-18syncTheo de Raadt
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2008-05-17Full support of branches added. We lacked proper support of multipleTobias Stoeckmann
branch entry points in one revision as well as branches which started from other branches. ok joris
2008-05-17attach to the via vt8237s found on the hp 2133 mini-notejoshua stein
2008-05-17regenjoshua stein
2008-05-17via chrome9 hc igp video, found on the hp 2133 mini-notejoshua stein
2008-05-17KNF. No names for arguments in function prototypes, regroupThordur I. Bjornsson
functions and make some comments nicer...
2008-05-17Give mainbus(4) a bus_dma tag and pass it down. Let socpcic(4) use thisMark Kettenis
tag instead of having it create its own.
2008-05-17If the -T or -t flag is given, the key must be an email address so checkTodd C. Miller
that it contains an @ sign. Prompted by jmc@, OK beck@.
2008-05-17Describe MODPY_EGG_VERSION.wcmaier
ok/requested by steven@, "fine" espie@
2008-05-17Initialize the timeouts only once instead of everytime they are startedCan Erkin Acar
Prevents hangs as reported and tested by James Stark, PR:5795, ok henning@
2008-05-17grammar and correctness fixes from stevesk@Damien Miller
2008-05-16Fix installation instructions.Mark Kettenis
2008-05-16Create bsd.bin, which can be loaded directly using the U-Boot firmware.Mark Kettenis
2008-05-16- sort usage()Jason McIntyre
- use .Bk/.Ek to avoid ugly SYNOPSIS split
2008-05-16Fix ssize_t vs. size_t mismatchTodd C. Miller
2008-05-16add Intel GME965Reyk Floeter
ok kettenis@
2008-05-16There's no point in having an ELF bootloader; turn it into a U-Boot image.Mark Kettenis
2008-05-16tweak ftp call, remove extraneous -o option.Marc Espie
okay sthen@