Age | Commit message (Expand) | Author |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | Documentation updates for zx(4) on sparc64. | Miod Vallat |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat |
2004-06-20 | allow for receival of up to 16 fds at once; after discussion with theo | Henning Brauer |
2004-06-20 | make vnconfig use the new VNDIOCGET ioctl to retrieve information about | Pedro Martelletto |
2004-06-20 | argh, don't want to shutdown the socket in the parent after sending, | Henning Brauer |
2004-06-20 | add the VNDIOCGET ioctl to vnode disks, ok millert@ | Pedro Martelletto |
2004-06-20 | - do not use __attribute__((volatile)) as its a synonym for __dead nowadays | Anil Madhavapeddy |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-06-20 | add bounds check for src pointer in bcopy(3) as well as dest pointer, | Anil Madhavapeddy |
2004-06-20 | $OpenBSD$, ok niklas@ | Pedro Martelletto |
2004-06-20 | remove timeout_*() again; ok brad@ | Markus Friedl |
2004-06-20 | message_parse_payloads should accept payloads in the private range. | Hakan Olsson |
2004-06-20 | The pseudo-device keyword takes only one count as an argument. | Aaron Campbell |
2004-06-20 | filter passed env vars at slave in connection sharing case; ok markus@ | Damien Miller |
2004-06-20 | boundary-check memcpy and friends. henning ok | Jun-ichiro itojun Hagino |
2004-06-20 | goodbye TUBA. deraadt ok | Jun-ichiro itojun Hagino |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson |
2004-06-20 | Fix some comment typos I noticed while reading this code. | Aaron Campbell |
2004-06-20 | fix the "option dhcp-client-identifier" hex example | Henning Brauer |
2004-06-20 | Do not go on if the -C option caused a failed chdir. ok millert@ henning@ | Niklas Hallqvist |
2004-06-20 | NAT-Traversal for isakmpd. Work in progress... | Hakan Olsson |
2004-06-20 | A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706 | Hakan Olsson |
2004-06-20 | Some vendors send the last Aggressive Mode message unencrypted, which we | Hakan Olsson |
2004-06-20 | To make debugging the unprivileged child process easier, make 'isakmpd -dd' | Hakan Olsson |
2004-06-20 | nope, tree breakage in libpthread. too tough to run a make build? | Theo de Raadt |
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski |
2004-06-20 | pop3 over tcp6 | Jun-ichiro itojun Hagino |
2004-06-20 | make popa3d (inetd mode) address family neutral (= IPv6 support). | Jun-ichiro itojun Hagino |
2004-06-20 | If all default sets have been successfully installed, make [done] the | Kenneth R Westerback |
2004-06-20 | Silence intr_establish a bit more; makes the dmesg on U2 suddenly edible. | Miod Vallat |
2004-06-20 | It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+ok | Aaron Campbell |
2004-06-20 | Another merge error from smp branch. | Artur Grabowski |
2004-06-20 | Merge error in smp merge. It's a miracle that people haven't noticed the | Artur Grabowski |
2004-06-20 | ICE with gcc3/propolice -O on macppc fixes: | Hiroaki Etoh |
2004-06-20 | Fix description of the cpuid keyword. The current wording is misleading since | Aaron Campbell |
2004-06-20 | Fix inversed logic in handling the "nowait/waitok" flags. Bugs in two places | Artur Grabowski |
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck |
2004-06-20 | fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.fr | Theo de Raadt |
2004-06-19 | sync (RTF_MPATH). | Cedric Berger |
2004-06-19 | require RTF_MPATH to enter a multipath route with RTM_ADD. | Cedric Berger |
2004-06-19 | Trim includes. | Miod Vallat |
2004-06-19 | No "machine prom" ddb command on the Luna. | Miod Vallat |
2004-06-19 | Share common ddb files accross m88k platforms. | Miod Vallat |
2004-06-19 | Remove unused and misleading defines. | Miod Vallat |
2004-06-19 | starting TDM T1->E3->whatever media interface model we will attempt | Theo de Raadt |
2004-06-19 | save curproc for further reference, otherwise we may end up in lockmgr() | Pedro Martelletto |
2004-06-19 | avoid a null pointer dereference if the .DEFAULT target has no commands; | Robert Nagy |
2004-06-18 | Correct range validation in sio_iointr(). | Miod Vallat |