more-or-less working with new proc & user structs
[unix-history] / usr / src / sys / kern /
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...
1990-07-24 Keith Bosticsetgroups check int > NGROUPS, so negative would fail...
1990-07-23 Mike Karelsfree beginning of iovec buffer, not end; common subexpr...
1990-07-01 William Nesheimi386 support for kernel addition
1990-07-01 Mike Karelsunbalanced parens if !COMPAT_43
1990-06-30 Mike Karelsset/get timeouts using timevals
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Marc Teitelbaumreformat EXTPROC code
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-29 Marc Teitelbaumfix bug in adjusting joc counter
1990-06-29 Marc Teitelbaumtprintf - for device drivers
1990-06-29 Marc Teitelbaumdisable general use until security checks in place */
1990-06-29 Mike Karelsadd sbcheck for debugging only
1990-06-29 Mike Karelscollect tests in soreceive (and add comments); minor...
1990-06-27 Mike Hiblermake sure vp->v_text is set before dereferencing
1990-06-27 Marc Teitelbaumduplicate TIOCGPGRP for controller - minus the check...
1990-06-27 Marc Teitelbaumuse ttysleep to catch revoked terminals
1990-06-26 Mike Karelskeep track of pending selects
1990-06-26 Mike Karelscopy SS_ASYNC to sockbuf
1990-06-26 Mike Karelsexpunge p_cursig, using p_xstat instead for stop signals;
1990-06-26 Mike Karelssetlogin has one parameter only
1990-06-25 Kirk McKusickneed to include vnode.h
next