Added -Hh flags documentation.
[unix-history] / usr / src / sys /
1992-06-01 Kirk McKusickquad's need to be quad aligned
1992-06-01 Kirk McKusickcompat versions of stat/lstat/fstat; new seek, truncate...
1992-06-01 Kirk McKusickstat structure now contains timespec's
1992-06-01 Kirk McKusicknew 64-bit versions of get/setrlimit
1992-06-01 Kirk McKusickneed ifdefs for optional filesystems
1992-06-01 Kirk McKusickqseek => __lseek; stat => ostat; qstat => stat; lstat...
1992-06-01 Kirk McKusickfstat becomes ofstat; fqstat becomes the real fstat
1992-06-01 John Heidemannsyntactic fixups
1992-06-01 Jan-Simon Pendryadd types for LOFS, FDESC, PORTAL file systems
1992-06-01 Jan-Simon Pendryp_dupfd has to be signed
1992-06-01 Kirk McKusickbreak up namlen into char of namlen and char of file...
1992-06-01 Kirk McKusickresource limts now take quads;
1992-06-01 Kirk McKusickqstat becomes the default; return timespec rather than...
1992-05-30 Keith Skloweruse machine independent version of ns_cksum.c
1992-05-30 Keith Sklowermake compile under new and old systems /* hope this...
1992-05-30 Steven McCannefixed bug introduced in rev 7.52: vm_ssize is in pages...
1992-05-29 Kirk McKusickspeed cache lookups (from Macklem)
1992-05-29 Kirk McKusickspeedups from Rick Macklem
1992-05-29 Kirk McKusickimprove the hashing (from Macklem)
1992-05-28 Kirk McKusickreorg includes to avoid troubles with utilities that...
1992-05-28 Kirk McKusickdeclarations needed by utilities moved from ffs_extern...
1992-05-28 Kirk McKusickadd get/setrlimit; make new entry points __name
1992-05-28 Kirk McKusickhave to save away the newly malloc'ed proc
1992-05-28 Keith Sklowerattempt to make compile with new hierarchy and recent...
1992-05-28 Keith Sklowerdon't accept packets when not config'ed up
1992-05-28 Keith Sklowersy --> ctty; common code requires us to take this chang...
1992-05-28 Keith Sklower1.) need more stack for iso; 2.) arp has its own NETISR now
1992-05-28 Keith Sklowerfix various reported bugs (like double freeing)
1992-05-28 Keith Sklowermust calculate tp_maxlcredit as soon as mss known for...
1992-05-28 Keith Sklower1.) don't set retransmit timers in tp0; 2.) tone down...
1992-05-28 Keith Sklower1.) fix bug re:double freeing option mbuf in error...
1992-05-28 Keith Sklowerremember initial so_rcv space for later
1992-05-28 Keith Sklowermake sure to calculate initial credit for both CE_bit...
1992-05-28 Kirk McKusickneed real bwrite routine
1992-05-28 Keith Sklowerremember so_rcvbuf size, so that if it gets increased...
1992-05-28 Keith Sklowerwhen cancelling sendack timer, must also clear fasttimo...
1992-05-28 Keith Sklowerneed to calculate initial credit on CC for other option...
1992-05-28 Keith Sklowermore informative debugging for tp_slowtimo
1992-05-28 Kirk McKusickneed real bwrite routine
1992-05-27 Keith Bosticstrlen returns a size_t
1992-05-27 Keith BosticFlags word needs to be volatile; from Chris Torek/Craig...
1992-05-27 Keith Bosticadd ALIGNBYTES constant
1992-05-27 Keith Bosticadd ALIGNBYTES constantadd ALIGNBYTES constant
1992-05-26 Ralph Campbelladded lots of bug fixes
1992-05-22 Keith Sklowermake rn_refines into rn_strictly_refines, so that ifa_i...
1992-05-21 Keith Bosticdon't use free'd mbuf pointer; bug report net2/sys/10
1992-05-21 Keith Bosticclose should return 0
1992-05-21 Kirk McKusickallocate proc structure before allocate process id...
1992-05-21 Marc Teitelbaumreturn codes for pt[sc]close (and exactly *what* if...
1992-05-21 Keith Bosticfencepost error in ruadd; from Pace Willisson (pace...
1992-05-21 Keith BosticDon't call linesw[].l_rint until the console is really...
1992-05-21 Keith BosticReally set the CR0_EM bit as the comments suggested...
1992-05-21 Keith BosticDon't loop forever in weintr. Unfortunately, I can...
1992-05-21 Keith BosticMake Fdclose return 0 (success); from Pace Willisson...
1992-05-21 Keith BosticDon't clobber the state of the uart too much in probe...
1992-05-21 Keith BosticDelete DELAY macro (now DELAY is in locore.s).
1992-05-21 Keith BosticMove copyfault label so EFAULT type user errors will...
1992-05-21 Keith BosticDefine a processor speed independent DELAY function
1992-05-21 Kirk McKusicktrack previous bucket elements that modify things that...
1992-05-21 Kirk McKusickif possible, straddle forward pointer across two words
1992-05-21 Kirk McKusickupdate for spec and fifo times for NFS (from Macklem)
1992-05-21 Kirk McKusickimprove running time (from Macklem)
1992-05-20 Keith Sklowerthis file is no longer needed
1992-05-20 Keith Sklowerproprietary protocol request for RIP.
1992-05-17 John Heidemannkern/vfs_init.c and kern/vnode_if.c added for new vnode...
1992-05-17 Ralph Campbellfix flushing cache for text pages. undo mem->clean...
1992-05-16 Kirk McKusickfix from Macklem
1992-05-16 John Heidemannvnode interface conversion
1992-05-16 John Heidemannsome VOP's rplaced with VCALL
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemannbwrite->vn_bwrite and vfree returns error for vn_if
1992-05-16 John Heidemannnfs_vfree prototype changed for vn_if
1992-05-16 John Heidemannvclean cleaned up for new vn_if
1992-05-16 John Heidemannnew vnode interface config tables added (ops and opvs)
1992-05-16 John Heidemannvn_bwrite added as new, generic vnode op
1992-05-16 John Heidemannffs_vfree now returns a (0) error
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemannbwrite -> vn_bwrite for vn_if change
1992-05-16 John Heidemanndirect vop calls cleaned up by hand
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemannlfs_vfree now returns an int
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemanna few direct calls cleaned up by hand
1992-05-15 Kirk McKusickadd indir as a real system call
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannnfs_rename made one line
1992-05-15 John Heidemannufs_rename made one line
1992-05-15 John Heidemannffs_extern.h requires #include <sys/vnode.h>
1992-05-15 John Heidemannlfs_extern.h requires #include <sys/vnode.h>
1992-05-15 John Heidemannlfs_extern.h requires lfs_cksum.c
1992-05-15 John HeidemannFIFOOPS update for vn_if conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannap in lfs_truncate renamed inp because of name conflict...
1992-05-15 John Heidemanninclude reordering due to vn_if change
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvinit changed for new vn_if
1992-05-15 John Heidemannufs_vinit prototype changed for new vn_if
1992-05-15 John Heidemannlfs_ubwrite change to for new vnode interface
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannlfs_ubwrite fixed
next