| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=72314
|
| |
|
|
|
|
|
|
| |
PR: docs/24961
Submmitted by: Tony Finch <dot@dotat.at>
Notes:
svn path=/head/; revision=72311
|
| |
|
|
|
|
|
|
|
| |
PR: docs/24225
Submitted by: Joakim Henriksson <jurduth@ludd.luth.se>
Patch from: ben
Notes:
svn path=/head/; revision=72251
|
| |
|
|
|
|
|
|
|
| |
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
Notes:
svn path=/head/; revision=72126
|
| |
|
|
|
|
|
|
|
| |
Compatability is not an existing english word.
Add $FreeBSD$.
Notes:
svn path=/head/; revision=72092
|
| |
|
|
|
|
|
|
| |
Submitted by: Mike Heffner <mheffner@vt.edu>
Reviewed by: freebsd-audit
Notes:
svn path=/head/; revision=71929
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
|
|
|
|
|
| |
http://X68000.startshop.co.jp/~68user/cgi-bin/wwwboard.cgi?log=1673
Obtained from: KAME
Notes:
svn path=/head/; revision=71678
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
adding (weak definitions to) stubs for some of the pthread
functions. If the threads library is linked in, the real
pthread functions will pulled in.
Use the following convention for system calls wrapped by the
threads library:
__sys_foo - actual system call
_foo - weak definition to __sys_foo
foo - weak definition to __sys_foo
Change all libc uses of system calls wrapped by the threads
library from foo to _foo. In order to define the prototypes
for _foo(), we introduce namespace.h and un-namespace.h
(suggested by bde). All files that need to reference these
system calls, should include namespace.h before any standard
includes, then include un-namespace.h after the standard
includes and before any local includes. <db.h> is an exception
and shouldn't be included in between namespace.h and
un-namespace.h namespace.h will define foo to _foo, and
un-namespace.h will undefine foo.
Try to eliminate some of the recursive calls to MT-safe
functions in libc/stdio in preparation for adding a mutex
to FILE. We have recursive mutexes, but would like to avoid
using them if possible.
Remove uneeded includes of <errno.h> from a few files.
Add $FreeBSD$ to a few files in order to pass commitprep.
Approved by: -arch
Notes:
svn path=/head/; revision=71579
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70959
|
| |
|
|
|
|
|
|
| |
PR: 23823
Noticed by: Andrew Arensburger <arensb@ooblick.com>
Notes:
svn path=/head/; revision=70710
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69857
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- iruserok_sa() and __ivaliduser_af() were re-organized to use
__ivaliduser_sa()
- __icheckhost() was re-written to use getaddrinfo() instead of
getipnodebyname()
- better handling of multiple destination addresses in rcmd()
These changes were basically taken from KAME and changed to fit our
rcmd.c.
Obtained from: KAME
Notes:
svn path=/head/; revision=69575
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69051
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68946
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68945
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68575
|
| |
|
|
|
|
|
| |
Obtained from: KAME
Notes:
svn path=/head/; revision=67894
|
| |
|
|
|
|
|
|
| |
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
Obtained from: KAME Project
Notes:
svn path=/head/; revision=67800
|
| |
|
|
|
|
|
|
|
| |
Basically PR22196, but slightly modified.
PR: bin/22196
Notes:
svn path=/head/; revision=67709
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66999
|
| |
|
|
|
|
|
| |
Suggested by: Don Lewis <Don.Lewis@tsc.tdk.com>
Notes:
svn path=/head/; revision=66485
|
| |
|
|
|
|
|
|
|
| |
set-user-ID and set-group-ID programs.
Suggested by: Danny Braniss <danny@cs.huji.ac.il>
Notes:
svn path=/head/; revision=66451
|
| |
|
|
|
|
|
| |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
Notes:
svn path=/head/; revision=66374
|
| |
|
|
|
|
|
|
|
|
|
|
| |
response to return. This will stop processes waiting on DNS requests
from being woken up when a select collision occurs. This was tested
on mx1.FreeBSD.org (outgoing mail for the FreeBSD.org mailing
lists.)
Reviewed by: jlemon, peter
Notes:
svn path=/head/; revision=65772
|
| |
|
|
|
|
|
|
| |
PR: bin/21092
Submitted by: Alexander Kabaev <ak03@gte.com>
Notes:
svn path=/head/; revision=65702
|
| |
|
|
|
|
|
| |
Submitted by: ume
Notes:
svn path=/head/; revision=65558
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=65532
|
| |
|
|
|
|
|
|
| |
library depends on other things that come *way* later than poll() now
(sigset size changes in particular)
Notes:
svn path=/head/; revision=65453
|
| |
|
|
|
|
|
|
|
| |
back out the corresponding documentation.
Noticed by: brian, ume
Notes:
svn path=/head/; revision=64958
|
| |
|
|
|
|
|
|
|
|
|
| |
I changed to close to original code before merging IPv6 support.
It seems having delay before another try is useless. However, I'm
not sure that delay means. So, I leave it as-is.
PR: bin/20515
Notes:
svn path=/head/; revision=64493
|
| |
|
|
|
|
|
|
|
|
| |
kame)
s/.Os KAME/.Os/
comment From: Greg Thompson
Notes:
svn path=/head/; revision=64469
|
| |
|
|
|
|
|
| |
potential cancellation point in libc_r.
Notes:
svn path=/head/; revision=63704
|
| |
|
|
|
|
|
| |
Obtained from: KAME Project
Notes:
svn path=/head/; revision=63682
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
strdup()) rather than pointing it at something that's free()d
(via freeaddrinfo(res)) before the function returns.
I appreciate that this is an API change, but it's the only way
(AFAIK) of doing this without breaking existing code that uses
rcmd{,_af}().
Pointed out by: phkmalloc
Notes:
svn path=/head/; revision=63622
|
| |
|
|
|
|
|
|
|
|
|
| |
be treated as NULL.
PR: bin/19816
Submitted by: Bill Fenner <fenner@research.att.com>
Reviewed by: Atsushi Onoe <onoe@sm.sony.co.jp>
Notes:
svn path=/head/; revision=63490
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63474
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
management involving rcmd_af(), getaddrinfo(), freeaddrinfo(), etc.
We set *ahost to point to ai->canonname; and later free the ai-> stuff
and still leave the old pointers in *ahost to the freed data.
Perhaps the best way to deal with this is a static buffer or a static
strdup() that is freed on the next iteration or something. This gives
me headaches just thinking about this.
The new 'AJ' default for malloc() tripped this up.
Notes:
svn path=/head/; revision=62939
|
| |
|
|
|
|
|
|
| |
portname. explicitly reject empty numeric portname.
sync with kame. based on comments from itohy@netbsd.org
Notes:
svn path=/head/; revision=62836
|
| |
|
|
|
|
|
|
| |
- correct scoped notation separator (s/@/%/)
- include example and more references
Notes:
svn path=/head/; revision=62625
|
| |
|
|
|
|
|
|
|
|
|
| |
- permit numeric scopeid, be more careful about buffer size
TODO: 2nd arg type should be socklen_t for RFC2553 conformance,
but due to include file dependency it is not a easy thing to do
(netdb.h does not have socklen_t)
Notes:
svn path=/head/; revision=62615
|
| |
|
|
|
|
|
|
| |
- better return code. from enami@netbsd
- do not use "class" as variable name. C++ guy had trouble with it.
Notes:
svn path=/head/; revision=62614
|
| |
|
|
|
|
|
|
|
| |
interface addresses in a portable manner, without headache of SIOCGIFCONF
or sysctl. it is in bsdi/openbsd/netbsd already.
from kame tree (actually, mandatory for latest kame tree).
Notes:
svn path=/head/; revision=62606
|
| |
|
|
|
|
|
|
|
|
| |
the bogus case by being stricter about errors.
Submitted by: itojun
Obtained from: KAME
Notes:
svn path=/head/; revision=62428
|
| |
|
|
|
|
|
|
|
|
|
| |
when parsing certain DNS records during a reverse address resolution. Thus
when code tries to examine the returned host name, it dereferences a null
pointer :-(
Problem noticed by: ps
Notes:
svn path=/head/; revision=62427
|
| |
|
|
|
|
|
|
|
|
|
|
| |
getaddrinfo() accidentally returns IPv4 mapped IPv6 address instead
of native IPv4 address.
Now, getaddinfo() is scoped address ready. You can put scoped
address within /etc/hosts.
Obtained from: KAME Project.
Notes:
svn path=/head/; revision=61877
|
| |
|
|
|
|
|
|
|
| |
kernel and compatibility issue.
Obtained from: KAME Project
Notes:
svn path=/head/; revision=61824
|