cleanups for new nameidata organization
[unix-history] / usr /
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...
1992-01-31 Elan AmirFixed bug of determining the path for reading links...
1992-01-30 Kirk McKusickbetter heuristic for detecting swapped quads
1992-01-30 Kirk McKusickdinode sizes are now true quads
1992-01-30 Chris Toreklint and formatting changes, checked in by KLS
1992-01-30 Chris Toreklint and formatting changes, checked in by KLS.
1992-01-30 Elan AmirChanged print routines to conform to new ls(1) inplemen...
1992-01-30 Elan AmirDeleted LS struct, and got rid of stat(2) struct field...
1992-01-30 Elan AmirAdded fatal option to error routines.
1992-01-30 Elan AmirNew version of using fts(3) routines. This version...
1992-01-30 Elan AmirChanged fn prototypes to conform to new version using...
1992-01-30 Elan AmirChanged comparison fns to conform to new version using...
1992-01-29 Keith Bosticdoesn't need setgid kmem anymore
1992-01-29 Keith Bosticdon't let users create their own symbol table for the...
1992-01-28 Keith Bosticfts_statb -> fts_statp
1992-01-28 Keith Bosticstatfs.f_fsize =>statfs.f_bsize
1992-01-28 Keith Bosticdon't let users create their own symbol table for the...
1992-01-28 Keith Bosticput on SCCS headers
1992-01-28 Keith Bosticdon't let users create their own symbol table for the...
1992-01-28 Keith Sklowerchange manner of locating tp pcb's
1992-01-28 Keith Sklowerchange manner of lookups for iso tp connections
1992-01-28 Marc Teitelbaummake vodes work on dead kernel
1992-01-28 Keith Bosticdon't let users create their own symbol table for the...
1992-01-28 Keith Bosticstatfs.f_fsize =>statfs.f_bsize
1992-01-28 Keith Bosticfts_statb -> fts_statp
1992-01-28 Keith Bosticfts_statb -> fts_statp
1992-01-23 John Heidemannworks with lookup converted
1992-01-23 John Heidemannlookup converted to new form
1992-01-22 Keith Bosticindex/rindex return a pointer to the character, not...
1992-01-22 Elan AmirCorrected compar() fn type to const FTSENT ** rather...
1992-01-21 Keith Bosticstatb is now a pointer, statp
1992-01-20 Keith Bosticextra -O
1992-01-20 Keith Bosticfix bp usage, check lastseg in UPDATE_SEGUSE; from...
1992-01-19 Keith Bosticinline lfs_itod; make it handle unassiged disk addresse...
1992-01-19 Keith Bosticcheckpoint
1992-01-19 Keith Bosticfirst cut at the truncate code
1992-01-19 Keith Bosticchanges to make lfs_vget retrieve the IFILE inode like...
1992-01-18 Eric Allmandrop mode a (ARPA FTP) -- NCP is gone forever.....
1992-01-18 Chris Torekdb library does not preserve alignment: use bcopy
1992-01-18 Keith Bosticsee accpath, used by fts_stat
1992-01-17 Keith Bosticfix '[a]' usage: test is /tr '[a-z]' '[A-Z]' < /etc...
1992-01-17 Keith Bosticrewording, no real change
1992-01-17 Keith Bosticjust compare names, then print out the full information...
1992-01-17 Alex Sagersno date, exhibit A
1992-01-17 Alex Sagersnodate, exhibit A
1992-01-17 Alex Sagersdate and time created 92/01/16 11:30:21 by sagersa
1992-01-16 Keith Bosticadjust tree pointers when realloc space; add FTS_DOT...
1992-01-16 Keith Bosticlots of minor rewording; add FTS_DOT, fix errno reporting
1992-01-16 Keith Bosticadd inode/dev and nlink count, make statb a pointer...
1992-01-15 Keith Bosticset errno on FTS_DNR
1992-01-15 Keith Bosticneeds moutn.h
1992-01-15 Keith Bosticinit the pointer if not passed the array of weightss
1992-01-15 Mike Karelsremove compat crap, other cleanups; remove old port...
1992-01-15 Marc Teitelbaumavoid tracing panics at exit
1992-01-15 Kirk McKusickfix copyright notice; add SCCS keywords
1992-01-15 Mike Karelscheck in temporary version with compatibility hacks
next