merge in changes for Sparc
[unix-history] / usr / src / sys / kern /
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusicktimeval => timespec; lint; be more lenient about alloca...
1992-06-24 Kirk McKusickmerge in changes for Sparc
1992-06-24 Kirk McKusickadd ifdef FIFO's
1992-06-24 Kirk McKusicklint
1992-06-24 Kirk McKusickset SUGID when granting setuid/setgid privilege (to...
1992-06-24 Kirk McKusickadd ptrace ATTACH/DETACH
1992-06-24 Kirk McKusickset SUGID when user/group when permissions change ...
1992-06-24 Kirk McKusickmove up init died panic to start of exit; ptrace ATTACH
1992-06-24 Kirk McKusickMAP_FILE is now the default
1992-06-24 Kirk McKusickadd compat routines for mmap and getdirentries
1992-06-24 Kirk McKusickdate and time created 92/06/23 15:33:10 by mckusick
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-23 Keith BosticLFS unmount code; vinvalbuf should be a VOP?
1992-06-23 Kirk McKusickchecked in for Kirk by TK
1992-06-21 Kirk McKusickzero out mount structure after allocation
1992-06-21 Keith Bosticbreak out library functions
1992-06-21 Kirk McKusickadd startprofclock and stopprofclock to track when...
1992-06-21 Kirk McKusickcall initprofclock to start profiling clock
1992-06-21 Kirk McKusickturn off profiling if on
1992-06-21 Kirk McKusickthings moved into zero range; inherit profiling from...
1992-06-21 Kirk McKusicknotify clock routines when a process requests profiling
1992-06-21 Kirk McKusickphz => stathz
1992-06-20 Kirk McKusicklint
1992-06-20 Kirk McKusickupdate from Torek
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-06 Jan-Simon Pendryadded lofs, fdesc & portal
1992-06-06 Jan-Simon Pendryonly call getvfs in getnewfsid when rootfs has been...
1992-06-05 Mike Hiblerchange include path for HP code reorg
1992-06-05 Kirk McKusickadd support for luna68k from Omron
1992-06-05 Kirk McKusicksupport for luna68k from Omron
1992-06-03 Jan-Simon Pendryadded getnewfsid: global fsid allocator.
1992-06-03 Jan-Simon Pendryopen now handles ENXIO in the same way as ENODEV.
1992-06-03 Jan-Simon Pendrynew filesystems: lofs, fdesc, portal.
1992-06-03 Jan-Simon Pendrydupfdopen extended to allow file stealing in addition...
1992-06-03 Kirk McKusickNULL out p_wmesg
1992-06-03 Kirk McKusickskip SIDL processes
1992-06-03 Kirk McKusickavoid null arguments
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-05-30 Steven McCannefixed bug introduced in rev 7.52: vm_ssize is in pages...
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-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 Kirk McKusicktrack previous bucket elements that modify things that...
1992-05-21 Kirk McKusickif possible, straddle forward pointer across two words
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-15 Kirk McKusickadd indir as a real system call
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvpos param of getnewvnode changed type
1992-05-15 John Heidemannsys/vnode.h included for function prototype structures
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvfs initialization code moved to vfs_init.c
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 John Heidemannminor syntax change before vnode interface conversion
1992-05-14 Kirk McKusickcannot follow a pointer after structure that contains...
1992-05-14 Keith Bosticlint
1992-05-14 Kirk McKusickstat times become timevals
1992-05-14 Kirk McKusickadd qseek, qstat, qlstat, qtruncate for
1992-05-14 Kirk McKusickadd fqstat for 64-bit file sizes, 32-bit uid, gid,...
1992-05-14 Kirk McKusicknew syscalls for 64-bit file sizes, 32-bit uid, gid...
1992-05-05 Kirk McKusicklint
1992-04-21 Kirk McKusicksigstack becomes COMPAT; sigaltstack becomes real
1992-04-19 Ralph Campbelldkstat.h is not used, removed.
1992-04-04 Kirk McKusickupdate from Chris Torek to add argument pointer at...
1992-04-02 Kirk McKusickfix LBL contrib notice
1992-03-19 Kirk McKusickupdate for new gprof header format
1992-03-19 Mike Karelsnew way of doing tags
1992-03-19 Marc Teitelbaumadd support for context switch tracing
1992-03-19 Keith Sklowerdefine ticks, phz, profhz, time, and mono_time
1992-03-19 Keith Sklowerdefine hostname, hostnamelen, and hostid
1992-03-19 Keith Sklowerdefine boottime
1992-03-16 Chris Torekmust include systm.h to get decl for panic (for gcc)
1992-03-16 Kirk McKusickdo not set soft limit higher than new hard limit (net2...
1992-03-16 Kirk McKusickenforce hard CPU limit with SIGKILL (net2/sys/8)
1992-03-15 Chris Torekgcc lint
1992-03-15 Ralph Campbellfix byte order bug with DIAGNOSTIC, also range check...
1992-03-14 Kirk McKusickuse different values to null out freed structures
1992-03-14 Kirk McKusickuse proc pointer from uio rather than (sometimes unset...
1992-03-14 Kirk McKusickadd cpu_coredump for machine dependent coredump state
1992-03-14 Kirk McKusickminor optimization from torek
1992-03-14 Kirk McKusickparanoia
1992-03-12 Chris Torekgcc lint
1992-03-10 Chris Torekgcc lint
1992-03-09 Mike Karelsfix printf %b
1992-03-04 Kirk McKusickfix problem with window system failing to start up...
1992-03-04 Kirk McKusickmust have directory vnode as first op
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
1992-03-02 Ralph Campbellremove unused KADB stuff, fix va_alist for ULTRIX compiler
next