| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
in Makefile's shared with NetBSD.
|
| |
|
|
|
|
|
| |
PR: 28154
Submitted by: Giorgos Keramidas <charon@labs.gr>
|
|
|
|
|
|
|
|
|
|
|
|
| |
possible when writing:
[EFBIG] An attempt was made to write a file that exceeds
the process's file size limit or the maximum file
size.
[EPERM] An append-only flag is set on the file, but the
caller is attempting to write before the current
end of file.
|
|
|
|
|
|
|
|
|
| |
announcement from JKH (back when he was still working for Lotus)
http://minnie.tuhs.org/cgi-bin/newsread?23150
This also means that if, as Microsoft say, Linux is a Cancer, FreeBSD is
a Scorpio.
|
|
|
|
| |
from another host.
|
|
|
|
|
|
|
| |
GBINDIR -> ORIGBINDIR
GBINGRP -> ORIGBINGRP
Submitted by: bde
|
|
|
|
| |
Urged by: bde
|
|
|
|
| |
ignore NUL bytes in the source string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This work was based on kame-20010528-freebsd43-snap.tgz and some
critical problem after the snap was out were fixed.
There are many many changes since last KAME merge.
TODO:
- The definitions of SADB_* in sys/net/pfkeyv2.h are still different
from RFC2407/IANA assignment because of binary compatibility
issue. It should be fixed under 5-CURRENT.
- ip6po_m member of struct ip6_pktopts is no longer used. But, it
is still there because of binary compatibility issue. It should
be removed under 5-CURRENT.
Reviewed by: itojun
Obtained from: KAME
MFC after: 3 weeks
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
IPv6 transport-ready resolvers/DNS servers. Need careful configuration
when enable it. (default config is not affected).
See manpage for details.
XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.
Obtained from: KAME/NetBSD
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Misc cleanup
|
| |
|
| |
|
| |
|
|
|
|
|
| |
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2
MFC after: 1 week
|
|
|
|
| |
of this code doesn't do that.
|
|
|
|
| |
ft was removed from the tree prior to branching releng_3!
|
|
|
|
|
|
| |
portmap.8 --> rpcbind.8
Submitted by: .Xr testing script
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Source rc.conf and use ${firewall_script} instead of rc.firewall.
Textwidth formatting of comments and text.
PR:
Submitted by: Maxim <maxim@news1.macomnet.ru>
(sorry if I got name/email/committer status wrong :)
|
| |
|
|
|
|
|
|
|
|
| |
(While there, I also moved the single suffix C rules beside the double
suffix ones so they are easier to find)
PR: 24438
Submitted by: Georg-W. Koltermann <gwk@sgi.com>
|
|
|
|
|
|
|
|
| |
I'm sure this can be much improved, but this works fairly well.
PR: 27887
Submitted by: Alexandre Peixoto <alexandref@tcoip.com.br>
MFC after: 1 week
|
|
|
|
| |
Reminded by: ru
|
|
|
|
|
| |
Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE.
Tidy up a little.
|
|
|
|
|
|
|
|
| |
setsockopt.3 --> setsockopt.2
syslog.8 --> syslogd.8
tcpdump.8 --> tcpdump.1
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
ipnat.8 --> ipnat.1
environ.5 --> environ.7
isssetugid.2 --> issetugid.2
MFC after: 1 week
|
| |
|
|
|
|
| |
Obtained from: OpenBSD
|