tsleep, unwind, ktrace, ISSIG->CURSIG, expunge cursig
[unix-history] / usr / src / sys / sys /
1990-04-06 Mike Karelsadd SSINTR for wakeup; move utime/stime from user to...
1990-04-05 Mike Karelsadd strings for sleep messages; increase ttyhog to 1K
1990-04-05 Mike Karelsimplement lowat; add NOINTR sockbuf flag and noninterru...
1990-04-05 Mike Karelsadd ERESTART, EJUSTRETURN pseudos for modifying return...
1990-04-05 Mike Karelsadd OSI alias for ISO; add XTP, LINK; define cmsghdr...
1990-04-05 Mike Karelsifdef for _POSIX_SOURCE; add NOKERNINFO, sep. RTS/CTS...
1990-03-28 Kirk McKusickspecinfo structure moved to specdev.h
1990-03-28 Kirk McKusickva_size and va_bytes become quads
1990-03-26 Mike Karelsadd PRIMASK, PCATCH for tsleep, PSOCK for socket operat...
1990-03-21 Marc Teitelbaumproc hash changes, 86 SLOGIN and SPTECHG
1990-03-21 Marc Teitelbaumu_comm => p_comm, ttyp => session
1990-03-15 Keith Bosticredo for/from POSIX 1003.1; add Berkeley specific copyr...
1990-03-09 Kirk McKusickadd flags field to specinfo to mark mounted block devices
1990-03-07 Kirk McKusickpack now takes a vnode instead of a dev
1990-03-07 Keith Bosticadd ANSI C prototypes, rename the path constant
1990-03-07 Kirk McKusickmove statfs structure into mount entry to cache info
1990-03-07 Keith Bosticadd ANSI C prototypes
1990-03-06 Kirk McKusickreaddir now takes a fourth argument (from macklem)
1990-02-24 Mike Karelsmv ISSIG from param.h and rename to CURSIG (now returns...
1990-02-23 Mike Karelsmove ISSIG to signal.h (and rename to CURSIG);
1990-02-23 Mike KarelsI think it's posix now!
1990-02-21 Kirk McKusickVOP_SELECT needs the file flags
1990-02-21 Mike Karelscleanups of posix stuff
1990-02-20 Kirk McKusickadd support for FIFO's
1990-02-17 Marc Teitelbaumcheckpoint state as of 5pm fri; moving kinfo stuff...
1990-02-17 Marc Teitelbaumcheckpoint state of eproc as of fri morning
1990-02-16 Marc Teitelbaumcheckpoint work in progress (this file will probably...
1990-02-16 Kirk McKusicktemporary holdover for backward compatibility
1990-02-09 Marc Teitelbaumdate and time created 90/02/08 18:45:10 by marc
1990-02-09 Marc Teitelbaumtsleep
1990-02-02 Marc Teitelbaumdate and time created 90/02/01 14:32:02 by marc
1990-01-15 Kirk McKusickadd VOP_ISLOCKED to test for underlying object locked
1990-01-10 Marc Teitelbaumremove TC[SG]ET defines - they're not compatable
1990-01-05 Mike Karelssignal updates
1990-01-05 Kirk McKusickexpand notavail inline to avoid spl's
1990-01-05 Kirk McKusickadd dirty buffer list
1989-12-31 Kirk McKusickv_count =>v_usecount; add v_refcount, v_lastr, two...
1989-12-31 Kirk McKusickeliminate unintended overlap, #define ni_segflg =>...
1989-12-30 Kirk McKusickdebugging, force VREF to call vref so that we can check...
1989-12-16 Mike Karelsmbufs are smaller now, so this must be too.
1989-12-01 Kirk McKusickadd linkage fields to allow claiming by vnodes
1989-12-01 Kirk McKusickadd an operation to print contents of a vnode
1989-11-26 Kirk McKusickadd new public functions delete old functions
1989-11-26 Kirk McKusickVBLK and VCHR now maintain additional state in a specin...
1989-11-23 Kirk McKusickFSYNC now takes a waitfor flag
1989-11-22 Kirk McKusickREADDIR no longer takes an offp
1989-11-22 Kirk McKusickVOP_READ and VOP_WRITE no longer take an offset pointer
1989-11-21 Marc Teitelbaummore posix
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-21 Marc Teitelbaumposix
1989-11-21 Marc Teitelbaumrearrange for posix; move out old ioctls
1989-11-21 Marc Teitelbaumcontrolling terminal is a vnode
1989-11-21 Marc Teitelbaumposix
1989-11-14 Keith Bosticreorder and comment facilities/priorities defines;...
1989-11-01 Kirk McKusickdefine set of flags exported by statfs()
1989-10-30 Kirk McKusickdefine the rest of the public vnode functions
1989-10-30 Kirk McKusickadd a filesystem init entry to be called at boot time
1989-10-27 Marc Teitelbaumcleanups, remove berknet, reorg
1989-10-27 Kirk McKusickhave to add locking so that underlying type can be...
1989-10-26 Kirk McKusickadd M_VNODE
1989-10-26 Kirk McKusickadd new public function
1989-10-26 Kirk McKusickadd reserved field to fid to ensure longword alignment...
1989-10-25 Kirk McKusicklink together all buffers associated with a particular...
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusickput fileno and generation number in file identifier...
1989-10-25 Kirk McKusickadd linked list of vnodes associated with the mount...
1989-10-19 Kirk McKusickadd M_UPDATE flag to allow selective file system update
1989-10-09 Keith Bosticadd fnmatch constants; proposed POSIX 1003.2
1989-09-09 Keith Bosticone more try -- POSIX and old errors at high speed
1989-09-07 Mike Karelskeep O_NONBLOCK after open
1989-09-06 Kirk McKusickadd VFS_START entry for memory filesystem;
1989-09-05 Keith Sklowerchange to add explicit length field and make compatible...
1989-09-05 Keith Skloweradd PRC_QUENCH2 for DEC C.C. scheme for ISO
1989-09-05 Keith Skloweradd sockaddr length; change PF_NBS to PF_ISO; add PF_ROUTE
1989-09-05 Mike KarelsIEXTEN is in lflag
1989-09-05 Keith Sklower(checked in by karels) dunno what this is for
1989-09-05 Mike Karels(not my changes) pid_t for pgrp id; avoid vax bug with...
1989-09-05 Mike Karelsbranch for osi alpha release (pre-vnode, but has NAMEI...
1989-09-05 Keith Sklower(checked in for sklower) move machdep to machparam.h;
1989-09-05 Mike Karelsrev 7
1989-09-05 Mike Karelsvarious people's changes: add USE_OLD_TTY, fix up compa...
1989-09-05 Mike Karelsfix EDEADLK correctly (must be different than EAGAIN);
1989-09-01 Mike Karelsruid and rgid move to the proc structure
1989-08-27 Mike Karelsposix signals need real uid here; add saved effective...
1989-08-27 Mike Karelsno real uid in credentials (no one should look at it!)
1989-08-27 Mike Karelslink count is unsigned
1989-08-27 Mike Karelsposix signals, new ignored signal treatment
1989-08-27 Mike Karelsposix
1989-08-27 Mike Karelsdeprecate union wait, rearrange for posix
1989-08-27 Mike Karelsfirst cut at _POSIX_SOURCE
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-08-26 Kirk McKusickreorganize for clarity; capability fields in the vnode...
1989-08-26 Kirk McKusickadd v_id as capability identifier
1989-08-23 Keith Bosticdeprecate LOG_NOWAIT
1989-08-22 Keith Bosticwrong order for POSIX_SOURCE; bug report 4.3BSD/sys/238
1989-08-17 Kirk McKusickadd S_BLKSIZE defining size of blocks in stat structure
1989-08-17 Keith Bosticlots of other places define NULL
1989-08-14 Marc Teitelbaumcosmetic. move some defines around.
1989-08-14 Marc Teitelbaummove IEXTEN to the lflag
1989-08-09 Keith Bosticnew versions of time calls; add Berkeley specific copyright
next