| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
are handled. The system call will actually fail in this case - the
system doesn't silently ignore the request. Closes PR# 3047
Pointed out by: fenner
Notes:
svn path=/head/; revision=24240
|
| |
|
|
|
|
|
|
|
| |
Fixes PR 2582
Submitted by: Julian Assange
Notes:
svn path=/head/; revision=24197
|
| |
|
|
|
|
|
|
|
|
|
| |
prevent information leakage.
Closes PR 2578
Submitted by: Julian Assange
Notes:
svn path=/head/; revision=24196
|
| |
|
|
|
|
|
|
|
| |
leakage.
Submitted by: Julian Assange
Notes:
svn path=/head/; revision=24195
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24163
|
| |
|
|
|
|
|
|
|
|
|
| |
in PR 2580.
Obtained from: BSDi by way of Keith Bostic
Should be in 2.2 and 2.1.x. I'll merge into 2.2.
Notes:
svn path=/head/; revision=24158
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24155
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24154
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24153
|
| |
|
|
|
|
|
| |
Submitted by: wollman & me (add type casts and remove unneded loop)
Notes:
svn path=/head/; revision=24151
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24125
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24094
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24093
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24084
|
| |
|
|
|
|
|
|
|
|
|
| |
modern FreeBSD systems will syslog properly on older systems that
still name the logging socket "/dev/log". This includes pre-2.2
versions of FreeBSD as well as BSD/OS systems. If the connect to
"/var/run/log" fails, the function now tries to connect to
"/dev/log" as a fallback.
Notes:
svn path=/head/; revision=24068
|
| |
|
|
|
|
|
| |
Reviewed by: wollman
Notes:
svn path=/head/; revision=24047
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24009
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24008
|
| |
|
|
|
|
|
|
| |
`v' functions after this #include (same organisation as in printf.3 for
printf/vprintf).
Notes:
svn path=/head/; revision=24007
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24006
|
| |
|
|
|
|
|
| |
none in .Fn).
Notes:
svn path=/head/; revision=24004
|
| |
|
|
|
|
|
| |
automated checking of synopses.
Notes:
svn path=/head/; revision=24003
|
| |
|
|
|
|
|
|
| |
Tested by: Joel Maslak <j@pobox.com>
Closes: PR kern/2964
Notes:
svn path=/head/; revision=23981
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23969
|
| |
|
|
|
|
|
| |
and Lite1 or earlier reality for the 4th arg.
Notes:
svn path=/head/; revision=23862
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD
because it's potentially dangerous (think: symlink races). Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.
Noticed by: bde
The following commits already happened but the log message got lost:
Modified Files:
gen/Makefile.inc gen/getcwd.c stdlib/Makefile.inc
Removed Files:
gen/realpath.3
Notes:
svn path=/head/; revision=23833
|
| |
|
|
|
|
|
|
|
|
|
| |
because it's potentially dangerous (think: symlink races). Move
realpath() back to it's original location, and remove getcwd_physical()
by renaming it back to getcwd() and zapping the original getcwd wrapper.
Noticed by: bde
Notes:
svn path=/head/; revision=23832
|
| |
|
|
|
|
|
|
| |
the 2.x <sys/signal.h> for the first time :-). The type of ss_sp
was lexically different.
Notes:
svn path=/head/; revision=23800
|
| |
|
|
|
|
|
|
|
| |
Bruce says that since NetBSD, OpenBSD and Linux currently
use ss_sp, we won't be changing it to the lite2 ss_base.
The type may change at some later date.
Notes:
svn path=/head/; revision=23793
|
| |
|
|
|
|
|
| |
bde commits some changes later tonight.
Notes:
svn path=/head/; revision=23787
|
| |
|
|
|
|
|
| |
and need extra attention :-)
Notes:
svn path=/head/; revision=23786
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23785
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23784
|
| |
|
|
|
|
|
|
|
|
|
| |
touch duplicate group suppression, but the merge blew away our
duplicate group suppression.
The merge also blew away the -Wall cleanup in rev.1.5, but that
was misformatted, so I didn't restore it.
Notes:
svn path=/head/; revision=23780
|
| |
|
|
|
|
|
|
|
|
|
| |
but in one case the Lite2 changes were flat out wrong and
caused the man page to disagree with a header file.
There are still some *roff macro calls that were added that
I have yet to figure out what to do with in some of the man pages.
Notes:
svn path=/head/; revision=23778
|
| |
|
|
|
|
|
|
|
|
| |
My changes to preserve errno across free() and close() and to report
fstat() errors properly were blown away.
Updated the FreeBSD changes to match the Lite2 style fixes.
Notes:
svn path=/head/; revision=23768
|
| |
|
|
|
|
|
|
|
|
| |
args, and errno hasn't actually been set so it probably doesn't make sense
to report it via strerror().
Pointed out by: bde
Notes:
svn path=/head/; revision=23767
|
| |
|
|
|
|
|
| |
Pointed out by: bde
Notes:
svn path=/head/; revision=23766
|
| |
|
|
|
|
|
| |
socket pair (as in Lite2).
Notes:
svn path=/head/; revision=23735
|
| |
|
|
|
|
|
|
|
| |
We don't use socketpair(), so don't #include <sys/socket.h>.
Restored some gcc-quieting parentheses that were lost in the Lite2 merge.
Notes:
svn path=/head/; revision=23734
|
| |
|
|
|
|
|
| |
still available and described in getvfsent.3.
Notes:
svn path=/head/; revision=23733
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23732
|
| |
|
|
|
|
|
|
| |
filesystem include updates, duplicate group suppression, cleanups,
filesystem whiteout support (unionfs), bidir popen().
Notes:
svn path=/head/; revision=23668
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23667
|
| |
|
|
|
|
|
|
|
| |
Document that popen() can now create bidirectional pipes and handles.
Note that this needs to be updated since we have a native bidirectional
pipe and don't use socketpair() here.
Notes:
svn path=/head/; revision=23666
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23665
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23664
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23662
|
| |
|
|
|
|
|
| |
and is now in the same file.
Notes:
svn path=/head/; revision=23661
|