rm user.h; rm old syscall stubs that just error; oquota does ENOSYS w/o signal
[unix-history] / usr / src / sys / kern /
1991-04-21 Mike Karelsrm user.h; rm old syscall stubs that just error; oquota...
1991-04-21 Mike Karelsset the new limit copy, not the old!
1991-04-21 Mike Karelsrm user.h; ansify
1991-04-21 Mike Karelsit's contaminated; ansify
1991-04-21 Mike Karelsfix includes
1991-04-21 Mike Karelsmove machdep into ../$ARCH dirs
1991-04-21 Mike Karelsmove eproc copy to fill_eproc so coredump can use it
1991-04-21 Mike Karelsrm unneeded proc flags; set up for cpu_fork to relocate...
1991-04-21 Mike Karelsrm user.h; rm unneeded proc flags; noproc is now !curproc
1991-04-20 Kirk McKusicklint; when sync'ing, skip vnodes that are locked
1991-04-20 Kirk McKusickpass in IO_NDELAY to close in vgone/vclean
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations;
1991-04-16 Kirk McKusickadd proc pointer to soo_close
1991-04-16 Kirk McKusickadd proc pointers to uio setup operations; inline expan...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and uio...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations and...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations;
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
1991-04-16 Kirk McKusickmark uses of curproc
1991-04-16 Kirk McKusickadd DIAGNOSTIC to verify presence of uip_procp pointer...
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...
next