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