Age | Commit message (Expand) | Author |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-10-03 | Bring several fixes from FreeBSD to our current pipe implementation: | Miod Vallat |
2003-10-03 | correct hash for EXAMPLES, plus some typos; | Jason McIntyre |
2003-10-02 | Cardbus -> CardBus to match the rest. | Federico G. Schwindt |
2003-10-02 | typo; from tom.cosgrove at arches-consulting dot com. PR/3504. | Federico G. Schwindt |
2003-10-02 | clean up p = realloc(p | Ryan Thomas McBride |
2003-10-02 | chroot handling for SSLCertificateChainFile, problem found and fix tested by | Henning Brauer |
2003-10-02 | Upon invoking the freshly loaded binary, populate registers via embedded asm | Miod Vallat |
2003-10-02 | print openssl version, too, several requests; ok henning/djm. | Markus Friedl |
2003-10-02 | Fix some DAE processing logic - the kernel would incorrectly end up retrying | Miod Vallat |
2003-10-02 | Ack external interrupts before reenabling them on 187. | Miod Vallat |
2003-10-02 | Round VM_MAX_KERNEL_ADDRESS to a page boundary. | Miod Vallat |
2003-10-02 | missing $OpenBSD:; dtucker | Markus Friedl |
2003-10-02 | do not try to send incomplete fragments on ENOBUFS case | Jun-ichiro itojun Hagino |
2003-10-02 | correct endian handling of ip->ip_off. | Jun-ichiro itojun Hagino |
2003-10-02 | use err/warn instead of fprintf/exit | Michael Shalayeff |
2003-10-02 | style sync w/ kame | Jun-ichiro itojun Hagino |
2003-10-02 | Sync with pfvar.h | Ryan Thomas McBride |
2003-10-02 | two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@. | Ted Unangst |
2003-10-01 | it turned that only adding the cardbus part was not enough to have | Federico G. Schwindt |
2003-10-01 | Unused bits. | Miod Vallat |
2003-10-01 | There is no point in chown/chmod outside the install target. | Miod Vallat |
2003-10-01 | Do not include mount_nfs on sparc bsd.rd and floppies, as they are missing | Miod Vallat |
2003-10-01 | Really enable upgrades on hppa install media. | Miod Vallat |
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | Jun-ichiro itojun Hagino |
2003-10-01 | correct m_cat misuse. i remember it was ok'ed by someone but don't remember ... | Jun-ichiro itojun Hagino |
2003-10-01 | Fix stack leak into pfloghdr (the pad field is not initialized), | Can Erkin Acar |
2003-10-01 | Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy. | Miod Vallat |
2003-10-01 | Introduce a new target switch, -mmemcpy (and -mno-memcpy). | Miod Vallat |
2003-10-01 | Directly invoke the sysctl system call, rather than going through the sysctl(3) | Miod Vallat |
2003-10-01 | Don't use the contents of ~/.signature for the Organization field. | Todd C. Miller |
2003-10-01 | Document new transaction IOCTLs, remove old ones. | Cedric Berger |
2003-10-01 | typo; ok jmc@ | Alexander Yurchenko |
2003-10-01 | There were a couple of mistakes in the "installing from solaris" section | Miod Vallat |
2003-10-01 | poll fixes from Niels; ok deraadt | Markus Friedl |
2003-10-01 | oops, didn't change the Makefile. | Jason McIntyre |
2003-10-01 | .Xr compress 3 and a typo; | Jason McIntyre |
2003-10-01 | - rename zlib(3) -> compress(3) so the name describes a function which exists; | Jason McIntyre |
2003-10-01 | tweak; | Jason McIntyre |
2003-10-01 | use the same amount of indent for the action fields in the example conf; | Jason McIntyre |
2003-10-01 | - note that sysctl(8) is necessary for emul | Jason McIntyre |
2003-10-01 | updates and corrections to the references in SEE ALSO; | Jason McIntyre |
2003-10-01 | note that for user mounts special should be -rw user, and node owned by user; | Jason McIntyre |
2003-10-01 | listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok. | Jun-ichiro itojun Hagino |
2003-10-01 | out-of-bound memory access. deraadt ok | Jun-ichiro itojun Hagino |
2003-10-01 | handle failed strdup; reported by jjy2+@pitt.edu | Theo de Raadt |
2003-10-01 | fix typo; jjy2+@pitt.edu | Theo de Raadt |
2003-10-01 | free without test | Theo de Raadt |
2003-10-01 | Fix off-by-one. | Chad Loder |
2003-10-01 | Correct off-by-one. | Chad Loder |