Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-02 | correct endian handling of ip->ip_off. | Jun-ichiro itojun Hagino | |
do not try to send incomplete fragments on ENOBUFS case (behavior change from 4.4bsd). dhartmei ok | |||
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 | |
lock before setting malloc_func, not after. ok cloder@ deraadt@ | |||
2003-10-01 | it turned that only adding the cardbus part was not enough to have | Federico G. Schwindt | |
D-Link DFE690 working. add the missing bits here. from Joshua Johnson <joshua.johnson at charter dot net>. | |||
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 | |
NFS support ; however, miniroot has proper NFS support. ok deraadt@ some time ago | |||
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 | |
cleanup IPv6 flowlabel handling. deraadt ok | |||
2003-10-01 | correct m_cat misuse. i remember it was ok'ed by someone but don't remember ↵ | Jun-ichiro itojun Hagino | |
who... | |||
2003-10-01 | Fix stack leak into pfloghdr (the pad field is not initialized), | Can Erkin Acar | |
which ends up in the pflog pcap file. From dhartmei@ ok dhartmei@, frantzen@, henning@ | |||
2003-10-01 | Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy. | Miod Vallat | |
Also, honor default compilation options in stand/ whenever possible. This requires an up-to-date compiler, but it's not exactly like many people are going to be affected by this change... | |||
2003-10-01 | Introduce a new target switch, -mmemcpy (and -mno-memcpy). | Miod Vallat | |
This switch forces block copy operations to always fallback to memcpy() when it is not done by inline load and stores, rather than using the m88k movstr* functions found in libgcc. The name of this option has been choosen after the mips back end, which has a similar option. Right now, this is a no-op since these functions are disabled due to (yet) another gcc bug; but this will help building standalone code, such as the kernel and boot blocks, without having to link against libgcc. | |||
2003-10-01 | Directly invoke the sysctl system call, rather than going through the sysctl(3) | Miod Vallat | |
wrapper. ok deraadt@ millert@ | |||
2003-10-01 | Don't use the contents of ~/.signature for the Organization field. | Todd C. Miller | |
Closes PR 3499; deraadt@ OK | |||
2003-10-01 | Document new transaction IOCTLs, remove old ones. | Cedric Berger | |
Ok jmc@ mcbride@ | |||
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 | |
reported on sparc@. | |||
2003-10-01 | poll fixes from Niels; ok deraadt | Markus Friedl | |
2003-10-01 | oops, didn't change the Makefile. | Jason McIntyre | |
add MLINKS to compress.3. rescued by deraadt@ | |||
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 | |
- .Xr compress 1 requested by deraadt@ | |||
2003-10-01 | tweak; | Jason McIntyre | |
ok otto@ | |||
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 | |
- .Xr chroot 2 | |||
2003-10-01 | updates and corrections to the references in SEE ALSO; | Jason McIntyre | |
mostly from tjr@freebsd's rev. 1.14 commit. | |||
2003-10-01 | note that for user mounts special should be -rw user, and node owned by user; | Jason McIntyre | |
from a thread on misc@ ok tedu@ | |||
2003-10-01 | listen to bodh IPv4/v6 ftp port on -D by default. deraadt ok. | Jun-ichiro itojun Hagino | |
comments from markus, millert. tested by fries | |||
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 | |
OK jason@, henric@ | |||
2003-10-01 | Correct off-by-one. | Chad Loder | |
OK deraadt@ | |||
2003-10-01 | Correct some off-by-ones. They currently don't matter, but this | Chad Loder | |
is for future safety and consistency. OK krw@, markus@ | |||
2003-10-01 | make ifindex2ifnet growing code more correct. (found by iij seil team) | Jun-ichiro itojun Hagino | |
2003-10-01 | Add break statements in switch missing from revision 1.32. | Todd C. Miller | |
2003-10-01 | sys/types.h is not really needed with sys/param.h. | Kevin Lo | |
ok henning@ | |||
2003-09-30 | more fixes from 0.9.7c, ok deraadt, cloder | Markus Friedl | |
2003-09-30 | sync | Theo de Raadt | |
2003-09-30 | parse elf now; help from millert | Michael Shalayeff | |
2003-09-30 | Make sure strings and error messages sent to dc(1) properly escape [, ] and \. | Otto Moerbeek | |
2003-09-30 | Teach dc(1) how to read strings with unbalanced braces by introducing | Otto Moerbeek | |
backslash as an escape char. This is needed for bc(1), which is required by Posix to handle strings with brackets in them. | |||
2003-09-30 | Flush stdout after P operator. Improves interaction with bc(1). | Otto Moerbeek | |
2003-09-30 | security fix from http://www.openssl.org/news/secadv_20030930.txt | Markus Friedl | |
see also http://cvs.openssl.org/chngview?cn=11471 | |||
2003-09-30 | o err out on start if no watches are defined | Henning Brauer | |
o log how many watches are defined o on configuration reload also log how many watches we have | |||
2003-09-30 | usage(): | Jason McIntyre | |
- add missing -n (from Jeff Ito PR 3496) - remove deprecated -h - sort -T and -t to match man page | |||
2003-09-30 | quantum atlas iv 9 wls lies about tags | Michael Shalayeff | |