peter
b9fe2f81dd
setsid is declared in <unistd.h>, which is self sufficient (doesn't need
...
prior <sys/types.h>)
Fixes PR#3229, from Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-04-08 10:43:47 +00:00
peter
54b1a6105b
Update to include details about the changes to setuid/setgid.
1997-04-02 17:24:16 +00:00
jdp
483d5e360e
Correct the most glaring errors. I have a feeling there are some
...
left.
1997-04-02 01:42:07 +00:00
ache
31ef1e437d
Link chown with lchown
1997-04-01 23:07:55 +00:00
ache
ae0c6c044e
Add issetugid.2 to MAN2 list
1997-04-01 22:57:56 +00:00
mpp
a8f58296ab
Xref the new issetugid(2) man page where appropriate.
...
Also add additional set*id(2) xrefs where appropriate.
1997-04-01 18:58:38 +00:00
mpp
b87dacefe4
Don't xref setregid(2) twice - one of them should be setreuid(2).
1997-04-01 18:50:56 +00:00
mpp
288c649489
Fix one very minor mdoc problem. Gentle enough, Peter? :-)
1997-04-01 18:45:57 +00:00
mpp
2e658dbf0d
Fix a minor grammar problem.
1997-04-01 18:06:33 +00:00
peter
1cce6194df
General cleanup and update to specify exactly how our implementation
...
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. :-)
1997-03-31 16:36:14 +00:00
peter
f551f7b0a0
Steal issetugid man page from OpenBSD. Needs work..
...
Obtained from: OpenBSD
1997-03-31 15:59:14 +00:00
peter
a3b55ed48c
Add libc hook for issetugid()
1997-03-31 15:43:22 +00:00
peter
3c380c1c44
Create lchown() in libc and document it as a variation of chown().
1997-03-31 12:37:35 +00:00
bde
4003214ed8
Fixed #includes in synopsis to compile.
...
Fixed #includes in synopsis to declare the prototype in the synopsis.
Fixed stale types in description of struct dirent.
1997-03-28 12:27:42 +00:00
mpp
f3d90e26a8
Get my last commit right. The NOTE section now reads:
...
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...
1997-03-25 18:33:23 +00:00
mpp
60739ce512
Change the description of how attempts to block SIGKILL and SIGSTOP
...
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
1997-03-25 03:39:54 +00:00
jmg
1d30a41b6e
add xrefs for getpeername, so other people that look for it can find it.. :)
1997-03-24 01:22:01 +00:00
mpp
739a0bf676
Use the .Tn macro for generic FreeBSD references. Other minor cleanup.
1997-03-21 20:57:20 +00:00
wpaul
442f5f318a
Document SCM_CREDS changes.
1997-03-21 16:52:05 +00:00
bde
3d67153315
Fixed missing function types in synopsis.
1997-03-19 00:32:42 +00:00
bde
7e02e1861d
Fixed synopsis (put all of the function (return) type info in .Ft and
...
none in .Fn).
1997-03-19 00:06:09 +00:00
bde
af16e6a322
Removed unnecessary quoting of function names in synopsis to simplify
...
automated checking of synopses.
1997-03-18 23:57:33 +00:00
bde
db004d74c8
Updated prototype for mount() to match Lite2 reality for the 1st arg
...
and Lite1 or earlier reality for the 4th arg.
1997-03-13 21:11:33 +00:00
bde
2e22fb97fd
Make this man page really match the current <sys/signal.h> again and
...
the 2.x <sys/signal.h> for the first time :-). The type of ss_sp
was lexically different.
1997-03-12 17:16:22 +00:00
mpp
5df20433ff
Make this man page match the current <sys/signal.h> again :-).
...
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.
1997-03-12 16:23:36 +00:00
mpp
5a5ba05ed7
Update the structure to match how things are going to appear after
...
bde commits some changes later tonight.
1997-03-12 15:35:52 +00:00
bde
336e7e8197
Restored a .Fa line that was lost in the Lite2 merge.
1997-03-12 15:18:28 +00:00
mpp
2602ef2be2
Cleanup some of the Lite2 merge. Most of it is mdoc cleanup,
...
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.
1997-03-12 14:49:41 +00:00
peter
724b89cfd3
Merge from Lite2 onto mainline -
...
- add undelete() and undelete.2 (requires libc minor bump some time)
- man page updates
1997-03-11 11:35:56 +00:00
peter
e8e23405de
This commit was generated by cvs2svn to compensate for changes in r23658,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 11:29:42 +00:00
peter
e0e06d68d5
Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch
1997-03-11 11:29:42 +00:00
mckay
0df49cb9cf
Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid.
...
Safe for 2.2!
1997-03-09 13:16:48 +00:00
mpp
62d7ba8abf
Add a missing semi-colon.
...
Submitted by: jmg
1997-03-07 06:15:54 +00:00
ache
b51638da37
Remove words about lower limit needed (from BUGS section), we have
...
precise limit now
1997-03-03 23:50:55 +00:00
ache
deb10b28e8
Use stricter MAXLOGNAME now
1997-03-03 09:52:26 +00:00
ache
43ee6e6220
Reflect current MAXLONGNAME value and specify that null included
1997-03-03 09:17:16 +00:00
ache
08d63c99ae
MAXLOGNAME currently 16, not 12
1997-03-02 21:47:03 +00:00
peter
6b08958c64
Revert $FreeBSD$ to $Id$
1997-02-22 15:12:41 +00:00
mpp
ee7605965f
Update to reflect new Lite2 mount.h and friends.
1997-02-10 07:36:00 +00:00
mpp
376473c970
Update to reflect new Lite2 mount.h.
1997-02-10 07:29:25 +00:00
mpp
e4bf464ad3
Don't use hardcoded *roff font change requests.
1997-01-31 01:06:39 +00:00
mpp
1511fd26d0
Very minor mdoc cleanup.
1997-01-31 00:25:12 +00:00
mpp
9a36202436
Update to reflect current include files.
1997-01-30 22:39:40 +00:00
mpp
067667ae97
Update to reflect current include files.
1997-01-30 21:31:52 +00:00
jmacd
bdeeed7f59
Correct "Chflags() will fail it:" to read "Chflags() will fail if:".
1997-01-30 10:25:38 +00:00
mpp
17f7e2c9e2
Update to reflect the current mount.h.
1997-01-29 05:43:46 +00:00
obrien
1627d472cb
I was porting something from sysV world and found our cross references
...
not quite as good as I would expect. So I'm introducing mknod to mkfifo,
and vice-versa.
1997-01-27 19:20:05 +00:00
mpp
842b97e662
Document a couple of additional errno's.
...
Submitted by: Steinar Haug and Heiko W. Rupp
Obtained from: NetBSD-bugs & FreeBSD-current mailing lists
1997-01-26 03:44:55 +00:00
wosch
6d0dbd7455
Sort cross references.
1997-01-20 23:23:22 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00