NetBSD/lib/libc/sys
jtc 6c68d47b78 Renamed _getlogin syscall to __getlogin, as _getlogin is the namespace
clean name for getlogin.

Moved _getlogin.o (now __getlogin.o) from PSEUDO to ASM, as this
syscall really does have a return value (although it will "always"
succeed since it should only be called from libc's getlogin())
1996-09-19 04:50:02 +00:00
..
_exit.2
accept.2 Document EMFILE and ENFILE. 1996-01-31 20:14:42 +00:00
access.2
acct.2
adjtime.2
bind.2
brk.2
chdir.2
chflags.2
chmod.2
chown.2
chroot.2
close.2
connect.2
dup.2
execve.2
fcntl.2
flock.2
fork.2
fsync.2
ftruncate.c
getdirentries.2
getfh.2
getfsstat.2 Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov> 1996-08-09 19:09:32 +00:00
getgid.2
getgroups.2
getitimer.2
getlogin.2
getpeername.2
getpgrp.2 update for new reboot(2). 1996-08-09 10:32:11 +00:00
getpid.2
getpriority.2
getrlimit.2
getrusage.2
getsockname.2
getsockopt.2
gettimeofday.2
getuid.2
intro.2
ioctl.2
kill.2
ktrace.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
link.2
listen.2 Change to fit reality. Backlog is limited to 128, not 5. 1996-02-16 20:38:45 +00:00
lseek.2
lseek.c
madvise.2
Makefile.inc Renamed _getlogin syscall to __getlogin, as _getlogin is the namespace 1996-09-19 04:50:02 +00:00
mincore.2
mkdir.2
mkfifo.2
mknod.2
mlock.2
mmap.2
mmap.c
mount.2 Update to agree with <sys/mount.h>; From Todd C. Miller <millert@cs.colorado.edu> 1996-02-29 23:47:48 +00:00
mprotect.2
msgctl.2
msgget.2
msgrcv.2
msgsnd.2
msync.2
munmap.2
nfssvc.2
open.2
pathconf.2
pipe.2
poll.2 Mention that timeout is in milliseconds. 1996-09-07 21:53:08 +00:00
profil.2
ptrace.2 comment out PT_READ_U, PT_WRITE_U, PT_SYSCALL descriptions 1996-02-23 01:39:41 +00:00
quotactl.2
read.2
readlink.2
reboot.2 document RB_STRING. 1996-08-10 00:22:29 +00:00
recv.2
rename.2
revoke.2
rmdir.2
select.2 Cross-reference poll(2). 1996-09-07 21:51:53 +00:00
semctl.2
semctl.c
semget.2
semop.2
send.2
setgroups.2 merge with lite, keeping most local changes. clean up Ids 1995-02-27 12:31:34 +00:00
setpgid.2
setregid.2 Resurrect the setre[ug]id() stubs. 1996-06-23 11:52:49 +00:00
setreuid.2 Resurrect the setre[ug]id() stubs. 1996-06-23 11:52:49 +00:00
setsid.2
setuid.2 Describe the _POSIX_SAVED_IDS situation more clearly. 1996-05-21 23:39:57 +00:00
shmat.2
shmctl.2
shmget.2
shutdown.2
sigaction.2
sigaltstack.2
sigpending.2
sigprocmask.2
sigreturn.2
sigstack.2
sigsuspend.2
socket.2
socketpair.2
stat.2
statfs.2 Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov> 1996-08-09 19:09:32 +00:00
swapon.2
symlink.2
sync.2
sysarch.2
syscall.2
truncate.2
truncate.c
umask.2
unlink.2
utimes.2 Document futimes(). 1996-04-23 10:34:16 +00:00
vfork.2
wait.2
write.2