4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / lib / libc / sys /
1993-06-04 Kirk McKusickhave to cast SYS_mmap to quad_t when using __indir
1993-06-03 Kirk McKusickneeds to include types.h
1993-06-03 Kirk McKusickmisc nits
1993-06-03 Mike Hibleradd mlock/munlock
1993-06-03 Mike Hiblerdate and time created 93/06/02 15:06:10 by hibler
1993-06-02 Kirk McKusickdate and time created 93/06/01 22:13:51 by mckusick
1993-06-02 Ralph Campbelluse __indir to maintain double alignment on stack for...
1993-06-01 Kirk McKusickadd ktrace man page
1993-06-01 Kirk McKusickadd detail about symlinks
1993-06-01 Keith Bosticdelete sem_lock, sem_wakeup, they're not going to make it
1993-05-26 Kirk McKusickadd [f]pathconf
1993-05-26 Kirk McKusickbecomes a real system call
1993-05-26 Kirk McKusickadd [f]pathconf
1993-05-26 Kirk McKusick__ goes away
1993-05-26 Kirk McKusickupdate to reflect lseek, {g,s}etrlimit [f]truncate...
1993-05-25 Keith Bosticadd RLIMIT_MEMLOCK, RLIMIT_NOFILE, RLIMIT_NPROC; limits...
1993-05-25 Keith Bosticdate and time created 93/05/24 11:23:58 by bostic
1993-05-21 Keith Bosticunknown font specification
1993-05-21 Kirk McKusicknits (net2/sys/26)
1993-05-15 Kirk McKusickfix up inconsistencies
1993-05-05 Keith Bosticadd __sysctl, moving sysctl to ../gen/sysctl.c
1993-05-02 Keith Bostictypo
1993-04-05 Kirk McKusick{get,set}hostid goes to compat-43; getkerninfo goes...
1993-03-05 Kirk McKusickupdate from Mike Karels at BSDI
1993-03-05 Kirk McKusickupdate from Mike Karels at BSDI
1993-03-05 Keith Bosticrename file flags to UF_* and SF_*, minimize name space...
1993-03-04 Keith Bosticdon't use octal modes, list the #defines; describe...
1993-03-04 Keith Bosticneeds stat.h, flags are longs
1993-03-03 Kirk McKusickadd sysctl
1993-03-03 Keith Bosticnon-proprietary versoin from BSDI
1993-02-27 Kirk McKusickadd manual pages for sigpending and revoke
1993-02-27 Kirk McKusickinitial manual page from Mike Karels at BSDI
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-27 Kirk McKusickinitial manual page from Mike Karels at BSDI
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-13 Keith Bosticinclude file typo
1993-02-11 Keith Bosticmove setuid.3 -> setuid.2
1993-02-05 Ralph Campbellremove special case for mips since gcc is available now
1993-02-04 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-04 Kirk McKusickupdate to reflect saved ID's
1993-02-04 Kirk McKusickseruid and setrgid move to compat-43; setuid.3 moves...
1993-01-07 Keith Bosticucred.h not needed, sucked in by mount.h
1992-12-20 Keith Bosticfix comment out of MMAP_FILE
1992-11-25 Keith Bosticdelete MAP_FILE, it's the default, no longer needs...
1992-10-14 Keith Bosticdocument PT_ATTACH and PT_DETACH, from Craig Leres
1992-10-05 Keith Bostic<sys/errno.h> -> <errno.h>
1992-10-02 Keith Bosticrequires unistd.h
1992-09-03 Keith Bosticname is _exit, not exit
1992-08-02 Keith BosticI agree, but it won't help to bitch now.
1992-07-31 Marc Teitelbaumdocument new getpgrp that takes no argument, and explai...
1992-07-29 Keith Bosticinclude <signal.h>, not <sys/signal.h>
1992-07-28 Keith Bosticreadlink.2 rename.2 unlink.2
1992-07-28 Keith Bosticadd symlink(7)
1992-07-13 John Heidemannadd __indir
1992-07-10 Kirk McKusickadd padding stubs for lseek, truncate, and ftruncate
1992-07-10 Kirk McKusickdate and time created 92/07/09 15:59:33 by mckusick
1992-07-10 Kirk McKusickdate and time created 92/07/09 15:59:32 by mckusick
1992-07-10 Kirk McKusickmove setreuid to compat-43; eliminate setregid
1992-06-28 Keith Bosticcalls take uid_t, gid_t, not int
1992-06-24 Kirk McKusickdate and time created 92/06/23 17:55:33 by mckusick
1992-06-24 Kirk McKusickmmap needs a glue file to provide compatibility with...
1992-06-24 Keith Bosticlen is a size_t
1992-06-22 Keith Bosticsecond arg to mmap is a size_t
1992-06-05 Keith Bosticadd unistd.h to includes
1992-05-28 Kirk McKusickadd __ftruncate.o __getrlimit.o __lseek.o __setrlimit...
1992-05-20 Kirk McKusickget rid of deprecated async_daemon()
1992-05-17 Kirk McKusickadd indir syscall entry point
1992-05-05 Keith BosticEWOULDBLOCK -> EAGAIN (POSIX)
1992-05-05 Keith BosticO_NDELAY -> O_NONBLOCK (POSIX)
1992-04-30 Keith BosticSO_TYPE and SO_ERROR are used with getsockopt, not...
1992-04-30 Keith Bostictwo copies of the header
1992-04-30 Keith Bosticread and write take void *'s, iovec's contain void *'s
1992-04-24 Keith Bosticsigstack -> sigaltstack
1992-04-24 Kirk McKusickdate and time created 92/04/23 16:31:18 by mckusick
1992-04-24 Kirk McKusickdeprecate in favor of sigaltstack.2
1992-04-24 Keith Bosticneed a sigstack man page
1992-04-14 Kirk McKusicksigstack => sigaltstack
1992-04-14 Kirk McKusickupdate sigstack to the more rational sigaltstack
1992-04-14 Marc Teitelbaummips support, lfs syscalls, semaphore syscalls
1992-04-07 Keith Bosticuse the stat mask for the bit names
1992-03-29 Keith Bosticfix include files
1992-02-04 Keith Bosticdate and time created 92/02/03 19:57:24 by bostic
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-11-28 Keith Bosticfhandle_t is a structure itself.
1991-11-20 Kirk McKusickthe export interface now permits credentials, needs...
1991-11-13 Keith Bosticadd revoke(2)
1991-11-12 Keith Bosticmention group affiliation on creation
1991-10-30 Cynthia A. E. Livi... `an' should have been `and'
1991-10-10 Keith Bostic-1 with the super-user also excludes the sending process
1991-08-07 Cynthia A. E. Livi... mdoc version three
1991-08-07 Cynthia A. E. Livi... fix history and .Os
1991-07-26 Cynthia A. E. Livi... .Dd was not placed as first macro as should be
1991-07-26 Cynthia A. E. Livi... fix misspelling
1991-07-24 Cynthia A. E. Livi... .Os changes, miscellaneous cleanups
1991-07-24 Cynthia A. E. Livi... modified history slightly
1991-06-24 Keith Bosticadd object files for rest of mmap calls
1991-06-06 Keith Bosticfirst cut at a real man page, convert to new-style...
1991-05-29 Keith Bosticadd mmap.2, munmap.2, mprotect.2, msync.2, madvise...
1991-05-28 Kirk McKusickdocument opening with locks
1991-05-28 Kirk McKusickdate and time created 91/05/27 21:44:45 by mckusick
next