| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
- add undelete() and undelete.2 (requires libc minor bump some time)
- man page updates
Notes:
svn path=/head/; revision=23660
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=23659
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/CSRG/dist/; revision=23658
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=23650
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=23617
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
style and b) the wrong logic. Should be strstr(s, "##") != NULL. (Note
that the passwd.adjunct stuff has not been merged into 2.2 so this bug
is not in that branch.)
Notes:
svn path=/head/; revision=23608
|
| | |
| |
| |
| |
| |
| |
| | |
Safe for 2.2!
Notes:
svn path=/head/; revision=23574
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=23555
|
| | |
| |
| |
| |
| |
| |
| | |
Part of PR# 2917.
Notes:
svn path=/head/; revision=23554
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The character `#' introduces a comment. Leading spaces and tabs are
ignored: '^[ \t]*#.*\n$'
Count an empty line - only spaces, tabs or newline - also as a comment.
(to be compatibel with password database comments). '^[ \t]*\n$'
Notes:
svn path=/head/; revision=23530
|
| | |
| |
| |
| |
| |
| |
| | |
Submitted by: jmg
Notes:
svn path=/head/; revision=23471
|
| | |
| |
| |
| |
| |
| |
| | |
precise limit now
Notes:
svn path=/head/; revision=23360
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 0 was returned instead of EOF when an input failure occured while
skipping white-space after 0 assignments. This fixes PR2606. The
diagnosis in PR2606 is wrong.
- EOF was returned instead of 0 when an input failure occurred after
zero assignments and nonzero suppressed assignments.
- EOF was spelled -1.
This should be in 2.2.
Notes:
svn path=/head/; revision=23352
|
| | |
| |
| |
| |
| |
| |
| |
| | |
set, as suggested by Garrett Wollman. This is more consistant with how
things like strncpy are done, as well as harder to confuse NUL and NULL.
Notes:
svn path=/head/; revision=23343
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
for now so that we don't lose library compatibility. Applications should
define _NEW_VFSCONF and use getvfsbyname() instead of new_getvfsbyname()
if they want the new vfsconf interface. Parts of the old interface
(enough to load vfs modules, I hope) are still available.
Notes:
svn path=/head/; revision=23334
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=23329
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=23323
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=23320
|
| | |
| |
| |
| |
| |
| |
| | |
commit to getvfsent.c rev 1.10.
Notes:
svn path=/head/; revision=23313
|
| | |
| |
| |
| |
| |
| |
| | |
visible again, and the new vfsconf struct didn't match reality.
Notes:
svn path=/head/; revision=23312
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=23302
|
| | |
| |
| |
| |
| |
| |
| | |
NUL terminate in the case of buffer overflow.
Notes:
svn path=/head/; revision=23296
|
| |\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=23292
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/CSRG/dist/; revision=23291
|
| |
|
|
| |
Notes:
svn path=/vendor/CSRG/dist/; revision=17961
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23180
|
| |
|
|
|
|
|
| |
time yet. Revert to rev 1.2.
Notes:
svn path=/head/; revision=23179
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23178
|
| |
|
|
|
|
|
| |
of .Xr for the xrefs.
Notes:
svn path=/head/; revision=23173
|