date and time created 90/06/05 14:07:44 by bostic
[unix-history] / usr / src / sys /
1990-06-06 Kirk McKusickupdate for new system call convention
1990-06-06 Marc Teitelbaumpgsignal takes extra arg. telnet linemode changes...
1990-06-06 Kirk McKusickdrop Sun compatibility on choosing device numbers
1990-06-06 Kirk McKusickmake the kernel self consistent
1990-06-06 Marc Teitelbaumsupport large iov's. ktrace socket i/o.
1990-06-05 Kirk McKusickset the file type properly on server create
1990-06-05 Keith SklowerFix bugs reported in fragmentation and reassembly repor...
1990-06-05 Kirk McKusicknew system call convention
1990-06-04 Kirk McKusickhave to vrele devvp when just doing an update
1990-06-01 Kirk McKusickmissing vput
1990-06-01 Mike Karelsremove "o" from SYS_ defn's for break, vadvise (for...
1990-05-31 Keith Sklowersome errors must be responded to by a DC rather than...
1990-05-31 Kirk McKusickhave to write out inode if IO_SYNC is specified
1990-05-31 Keith Sklowerkludge to force DC's on certain errors
1990-05-31 Keith Sklowerdocument separate change that wrong version numbers...
1990-05-31 Keith SklowerISO standard says if the version number is wrong, use...
1990-05-31 Keith Sklowertp_control_hdr obsoleted by cmsghdr in socket.h
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-31 Keith Skloweruniform convention about ints vs. unsigned in msghdr...
1990-05-31 Kirk McKusickget rid of historic (unnecessary) code
1990-05-30 Keith BosticC++ needs prototypes, too
1990-05-30 Kirk McKusicknew calling convension for system calls
1990-05-30 Kirk McKusickhave to restore quota state after chown
1990-05-30 Mike Karelscheck for tty stop signals on orphaned pgrp in issig...
1990-05-30 Kirk McKusicknew calling convension for system calls
1990-05-30 Mike Karelsnew model of system call dispatch
1990-05-28 Keith Bosticfunction prototypes for POSIX 1003.1
1990-05-27 Keith Bosticadd Berkeley copyright (nothing but SIG_* left); functi...
1990-05-26 Keith BosticPOSIX 1003.1
1990-05-26 Keith Sklowerordering of bit fields needs better descrimination...
1990-05-26 Keith Sklowerthere are other entities besides #ifdef sun and #ifdef vax
1990-05-26 Kirk McKusickmerge in hp300 support from Utah
1990-05-26 Kirk McKusick"update from Mike Hibler at Utah"
1990-05-26 Kirk McKusick"update from Mike Hibler at Utah"
1990-05-26 Kirk McKusickupdate from Mike Hibler at Utah
1990-05-26 Mike Karelsfirst try at updating for new signal mechanism
1990-05-26 Kirk McKusickupdate from Mike Hibler at Utah
1990-05-26 Kirk McKusick"update from Mike Hibler at Utah"
1990-05-26 Kirk McKusick"update from Mike Hibler at Utah"
1990-05-26 Keith Sklowergetkerninfo skipped defaults ``dupedkeyed'' behind...
1990-05-26 Kirk McKusick"update from Mike Hibler at Utah"
1990-05-26 Kirk McKusickupdate from Mike Hibler at Utah
1990-05-26 Kirk McKusick"update from Mike Hibler at Utah"
1990-05-25 Keith Sklowerdefine sockopt for quieting things down
1990-05-25 Keith Sklowertry to keep up with Dave Katz and his prefix table...
1990-05-25 Keith Sklowertry to keep up with Dave Katz and his prefix table...
1990-05-25 Kirk McKusickprint out offending uid for filesystem full error messages
1990-05-25 Kirk McKusicklint
1990-05-25 Marc Teitelbaumset swapper start time in right place
1990-05-24 Marc Teitelbaumadd macros to reference and release a session structure
1990-05-24 Marc Teitelbaummake sure syscall names are a single token
1990-05-23 Marc Teitelbaumdate and time created 90/05/22 16:09:20 by marc
1990-05-23 Keith Sklowercheckpoint before changing pq structure to be a sockbuf...
1990-05-23 Keith Sklowercosmetic quickie
1990-05-21 Mike Karelsrights => control, various cleanups
1990-05-19 Marc Teitelbaumdelete PROC_JOBC - now done inline in fixjobc()
1990-05-19 Marc Teitelbaumadd eproc flag (use spare, hooray!)
1990-05-19 Kirk McKusicknfs_mknod update from Rick Macklem
1990-05-19 Kirk McKusick"nfs_mknod update from Rick Macklem"
1990-05-19 Marc Teitelbaumline mode telnet mods
1990-05-19 Kirk McKusickSPTECHG needed for hp300
1990-05-18 Marc Teitelbaumadd flag to pgsignal to restrict to procs having a...
1990-05-18 Marc Teitelbaumonly copy SCTTY if proc *has* a ctty
1990-05-18 Marc Teitelbaumonly copy out ctty if proc *has* a ctty
1990-05-18 Marc Teitelbaumonly copy SCTTY flag if the session still has a control...
1990-05-18 Marc Teitelbaumpgsignal takes an extra arg
1990-05-18 Marc Teitelbaumabolish NOHANG flag. signal session leader on lost...
1990-05-18 Marc Teitelbaumpgsignal take extra argument
1990-05-18 Marc Teitelbaumpgsignal has flag to limit to members having a ctty
1990-05-18 Mike Karelsprotocol's usrreq now frees any "control" data;
1990-05-18 Keith Bosticmove label_t to machine/machtypes
1990-05-18 Keith Bosticmove to machtypes.h; include label_t
1990-05-17 Mike Karelsremove old static tables; attempt to convert sigreturn
1990-05-17 Mike Karelsattempt to convert wait, pause
1990-05-17 Kirk McKusickmount structure elements now start mnt_ instead of m_
1990-05-17 Kirk McKusickmounttab is gone!
1990-05-17 Kirk McKusickhave to initialize v_specflags
1990-05-17 Marc Teitelbaumcomment that NOHANG is a no-op
1990-05-17 Marc Teitelbaumremove NOHANG - not to be done in kernel
1990-05-17 Kirk McKusickvinfo under control of ICANON, extra checks in TIOCCONS
1990-05-17 Keith Sklowerperiodic checkpoint against catastrophic loss
1990-05-16 Kirk McKusicksize_t => segsz_t for bostic
1990-05-16 Kirk McKusickuse proper include files
1990-05-16 Keith Bosticrename size_t to segsz_t for ANSI C
1990-05-16 Kirk McKusickuse proper include files
1990-05-16 Kirk McKusick"update for hp300 support from Utah"
1990-05-16 Keith Sklowerworld has more than sun's and vaxes;
1990-05-16 Keith BosticANSI C requires errno to be defined here
1990-05-16 Kirk McKusickupdate for hp300 support from Utah
1990-05-16 Keith Bosticdate and time created 90/05/15 19:06:01 by bostic
1990-05-16 Kirk McKusick"update for hp300 support from Utah"
1990-05-16 Kirk McKusickupdate for hp300 support from Utah
1990-05-16 Kirk McKusickadd failure statistics (from hibler)
1990-05-16 Kirk McKusickfix definition of NCL_INIT (from hibler)
1990-05-16 Kirk McKusickadd RMP support for hp300
1990-05-16 Kirk McKusickfile size is unsigned
1990-05-16 Kirk McKusicklint
1990-05-16 Kirk McKusick"update for hp300 support from Utah"
1990-05-16 Kirk McKusickadd 171 shmsys conditional on SYSVSHM
1990-05-16 Kirk McKusick"update for hp300 support from Utah"
next