date and time created 92/07/13 00:42:18 by torek
[unix-history] / usr / src / sys / sys /
1992-07-13 Jan-Simon Pendryallow lower layers to consume more of the pathname
1992-07-13 Keith BosticMIN/MAX only defined for user programs
1992-07-13 John Heidemannadd flags to describe WILLRELE info
1992-07-11 Chris Torekcomment within comment gives compiler indigestion ...
1992-07-11 Kirk McKusickfix up comment
1992-07-10 Chris Torekcopyright The regents, not just regents...
1992-07-10 Chris Torekdate and time created 92/07/10 00:14:44 by torek
1992-07-10 Kirk McKusickadd NULL and UMAP types for heidemann; add filesystem...
1992-07-10 Kirk McKusickfix comment
1992-07-09 Keith Sklowerchanges to add routing tables via the domain switch
1992-07-09 Keith Sklowerchanges to support ip multicasting from lbl
1992-07-08 Chris Toreknew profiling stuff
1992-07-08 Chris Torekcleanups; add prototype for callout functions
1992-07-08 Chris Torekadd some time related prototypes
1992-07-08 Chris Torektime becomes volatile; move realitexpire to systm.h...
1992-07-08 Chris Torekdelete p_utime and p_stime; allproc becomes volatile...
1992-07-07 Kirk McKusicknew arguments to FHTOVP
1992-07-03 Keith Bosticnew inline structure (avoids use of USES)
1992-07-03 Kirk McKusickVOP_VGET moves to VFS_VGET
1992-07-03 Kirk McKusickprotect against multiple includes
1992-06-30 Keith Bosticup the BSD #define
1992-06-30 Keith Bosticmake FREAD/FWRITE available to user programs
1992-06-26 Kirk McKusickdefine directory types for easy mapping to stat structu...
1992-06-26 Kirk McKusickFSYNC no longer takes fflags; READDIR no longer takes...
1992-06-26 Kirk McKusickeliminate excess spaces
1992-06-26 Kirk McKusickquotactl now takes uid_t; VFS_SYNC gets cred and proc;
1992-06-26 Kirk McKusickuse S_IFMT in place of IFMT to use sys/stat.h instead...
1992-06-25 Kirk McKusickdate and time created 92/06/24 15:44:01 by mckusick
1992-06-25 Keith Bosticadd LOG_FTP facility
1992-06-24 Kirk McKusickprototype for proc_reparent
1992-06-24 Kirk McKusickrenumber constants to match Sun's naming and numbering...
1992-06-23 Keith Bosticadd B_GATHERED flag; LFS flag if buffer already in...
1992-06-23 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-23 Keith Bosticadd VDIROP flags; flags if vnode part of an LFS directo...
1992-06-23 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-22 Keith Bosticlibkern has its own include file with prototypes
1992-06-21 Kirk McKusickadd mnt_maxsymlinklen for short links
1992-06-21 Kirk McKusickmove zero'ed things into zero area; add new accounting...
1992-06-20 Kirk McKusickadd md_coredump
1992-06-20 Kirk McKusickadd fields to save addr and ticks if we cannot process...
1992-06-20 Kirk McKusickphz => stathz
1992-06-20 Kirk McKusickget rid of the fiction of NOQUAD
1992-06-20 Kirk McKusickget rid of the fictionof NOQUAD
1992-06-20 Kirk McKusickphz => stathz
1992-06-20 Kirk McKusickGCC 2.X grot
1992-06-20 Kirk McKusickadd CP_INTR
1992-06-20 Kirk McKusickupdate from Chris
1992-06-19 Kirk McKusicktimeval => timespec
1992-06-18 Kirk McKusickupdate for new profiling structure
1992-06-09 Keith Bosticfix prototypes so fstat will compile; other cleanups...
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-27 Keith Bosticstrlen returns a size_t
1992-05-27 Keith BosticFlags word needs to be volatile; from Chris Torek/Craig...
1992-05-20 Keith Sklowerproprietary protocol request for RIP.
1992-05-16 John Heidemannvnode interface conversion
1992-05-14 Keith Bosticmore prototypes
1992-05-14 Kirk McKusicktemporary change of lseek prototype from off_t to long
1992-05-14 Kirk McKusick32-bit dev's; more prototypes
1992-05-14 Kirk McKusick64-bit file sizes, 32-bit uid, gid, and dev's
1992-05-14 Kirk McKusicknew stat structure reflecting 64-bit file sizes, 32...
1992-05-12 Kirk McKusickadd MBUFLOCK to protect statistics updates (from forys...
1992-05-12 Kirk McKusickfix cltom macro (from forys@snake.cs.utah.edu)
1992-05-05 Kirk McKusickb_iodone routine has no return value
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a credential argument
1992-04-22 Kirk McKusickadd definitions for lseek and access system calls
1992-04-22 Kirk McKusickadd definition for POSIX.4 timespec
1992-04-22 Kirk McKusickv_lastr is a daddr_t, truncate length is off_t not...
1992-04-21 Kirk McKusickdefinitions for sigaltstack
1992-04-02 Kirk McKusickfix LBL contrib notice
1992-03-30 Keith Bosticfix spelling MAP_HASSEMPHORE -> MAP_HASSEMAPHORE
1992-03-30 Ralph Campbelladded MT_ISTK50 for DEC SCSI TK50 & MT02
1992-03-26 Kirk McKusickextended gprof header
1992-03-23 Ralph Campbelladded support for memory mini-root.
1992-03-19 Kirk McKusickadd structure to locate ps straings
1992-03-19 Keith Bosticbreak up exec.h into <machine/exec.h>, <machine/reloc.h>
1992-03-18 Kirk McKusickadd NFSMNT_RESVPORT to request a reserved port on connect
1992-03-10 Kirk McKusickstruct clockinfo definition moves from kernel.h to...
1992-03-10 Kirk McKusicktypo
1992-03-08 Keith Bosticfix C library prototypes
1992-03-03 Chris Torekadd dead and pure function qualifiers, with appropiate...
1992-03-03 Keith Bosticdeclare struct proc, struct uio before using in prototypes
1992-03-02 Ralph Campbellremove unused KADB external decl.
1992-02-29 Keith Bosticsleep, tsleep and wakeup really take void *'s, not...
1992-02-26 Kirk McKusickadd lots of extern's; add struct clockinfo and struct...
1992-02-26 Kirk McKusickadd stubs for getting load average and clock rate
1992-02-22 Keith Bosticvsyslog prototype can't use va_list
1992-02-21 Kirk McKusick#ifdef KERNEL around function prototypes
1992-02-20 Kirk McKusickfrom Chris Torek
1992-02-20 Keith Bosticadd structure def's for gcc
1992-02-19 Keith Skloweradd new kinfo for interface list
1992-02-19 Keith Bosticprotect include files included by other include files...
1992-02-18 Kirk McKusickget rid of #ifdef KERNEL
1992-02-18 Kirk McKusickdate and time created 92/02/17 23:46:01 by mckusick
1992-02-18 Kirk McKusickselinfo moves out to select.h
1992-02-18 Kirk McKusickinclude selinfo (for struct selinfo)
next