summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-20Fix some comment typos I noticed while reading this code.Aaron Campbell
2004-06-20fix the "option dhcp-client-identifier" hex exampleHenning Brauer
2004-06-20Do not go on if the -C option caused a failed chdir. ok millert@ henning@Niklas Hallqvist
2004-06-20NAT-Traversal for isakmpd. Work in progress...Hakan Olsson
2004-06-20A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706Hakan Olsson
2004-06-20Some vendors send the last Aggressive Mode message unencrypted, which weHakan Olsson
2004-06-20To make debugging the unprivileged child process easier, make 'isakmpd -dd'Hakan Olsson
2004-06-20nope, tree breakage in libpthread. too tough to run a make build?Theo de Raadt
2004-06-20Move schedstate_percpu into sched.h so that we don't have to includeArtur Grabowski
2004-06-20pop3 over tcp6Jun-ichiro itojun Hagino
2004-06-20make popa3d (inetd mode) address family neutral (= IPv6 support).Jun-ichiro itojun Hagino
2004-06-20If all default sets have been successfully installed, make [done] theKenneth R Westerback
2004-06-20Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible.Miod Vallat
2004-06-20It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+okAaron Campbell
2004-06-20Another merge error from smp branch.Artur Grabowski
2004-06-20Merge error in smp merge. It's a miracle that people haven't noticed theArtur Grabowski
2004-06-20ICE with gcc3/propolice -O on macppc fixes:Hiroaki Etoh
2004-06-20Fix description of the cpuid keyword. The current wording is misleading sinceAaron Campbell
2004-06-20Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two placesArtur Grabowski
2004-06-20undo mbuf cluster breakage that causes free'ed packets to show up on theBob Beck
2004-06-20fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.frTheo de Raadt
2004-06-19sync (RTF_MPATH).Cedric Berger
2004-06-19require RTF_MPATH to enter a multipath route with RTM_ADD.Cedric Berger
2004-06-19Trim includes.Miod Vallat
2004-06-19No "machine prom" ddb command on the Luna.Miod Vallat
2004-06-19Share common ddb files accross m88k platforms.Miod Vallat
2004-06-19Remove unused and misleading defines.Miod Vallat
2004-06-19starting TDM T1->E3->whatever media interface model we will attemptTheo de Raadt
2004-06-19save curproc for further reference, otherwise we may end up in lockmgr()Pedro Martelletto
2004-06-19avoid a null pointer dereference if the .DEFAULT target has no commands;Robert Nagy
2004-06-18Correct range validation in sio_iointr().Miod Vallat
2004-06-18On architectures which have strict alignment, shift the entire mbuf chain byRyan Thomas McBride
2004-06-18Regen.Miod Vallat
2004-06-18Add /dev/crypto support.Miod Vallat
2004-06-18Fix jumbo frames.Ryan Thomas McBride
2004-06-18Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(),Ryan Thomas McBride
2004-06-18simplify license, ok niels matthieuHenning Brauer
2004-06-18Unbreak handling of standard diffs (which have an empty context).Otto Moerbeek
2004-06-18Make this better reflect reality; OK and with help from CedricTodd C. Miller
2004-06-18Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823Henning Brauer
2004-06-18syncHenning Brauer
2004-06-18Avlab 4 Serial pucHenning Brauer
2004-06-18clientloop.cDamien Miller
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-18delay signal handler setup until we have finished talking to the master.Damien Miller
2004-06-18tagortag -> tag or tag. From Fabio Olive Leite.Otto Moerbeek
2004-06-18If a new hunk immediately follows the previous one, merge themOtto Moerbeek
2004-06-18Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@Darren Tucker
2004-06-18Use execvp instead of execv so sftp -S ssh works. "makes sense" markus@Darren Tucker
2004-06-18size struct pollfd and idx2peer dynamically instead of imposing an arbitaryHenning Brauer