unix-history/.git
1992-02-06 Christos Zoulaspmatch declaration fix.
1992-02-06 Kirk McKusickp_regs moves to p_md.md_regs
1992-02-06 Kirk McKusickdate and time created 92/02/05 16:32:47 by mckusick
1992-02-06 Christos Zoulas{}{a,b} did not expand correctly; Gmatch() accepts...
1992-02-06 Christos Zoulasfixed bug in realloc: copy the min size of the new...
1992-02-06 Kirk McKusickp_regs moves to p_md.md_regs
1992-02-06 Christos ZoulasUse vis(3) to print unprintable characters
1992-02-06 Kirk McKusickp_regs moves to p_md.md_regs
1992-02-06 Keith Bosticadd man page
1992-02-06 Keith BosticTK update
1992-02-06 Keith Bosticdate and time created 92/02/05 15:13:01 by bostic
1992-02-06 Keith Bosticdon't pass chars to library functions; yank to 5.1
1992-02-06 Keith Bosticdon't check isascii(), check against UCHAR_MAX (see...
1992-02-06 Keith Bosticdon't pass chars to functions
1992-02-06 Keith Bosticfix globbing on symlinks without targets
1992-02-06 Keith Bosticdriver didn't work if compiled with NFD == 1, also...
1992-02-06 Keith Bosticput on a reasonable header
1992-02-06 Keith Bosticno changes, yank to version 7.1
1992-02-06 Keith Bosticput on a reasonable header
1992-02-06 Keith Bosticput on a reasonable header
1992-02-06 William Nesheimchecking in for Bill by TK; don't pause for keystroke...
1992-02-06 Keith Bostictry the right header one more time
1992-02-06 Keith Bosticcompiling without a 386 (no -DNNPX) makes npxproc undef...
1992-02-06 Keith Bosticcommented, no functional changes; from Christos Zoulas
1992-02-06 Keith Bosticmask out relocation bits 0xfe000000; only worked becaus...
1992-02-05 Keith Bosticclarify failure case for fwrite
1992-02-05 Keith Bosticuse TMPDIR to specify the tmp directory; handle signals...
1992-02-05 Keith Bosticblock at bio when reassigning buffer; handle queue...
1992-02-05 Keith Bosticuse FTS_COMFOLLOW flag to follow symlinks unless -l...
1992-02-05 Keith Bosticadd FTS_COMFOLLOW; document that the order of the files...
1992-02-05 Keith Bosticadd FTS_COMFOLLOW flag
1992-02-05 Keith Bosticdocument that -d doesn't indirect through symbolic...
1992-02-05 Keith Bosticlint
1992-02-05 Kirk McKusickmove IFMT => VTYPE and VTYPE => IFMT to vnode since...
1992-02-05 Keith Bosticcsh glob bug from Christos; example is:
1992-02-05 Keith Bosticstrvis couldn't handle empty strings; from Christos...
1992-02-05 Kirk McKusickufs specific fields move from nameidata into the inode
1992-02-05 Kirk McKusickcleanups and bug fixes from John
1992-02-05 Kirk McKusicknew namei calling convention
1992-02-05 Kirk McKusickmove in ufs specific fields from the nameidata structure
1992-02-05 Kirk McKusicknew namei calling convention
1992-02-05 Kirk McKusickhave to get credential from the proc table
1992-02-05 Kirk McKusicknew namei calling convention
1992-02-05 Keith Bosticmake lfs_fsync really work
1992-02-05 Keith Bosticadd lfs_vflush to flush a single vnode; permit flushing...
1992-02-05 Keith Bosticuse lfs_vflush for lfs_update; update the version numbe...
1992-02-05 Keith Bosticadd lfs_vflush; flush a vnode to disk
1992-02-05 Keith Bosticminor fix, don't set queue count to 0 unless did something
1992-02-05 Keith Bosticcheckpoint
1992-02-04 Kirk McKusicktogether with vfs_subr.c (7.67.1.1) add reference checking
1992-02-04 Kirk McKusicknew calling convention for namei
1992-02-04 Kirk McKusickbreada is generalized to breadn
1992-02-04 John Heidemannnew calling convention to spec_lookup
1992-02-04 Kirk McKusickreorganize and clean up John Heideman's layout
1992-02-04 Kirk McKusicknew namei calling convention
1992-02-04 John Heidemanncleanups for new nameidata organization
1992-02-04 John Heidemannnew organization for nameidata
1992-02-04 John Heidemannupdate for new VOP calling convention
1992-02-04 Kirk McKusicktogether with vfs_syscalls.c add reference checking
1992-02-04 Kirk McKusickget rid of debugging; zero out v_mount when recycling...
1992-02-04 Kirk McKusickvn_open no longer take proc (now in ndp); new calling...
1992-02-04 Kirk McKusicknew namei calling convention
1992-02-04 Kirk McKusickvn_open no longer takes a proc (now in ndp)
1992-02-04 John Heidemannmisc cleanups
1992-02-04 John Heidemannnew calling convention for VOP ops
1992-02-04 John Heidemannno longer pass proc to vn_open (now in ndp)
1992-02-04 John Heidemannnew caling convention for VOP ops
1992-02-04 Kirk McKusickno longer pass proc to vn_open as a parameter (now...
1992-02-04 John Heidemannformating
1992-02-04 John Heidemannmaknode goes away
1992-02-04 John Heidemannnew calling convention
1992-02-04 Kirk McKusickmust init proc pointer
1992-02-04 Keith Bosticno error message for stdout; try "(cat 1>&0) < /"
1992-02-04 Keith Bosticdate and time created 92/02/03 19:57:24 by bostic
1992-02-04 Keith Bosticminor cleanups to the code, KNF, one bug fix; make...
1992-02-04 Marc Teitelbaumcheck in forMarc
1992-02-04 John Heidemannconverted to CN; throw out unused bits
1992-02-04 John Heidemannconvert to CN
1992-02-04 Keith Bosticadd fts_symfd so can return after FTS_FOLLOW of a symli...
1992-02-04 Keith Bosticfix FTS_FOLLOW so fts can actually return; add flags...
1992-02-04 Keith Bosticmake routines public; fix physical/logical walk; clean...
1992-02-04 Kirk McKusickhave to vgone root vnode to ensure that no vnodes remai...
1992-02-04 Kirk McKusickcheck that mount structures are empty before deleteing...
1992-02-04 Keith Skloweryet another torek fix
1992-02-04 Keith Bosticcombine find_node and add_node, use db(3) hashing;...
1992-02-04 Elan AmirFixed bug that prevented '.' files from being listed...
1992-02-04 Keith Bosticfix argument parsing, add getopt(3), minor cleanups
1992-02-04 Keith Sklowerapply fix from torek
1992-02-03 Marc Teitelbaumcheck in for marc
1992-02-01 Craig LeresExit with an explicit status (non-zero if there were...
1992-02-01 Keith Bosticrework errno processing to be more consistent and to...
1992-02-01 Keith Sklowerfix arg to arpwhohas to match prototype
1992-01-31 Keith Sklowerlint garbage
1992-01-31 Chris Toreklint changes for sparc port (checked in by sklower)
1992-01-31 Chris Toreklint changes for sparc port, bug fix on default case
1992-01-31 Keith Bosticinitialize the size field, FFS does it in newfs, we...
1992-01-31 Keith Sklowerfurther ansi C crap necessary to relieve ordering const...
1992-01-31 Keith Sklowerheader include uniformity
1992-01-31 Chris Torekchecked in for torek by sklower; Mike agrees to all...
1992-01-31 Keith Sklowercheck in torek's changes for sparc and sklower's workar...
next