use prototypes for fifo vnode ops (from fifo.h); add appropriate proc pointers
[unix-history] / usr / src / sys / kern /
1991-04-13 Mike Karelsrm user.h, update includes
1991-04-13 Mike Karelsrm user.h, OFILE*; seltrue needs ansified declaration
1991-04-13 Marc Teitelbaumfix tests in setpgid()
1991-04-13 Mike Karelsdelete user.h
1991-04-05 Mike Karelsit's ours
1991-04-03 Mike Karelsdon't need SPAGV on proc; rm other obsol. proc flags
1991-04-01 Mike Karelsmove initflags from locore/icode to static in main
1991-04-01 Mike Karelsgive sync a return value; rm OFILE
1991-03-26 Mike Karelsremove execv (library didn't use), obsolete vhangup...
1991-03-26 Mike Karelsdon't need compat_43 execv, 4.3 used execve for execv
1991-03-26 Mike Karelsnew filedesc structure; point p_stats, p_sigacts at...
1991-03-26 Mike Karelsnow use single array of descriptors, either within...
1991-03-26 Mike Karelsclean up includes, rm OFILE*, release vmspace instead...
1991-03-26 Mike Karelsrm user.h; namei.h is in vnode.h
1991-03-26 Mike Karels(in last delta:) use array of signal property flags...
1991-03-25 Mike Karelsnew device calling conventions, return correct error...
1991-03-25 Mike Karelsnew device calling conventions
1991-03-25 Mike Karelsrm user.h, OFILE
1991-03-25 Mike Karelsrm user.h
1991-03-25 William Nesheim(checked in by karels) add i386 tags
1991-03-20 Mike Karelsexpunge user.h, other unneeded headers
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-06 Keith Bosticexec is compat now, C library does the work
1991-03-05 Kirk McKusickmisc fixes plus diskless support from Rick Macklem
1991-03-05 Keith Bosticreplace /**/ with __CONCAT() macro
1991-03-01 Kirk McKusickhave to set offset for SEEK_CUR in F_GETLK too (from...
1991-03-01 Kirk McKusickcache open with O_CREAT when the name already exists
1991-03-01 Kirk McKusicknodev => enodev; nulldev => nullop
1991-02-23 Mike Karelsoflags-FOPEN => FFLAGS(oflags)
1991-02-22 Kirk McKusickfixes for rename in NFS
1991-02-22 Mike Karelschanges to fflags FCNTLCANT => FCNTLFLAGS, FFLAGS/OFLAGS
1991-02-20 Keith Sklowerfix sbappend to check the last mbuf in a chain for...
1991-02-20 Mike KarelsTry not to initiate copyouts that are going to block
1991-02-20 Keith Bosticsetpgrp renamed to setpgid
1991-02-19 Keith Sklower(checked in by karels) treat MT_HEADER as MT_DATA in...
1991-02-16 Marc Teitelbaumreadjust flags more carefully
1991-02-16 Marc Teitelbaumadd permission checks to allow regular users to run...
1991-02-12 Mike Karelsneed to copy sv{u,g}id in fork!
1991-02-07 Mike Karelsfix old comment
1991-02-05 Mike Karelsprotect free list from lossage if multiple procs try...
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-01-29 Kirk McKusickcleanup comments to reflect reality; minor code cleanup...
1991-01-19 William Nesheim386 trap and syscall frame difference passed thru to...
1991-01-19 William Nesheimamended initflag initialization, now done for all proce...
1991-01-12 Kirk McKusickhave to include user.h and proc.h always now
1991-01-11 Kirk McKusickadd conditional code for new VM so can share with old...
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1991-01-11 Keith Bosticbug: setgroups never called crcopy(); other stuff,...
1991-01-09 William Nesheimadded 386 trap frame redefinition, only used in procxmit()
1991-01-09 William Nesheimmissing '{' in ffs()
1991-01-09 William Nesheimadded code for 386 to pass bootflags to init via argv[]
1990-12-26 Keith Sklowermake tags work
1990-12-17 Kirk McKusicknew pathname for hpux
1990-12-15 Keith Bosticlazy VATTR_NULL evaluation
1990-12-13 Keith Sklowerupdate 7.12.1.1 to match 7.20 plus leak-fix from hibler abt
1990-12-06 Kirk McKusickupdate for new VM
1990-12-06 Kirk McKusickpreviously vm_swp.c; update for new VM
1990-12-06 Kirk McKusickupdate for new VM
1990-12-06 Kirk McKusickchecked in for Marc to create checkpoint for VM merge
1990-12-02 Mike Karelsfix jobc adjustments so we increment before decrementin...
1990-12-02 Mike Karelstty stop signals shouldn't stop sleeping procs in orpha...
1990-12-02 Mike Karelsready to use "safepri" from machdep
1990-11-30 Keith Skloweradd ccitt domain (x.25)
1990-11-13 Mike Karelsdon't indirect thru uninit'ed iov in ptcwrite; change...
1990-11-06 Mike Karelslint, rm unneeded assignment (from torek)
1990-10-23 Kirk McKusickadd vm subdirectory
1990-10-20 Kirk McKusickcopyinstr/copyoutstr now return ENAMETOOLONG when name...
1990-10-20 Marc Teitelbaumturn off tracing on setuid and setgid programs if not...
1990-09-19 Kirk McKusickhave to check that renamed directory is not mounted...
1990-09-12 Paul BormanFix for TIOCSIG: pgsignal() was being called with
1990-09-06 Mike Karelsneed uwritec for datakit too
1990-09-06 Kirk McKusickpass down index of opened file for datakit (gag)
1990-08-30 Mike Karelsfrom chris: exit doesn't return
1990-08-30 Kirk McKusickuse tsleep to identify the resource being waited for
1990-08-25 Keith Bosticlint
1990-08-25 Keith Bosticlitn
1990-08-25 Keith Bosticlint
1990-08-25 Kirk McKusicklint
1990-08-25 Kirk McKusickeliminate reallocbuf; merge in ufs_machdep.c
1990-08-25 Kirk McKusicklint, minor cleanup
1990-08-24 Kirk McKusickdelete unneeded header file
1990-08-23 Kirk McKusickfix typos in locking, streamline and fix vn_writechk
1990-08-22 Kirk McKusickuse vn_open on accounting file to ensure that quotas...
1990-08-02 Kirk McKusickeliminate bogus scaling (from ers@osf.org)
1990-07-29 Kirk McKusickhandle p_dupfd as unsigned char
1990-07-28 Marc Teitelbaum(by karels) typo in TIOCSETAF, was always flushing...
1990-07-28 Mike Karelsparameterize max proc id
1990-07-28 Mike Karelsdon't lose control mbufs if sockbuf full; make shutdown...
1990-07-28 Kirk McKusickcheck for valid free address
1990-07-27 Mike Karelscleaned-up cleanups: make getgroups look like setgroups
1990-07-27 Marc Teitelbauminvert sign of negative pgrp
1990-07-26 Mike Karelsnit: clear M_PKTHDR on second mbuf of chain in m_pullup...
next