| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=62223
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62215
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62197
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
not have a user-supplied signal handler, when a signal is delivered, one
thread will receive the signal, and then the code reverts to having no
signal handler for the signal. This can leave the other sigwait()ing
threads stranded permanently if the signal is later ignored, or can result
in process termination when the process should have delivered the signal to
one of the threads in sigwait().
To fix this problem, maintain a count of sigwait()ers for each signal that
has no default signal handler. Use the count to correctly install/uninstall
dummy signal handlers.
Reviewed by: deischen
Notes:
svn path=/head/; revision=62181
|
| |
|
|
|
|
|
|
| |
- ipfw always rejected rule with `neither in nor out' diagnostics.
- number of src/dst ports was not set properly.
Notes:
svn path=/head/; revision=62159
|
| |
|
|
|
|
|
|
|
| |
year (from jkh)..
Caught by: Fx macro warning on 3.4-R
Notes:
svn path=/head/; revision=62135
|
| |
|
|
|
|
|
|
| |
PR: 17836
Submitted by: Tim Moore <moore@bricoworks.com>
Notes:
svn path=/head/; revision=62123
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62023
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62022
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62021
|
| |
|
|
|
|
|
|
| |
Do not terminate the cross-reference list in the SEE ALSO section with
a period.
Notes:
svn path=/head/; revision=62013
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62012
|
| |
|
|
|
|
|
|
|
|
|
|
| |
available. If not, it falls back to the existing hack and slash method.
A positive side effect is that non-root users may now use Disk_Names(),
for non-dangerous libh/disk.tcl testing.
Reviewed by: phk
Notes:
svn path=/head/; revision=62008
|
| |
|
|
|
|
|
|
|
| |
``.Ar errno'' -> ``.Va errno''
``.Nm ops'' -> ``.Fa ops''
``.Va fd'' -> ``.Fa fd''
Notes:
svn path=/head/; revision=61988
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61984
|
| |
|
|
|
|
|
| |
at the end of the file.
Notes:
svn path=/head/; revision=61983
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61982
|
| |
|
|
|
|
|
|
|
| |
- Have NgSendAsciiMsg() return the same token as NgSendMsg()
- Document that NgSendMsg() and NgSendAsciiMsg() return the token
- Add MLINKS for the functions defined in netgraph(3)
Notes:
svn path=/head/; revision=61922
|
| |
|
|
|
|
|
| |
are disabled.
Notes:
svn path=/head/; revision=61896
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61866
|
| |
|
|
|
|
|
| |
- SHLIB_MAJOR++.
Notes:
svn path=/head/; revision=61865
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Multiple PPTP clients behind NAT to the same or different servers.
- Single PPTP server behind NAT -- you just need to redirect TCP
port 1723 to a local machine. Multiple servers behind NAT is
possible but would require a simple API change.
- No API changes!
For more information on how this works see comments at the start of
the alias_pptp.c.
PacketAliasPptp() is no longer necessary and will be removed soon.
Submitted by: Erik Salander <erik@whistle.com>
Reviewed by: ru
Rewritten by: ru
Reviewed by: Erik Salander <erik@whistle.com>
Notes:
svn path=/head/; revision=61861
|
| |
|
|
|
|
|
|
| |
PR: 14532
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Notes:
svn path=/head/; revision=61859
|
| |
|
|
|
|
|
| |
Reviewed by: silence
Notes:
svn path=/head/; revision=61838
|
| |
|
|
|
|
|
|
|
| |
kernel and compatibility issue.
Obtained from: KAME Project
Notes:
svn path=/head/; revision=61824
|
| |
|
|
|
|
|
| |
been replaced with the library calls fflagstostr and strtofflags.
Notes:
svn path=/head/; revision=61803
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61748
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61747
|
| |
|
|
|
|
|
| |
pointer to a static buffer.
Notes:
svn path=/head/; revision=61746
|
| |
|
|
|
|
|
|
|
|
| |
can easily translate from "" to whatever it wants to print if no
flags are set. (ls prints "-" and mtree prints "none".)
Suggested by: bde
Notes:
svn path=/head/; revision=61738
|
| |
|
|
|
|
|
|
|
|
|
| |
renamed to {s|g}etflagsbyname, which received objections. They're
now called strtofflags (string to file flags) and fflagstostr (file
flags to string).
Suggested by: bde
Notes:
svn path=/head/; revision=61737
|
| |
|
|
|
|
|
|
| |
- Stricter checking of PORT/EPRT/227/229 messages format.
- Moved all security checks into one place.
Notes:
svn path=/head/; revision=61735
|
| |
|
|
|
|
|
|
|
| |
Cannot resolve any host on IPv4 only kernel.
Reported by: ache
Notes:
svn path=/head/; revision=61697
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
not allowed to return EINTR, but use of pthread_suspend_np() could cause
EINTR to be returned. To fix this, restructure pthread_suspend_np() so that
it does not interrupt a thread that is waiting on a mutex or condition, and
keep enough state around that pthread_resume_np() can fix things up
afterwards.
Reviewed by: deischen
Notes:
svn path=/head/; revision=61681
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It does mean that it is now possible to run passive-mode FTP
server behind NAT.
- SECURITY: FTP aliasing engine now ensures that:
o the segment preceding a PORT/227 segment terminates with a \r\n;
o the IP address in the PORT/227 matches the source IP address of
the packet;
o the port number in the PORT command or 277 reply is greater than
or equal to 1024.
Submitted by: Erik Salander <erik@whistle.com>
Reviewed by: ru
Notes:
svn path=/head/; revision=61677
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61667
|
| |
|
|
|
|
|
|
|
| |
PR: 18943
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: asmodai
Notes:
svn path=/head/; revision=61664
|
| |
|
|
|
|
|
| |
it no longer contains the locale functions.
Notes:
svn path=/head/; revision=61636
|
| |
|
|
|
|
|
|
|
| |
PR: 18805
Submitted by: Yoshihiro Ota <ota@mail.drexel.edu>
Kind of Reviewed by: asmodai ("sure")
Notes:
svn path=/head/; revision=61624
|
| |
|
|
|
|
|
| |
Found by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
Notes:
svn path=/head/; revision=61597
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61560
|
| |
|
|
|
|
|
|
|
| |
It is nessesary for IPv6 only life.
Obtained from: KAME
Notes:
svn path=/head/; revision=61556
|
| |
|
|
|
|
|
|
|
| |
- Fix a typo: ``constrains'' -> ``constraints''
Reviewed by: rwatson
Notes:
svn path=/head/; revision=61436
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.Pp
.Fn func
.Pp
Description ...
with a list (Bl ... Li ... El).
- Remove a superfluous ``.Sh ENVIRONMENT'' and replace it with a ``.Pp''
within the IMPLEMENTATION DETAILS section.
Reviewed by: rwatson
Notes:
svn path=/head/; revision=61435
|
| |
|
|
|
|
|
|
|
|
|
|
| |
right now...
I talked w/ phk last night and "fixing" this in a generic way is going
to require a lot of complex thought on stacking let alone the NFS problems..
add missing sys/time.h for struct timespec def...
Notes:
svn path=/head/; revision=61375
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61335
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61279
|
| |
|
|
|
|
|
|
|
|
|
| |
standardized interface to the capability support in TrustedBSD.
o Not currently enabled in Makefile, as this code depends on syscalls
and include files that will be committed at a later date.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61264
|
| |
|
|
|
|
|
|
|
| |
capabilities summary manpage, cap(3).
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=61263
|