summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-20The pseudo-device keyword takes only one count as an argument.aaron4-8/+4
2004-06-20filter passed env vars at slave in connection sharing case; ok markus@djm1-8/+36
2004-06-20boundary-check memcpy and friends. henning okitojun1-9/+21
2004-06-20goodbye TUBA. deraadt okitojun8-963/+4
2004-06-20Make the payload array in struct message dynamic, since we need to handleho12-96/+161
2004-06-20Fix some comment typos I noticed while reading this code.aaron1-3/+3
2004-06-20fix the "option dhcp-client-identifier" hex examplehenning1-2/+2
2004-06-20Do not go on if the -C option caused a failed chdir. ok millert@ henning@niklas1-3/+5
2004-06-20NAT-Traversal for isakmpd. Work in progress...ho22-562/+2206
2004-06-20A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706ho6-13/+461
2004-06-20Some vendors send the last Aggressive Mode message unencrypted, which weho1-3/+9
2004-06-20To make debugging the unprivileged child process easier, make 'isakmpd -dd'ho3-8/+19
2004-06-20nope, tree breakage in libpthread. too tough to run a make build?deraadt4-45/+67
2004-06-20Move schedstate_percpu into sched.h so that we don't have to includeart4-67/+45
2004-06-20pop3 over tcp6itojun1-1/+2
2004-06-20make popa3d (inetd mode) address family neutral (= IPv6 support).itojun1-6/+14
2004-06-20If all default sets have been successfully installed, make [done] thekrw1-2/+6
2004-06-20Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible.miod1-4/+7
2004-06-20It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+okaaron1-3/+3
2004-06-20Another merge error from smp branch.art1-2/+2
2004-06-20Merge error in smp merge. It's a miracle that people haven't noticed theart1-2/+2
2004-06-20ICE with gcc3/propolice -O on macppc fixes:etoh1-0/+2
2004-06-20Fix description of the cpuid keyword. The current wording is misleading sinceaaron1-2/+2
2004-06-20Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two placesart2-4/+25
2004-06-20undo mbuf cluster breakage that causes free'ed packets to show up on thebeck1-22/+9
2004-06-20fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.frderaadt1-4/+4
2004-06-19sync (RTF_MPATH).cedric1-1/+2
2004-06-19require RTF_MPATH to enter a multipath route with RTM_ADD.cedric9-37/+56
2004-06-19Trim includes.miod1-3/+1
2004-06-19No "machine prom" ddb command on the Luna.miod1-13/+1
2004-06-19Share common ddb files accross m88k platforms.miod9-2181/+9
2004-06-19Remove unused and misleading defines.miod1-7/+3
2004-06-19starting TDM T1->E3->whatever media interface model we will attemptderaadt1-1/+59
2004-06-19save curproc for further reference, otherwise we may end up in lockmgr()pedro1-2/+2
2004-06-19avoid a null pointer dereference if the .DEFAULT target has no commands;robert1-2/+3
2004-06-18Correct range validation in sio_iointr().miod1-2/+2
2004-06-18On architectures which have strict alignment, shift the entire mbuf chain bymcbride2-4/+60
2004-06-18Regen.miod2-6/+15
2004-06-18Add /dev/crypto support.miod2-2/+6
2004-06-18Fix jumbo frames.mcbride1-4/+12
2004-06-18Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(),mcbride1-3/+3
2004-06-18simplify license, ok niels matthieuhenning1-27/+12
2004-06-18Unbreak handling of standard diffs (which have an empty context).otto1-4/+9
2004-06-18Make this better reflect reality; OK and with help from Cedricmillert1-38/+47
2004-06-18Avlab PCI 4 Serial, takashi@crazyhack.net in PR3823henning1-1/+13
2004-06-18synchenning2-2/+14
2004-06-18Avlab 4 Serial puchenning1-1/+5
2004-06-18clientloop.cdjm2-6/+7
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmmarkus2-9/+7
2004-06-18delay signal handler setup until we have finished talking to the master.djm1-5/+5