| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=24824
|
| |
|
|
|
|
|
| |
Don't quote "..." in synopsis. Quoting here is unnecessary and unusual.
Notes:
svn path=/head/; revision=24823
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24822
|
| |
|
|
|
|
|
| |
wrong).
Notes:
svn path=/head/; revision=24821
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24820
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24819
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24797
|
| |
|
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes:
svn path=/head/; revision=24763
|
| |
|
|
|
|
|
| |
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3228
Notes:
svn path=/head/; revision=24723
|
| |
|
|
|
|
|
|
|
| |
prior <sys/types.h>)
Fixes PR#3229, from Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
Notes:
svn path=/head/; revision=24722
|
| |
|
|
|
|
|
| |
Obtained from: Keith Bostic
Notes:
svn path=/head/; revision=24707
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24694
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24637
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24633
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24632
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24630
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24627
|
| |
|
|
|
|
|
|
| |
be returned if a cached uid/gid does not exist in the password
file.
Notes:
svn path=/head/; revision=24568
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24562
|
| |
|
|
|
|
|
|
|
|
| |
uid/gid in question was in the cache, but did not exist
in the password file. This causes the -nouser and -nogroup
options to find(1) to only print the first file owned by
an unknown user/group in some cases.
Notes:
svn path=/head/; revision=24536
|
| |
|
|
|
|
|
| |
left.
Notes:
svn path=/head/; revision=24526
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24523
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24522
|
| |
|
|
|
|
|
| |
Also add additional set*id(2) xrefs where appropriate.
Notes:
svn path=/head/; revision=24503
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24502
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24501
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24498
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
passes on the status across fork/exec.
The previous version had some typos, referred to itself as link(2) in
one place :-), and didn't really match openbsd's implementation either.
Now that I've mentioned typos, hopefully our Typo Police and Xref Police
will be gentle with me. :-)
Notes:
svn path=/head/; revision=24456
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=24455
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24443
|
| |
|
|
|
|
|
|
| |
Obtained from: fgets.3
Guided by: ISO C standard
Notes:
svn path=/head/; revision=24429
|
| |
|
|
|
|
|
|
|
|
| |
the original text plus a statement saying that if strftime fails,
the results are undefined.
Requested a long time ago by: bde
Notes:
svn path=/head/; revision=24426
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24390
|
| |
|
|
|
|
|
|
| |
Fixed #includes in synopsis to declare the prototype in the synopsis.
Fixed stale types in description of struct dirent.
Notes:
svn path=/head/; revision=24341
|
| |
|
|
|
|
|
| |
Pointed out by: bde
Notes:
svn path=/head/; revision=24322
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24288
|
| |
|
|
|
|
|
|
|
|
| |
The sa_mask field specified in act is not allowed to block SIGKILL or
SIGSTOP. Any attempt to do so will be silently ignored.
Now where did I leave that pointy hat...
Notes:
svn path=/head/; revision=24278
|
| |
|
|
|
|
|
| |
Pointed out by: Everybody but Jordan.
Notes:
svn path=/head/; revision=24254
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24253
|
| |
|
|
|
|
|
|
|
|
| |
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
|