hubertf
914468cda3
s/a //
2000-06-02 21:21:41 +00:00
jdolecek
dfe35a4788
quotas are supported on lfs too, apparently
2000-05-29 21:57:05 +00:00
jdolecek
07506ce5eb
update to match current common implementation on NetBSD - [f]truncate()
...
normally lengtens the file if it's shorter than specified length
also change wording slighly, to match wording in SUS
XXX someone should check how much of SUS truncate(2) specification is true
XXX on NetBSD and update this manpage accordingly
2000-05-28 09:41:52 +00:00
perseant
7438415348
Add man pages for LFS syscalls
2000-05-24 21:54:59 +00:00
itojun
273595e782
add PF_INET6.
2000-05-22 05:06:20 +00:00
fair
098894016b
A little nroff clean up, since I was here to deal with PR 9727,
...
but someone beat me to it, and didn't log that...
2000-05-17 10:24:13 +00:00
soda
91c450a0e1
ARG_MAX is bumped from 20KB to 256KB since Jan 16 1994 (revision 1.7 of <sys/syslimits.h>). i.e. before NetBSD-1.0 release.
...
pointed out by NAKAJIMA Yoshihiro and Tanaka Akira on fj.os.bsd.netbsd newsgroup.
2000-05-08 10:15:17 +00:00
minoura
8bffa1abc1
issetugid(2) manpage.
2000-04-21 16:39:23 +00:00
minoura
52de0c47aa
FreeBSD's issetugid(2) manpage.
2000-04-21 16:35:05 +00:00
minoura
599d65f132
New syscall issetugid.
2000-04-21 16:24:22 +00:00
mrg
a6f7a7855f
implement lchflags(2), which does the chflags(2) dance without following
...
symlinks, and thus can operate on symlinks. remove a bogus comment in
chflags(1) that claims symlinks do not have file flags.
XXX: todo -- make chflags(1) use lchflags(2) when given the right options.
2000-04-17 14:31:21 +00:00
tsarna
a32696c2de
Death to nfsiod!
...
It is replaced by kernel threads that do the same thing. The number of
kernel threads used is set with the vfs.nfs.iothreads sysctl.
2000-04-15 21:14:48 +00:00
simonb
e28dc2c70b
We return EIDRM if the msg queue is removed, not EINVAL.
2000-04-12 13:03:52 +00:00
fvdl
bfb0ad4a93
Clarify that page alignment only happens for the internal, kernel notion
...
of the break value.
2000-04-04 08:41:45 +00:00
kleink
7e35a43e67
In mmap(), bail out with EOVERFLOW when mapping a regular file and the file
...
offset plus mapping length cannot be represented in an off_t.
2000-03-28 18:45:19 +00:00
kleink
69043b3644
Note EILSEQ.
2000-03-14 19:14:29 +00:00
kleink
c9b0caf509
Sync the description of errno with reality; fixes PR lib/9496.
2000-03-14 19:11:24 +00:00
soren
89c5a767f8
Fix doubled 'the's.
2000-03-13 22:55:05 +00:00
enami
6e362668c4
Note that this system call now creates kernel thread.
2000-03-10 01:34:35 +00:00
enami
823f836758
Document some recently added user visible mount option. Addresses PR#6577.
...
While I'm here, I reorderd SEE ALSO section properly.
2000-03-06 09:11:14 +00:00
enami
f8796b1a66
Remove reference to config(8) from SEE ALSO list.
2000-02-28 14:32:53 +00:00
enami
61b07296fe
With SEE ALSO list, add swapctl(2) and swapctl(8) and remove config(8).
2000-02-28 14:30:54 +00:00
enami
354b4bc5c1
Sync wi/ reality.
2000-02-28 14:21:46 +00:00
christos
f9be3e6b20
Explain why we don't want to pass structs and unions to syscalls, and
...
how to find the proper args for a syscall.
2000-01-31 15:15:07 +00:00
christos
618e1b5628
Add a userland stub to do the union semun -> union semun * redirection.
2000-01-31 15:14:19 +00:00
itojun
e5a959ce39
EINVAL may be returned when address family mismatches. (from openbsd)
2000-01-26 10:43:36 +00:00
mycroft
605490369c
Delint.
...
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
2000-01-22 22:19:07 +00:00
mycroft
e568b4cf30
Delint.
2000-01-22 21:19:29 +00:00
ad
902637d2e4
swapctl(SWAP_OFF, ...) now works.
2000-01-13 12:11:30 +00:00
tron
eec7b963e1
Correct typo reported by Jens Nilsson in PR misc/9069.
1999-12-29 21:19:36 +00:00
mjl
67b9836fda
Fix typo.
1999-12-28 02:51:17 +00:00
msaitoh
3b476f4adb
use .Er
1999-12-11 19:35:48 +00:00
kleink
15be242b3a
Add a LIBRARY section to system call manual pages. While it's clear that the
...
libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose
of this section is to provide linkage information.
1999-12-02 21:42:35 +00:00
lukem
e0c4130ae6
use .Fn appropriately
1999-11-07 01:26:02 +00:00
is
cff7bedd54
Actually profile system calls.
...
Problem and most of the fix reported by Anders Hjalmarsson in PR 4976; libposix
mentioned by Chris G. Demetriou.
1999-10-27 14:58:28 +00:00
erh
4cb911b098
Add ENXIO error for FIFOs.
1999-10-21 19:40:22 +00:00
jdolecek
1baa9b08ef
remove the list of signals and xref signal(7) instead
1999-10-06 17:17:26 +00:00
jdolecek
7db4bda538
xref signal(7)
1999-10-06 17:16:56 +00:00
jdolecek
1124973cb5
Add SEE ALSO section and xref sigaction(2) and signal(7)
1999-10-06 17:14:55 +00:00
jdolecek
edf12166ba
xref signal(7)
1999-10-06 17:14:02 +00:00
bouyer
510907ed01
Document CTL_PROC, the core filename format it core(5), and xref sysctl(8),
...
sysctl(3), core(5) in various place.
Document 'options DEFCORENAME' inj options(4) and $defcorename in rc.conf(5).
1999-09-28 14:52:32 +00:00
jdolecek
8eb5a4184d
xref symlink(7)
1999-09-26 21:18:53 +00:00
jdolecek
7d96f3efd3
xref symlink(7)
1999-09-26 21:00:25 +00:00
sommerfeld
4a22cb272c
Correct the reference to the current value of MAXLOGNAME to reflect reality
1999-09-24 19:55:15 +00:00
thorpej
df6731425c
Update for XSH5.
1999-08-25 21:12:54 +00:00
thorpej
72b1756c5a
Update for XSH5.
1999-08-25 20:55:35 +00:00
thorpej
e9fc9322cc
Update for XSH5.
1999-08-25 20:30:05 +00:00
thorpej
30dca7f7db
Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d
...
in their respective header files). Add PSEUDO stubs for the old versions
of these system calls.
Note that __semctl13() doesn't require the extra stub that the old
semctl()/__semctl() did, as the SUSv2 version takes variable arguments,
and thus does not require the extra indirection.
1999-08-25 05:09:27 +00:00
mrg
62db67a0e1
add a note that these requests were ignored in pre-1.5
1999-08-24 08:58:54 +00:00
tron
04cfded216
Revert last change after Ross Harvey fixed "mandoc".
1999-08-23 21:22:27 +00:00