While we're at it, it's safer to use sizeof than a defined buffer size.
[unix-history] / usr /
1992-03-06 Craig LeresWhile we're at it, it's safer to use sizeof than a...
1992-03-06 Craig LeresRename buf -> tbuf to avoid gcc warnings about the...
1992-03-06 Elan AmirMade fts_pointer and fts_number fields separate fields.
1992-03-05 Keith Sklowerthis version almost works, but buffer counts are wiered
1992-03-05 Keith Bosticadd escape clause, if we've done a distribution of it
1992-03-05 Keith Bosticadd language to (hopefully) prevent redistribution...
1992-03-05 Keith Bosticmake -r work again (add RBYTES and RLINES cases into...
1992-03-05 Keith Bosticunsigned comparisons <= 0
1992-03-05 Keith Bosticwhitespace changes
1992-03-05 Keith Bostic-f with more than one argument is an error; close files...
1992-03-05 Keith Bosticcan't use freopen; example is "date | head file1 /dev...
1992-03-05 Keith Bosticerror message if -f and multiple files
1992-03-05 Keith Bosticmove lfs_ifind into lfs_inode.c, it's only used in...
1992-03-05 Keith Bosticuse stdin instead of another file descriptor; make...
1992-03-05 Keith Bosticrename line.3 to tcsendbreak.3, libplot already had...
1992-03-04 Kirk McKusickfix problem with window system failing to start up...
1992-03-04 Keith Sklowermore prettying up before we circulate this;
1992-03-04 Keith Sklowercorrect misspellings
1992-03-04 Keith Sklowerthis version can at least talk to the CSR's of the...
1992-03-04 Keith Bosticmake tail work like head for multiple files
1992-03-04 Keith Bosticdocument exit status
1992-03-04 Mike Hibleravoid NULL object pointer dereference in vmtotal
1992-03-04 Keith Bosticadd -n for POSIX 1003.2 compatibility, document file...
1992-03-04 Kirk McKusickmust have directory vnode as first op;
1992-03-04 Kirk McKusickmust have directory vnode as first op
1992-03-04 Keith Bosticfree'ing wrong pointer on error
1992-03-04 Keith Bosticfree'ing the wrong pointer when copyin fails; minor...
1992-03-04 Keith Bosticset saveaddr to NULL, otherwise will re-free space...
1992-03-03 Kirk McKusickbreak out machine independent part to ../csu.gmon/gmon.c
1992-03-03 Kirk McKusickgmon.c moves out; mcount.c replaces it
1992-03-03 Kirk McKusickbreak out machine independent part (leaving just mcount...
1992-03-03 Kirk McKusickadd -C option to break cycles
1992-03-03 Kirk McKusickextract profiling rate from header if present
1992-03-03 Kirk McKusickget phdr from gmon.h; define old format header
1992-03-03 Kirk McKusicknow get gmon.h from csu.gmon
1992-03-03 Ralph Campbellfix missing argument to usage().
1992-03-03 Ralph Campbellfix uninitialized variable (dst) if senderr called...
1992-03-03 Chris Torekdeclare dead and pure functions as such
1992-03-03 Chris Torekdeclare pure functions as such
1992-03-03 Chris Torekdeclare dead and pure functions as such
1992-03-03 Chris Torekadd dead and pure function qualifiers, with appropiate...
1992-03-03 Keith Bosticdeclare struct proc, struct uio before using in prototypes
1992-03-03 Keith Bosticfts_children now takes two arguments
1992-03-03 Keith Bosticmake = of no permissions (ex: "g=") work
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
1992-03-03 Keith Skloweruse generic, endian-independent versions for ns & ip...
1992-03-03 Keith Sklowerupdate publication date for copyright, rename as real...
1992-03-03 Keith Bosticdon't let users reexec init
1992-03-03 Keith Sklowerupdate publication date for copyright
1992-03-03 Keith Sklowercan use #include "param.h" instead of #include "sys...
1992-03-03 Keith Sklowermake tahoe use machine-independent ns_cksum()
1992-03-03 Keith BosticKNF; only real change was to pass u_int instead of...
1992-03-03 Keith Bosticdon't permit multiple invocations
1992-03-03 Keith Bosticmake 'od file +3' work right
1992-03-03 Keith Bosticminor wordsmithign
1992-03-03 Keith Bosticminor rewording, no fixes
1992-03-03 Keith Bosticdon't drop core if no arguments, use getopt(3) for...
1992-03-02 Christos ZoulasFixed and documented $histfile
1992-03-02 Ralph Campbellremove unused KADB external decl.
1992-03-02 Ralph Campbelldon't include mtpr.h unless needed
1992-03-02 Ralph Campbelldon't bsearch() the null entry.
1992-03-02 Ralph Campbellremove unused KADB stuff, fix va_alist for ULTRIX compiler
1992-03-02 Ralph Campbellcalls to chdirec didn't pass 'p'.
1992-03-02 Keith Bosticdate and time created 92/03/01 16:59:09 by bostic
1992-03-02 Keith Bosticreplace -k with the BLOCKSIZE environmental variable
1992-03-02 Keith Bosticdocument BLOCKSIZE environmental variable
1992-03-02 Keith Bosticreplace -k with the BLOCKSIZE environmental variable
1992-03-02 Kirk McKusickcheck that write was successful (net2/usr.bin/9)
1992-03-02 Kirk McKusickallow subset of pagers to be defined (net2/sys/7)
1992-03-02 Kirk McKusickrd disks depend on NRD not NSD (net2/sys/6)
1992-03-02 Kirk McKusickcheck errors on close (net2/usr.bin/2)
1992-03-02 Keith Bosticcheckpoint
1992-03-02 Keith Bosticadd FTS_NAMEONLY flag to fts_children; check options...
1992-03-02 Keith Bosticadd option argument to fts_children; error return if...
1992-03-02 Keith Bosticadd options arg to fts_children, add FTS_NAMEONLY flag
1992-03-02 Keith Bosticfix newline/directory name display logic; fts_children...
1992-03-02 Keith Bosticlint
1992-03-02 Ralph Campbellchecked in for Ralph by TK; update for 5000, not sure...
1992-03-02 Keith Bosticdate and time created 92/03/01 10:16:39 by bostic
1992-03-02 Keith Bosticdate and time created 92/03/01 10:09:58 by bostic
1992-03-02 Keith Bosticfix SEE ALSO stuff
1992-03-01 Mike Hiblersync with current vn_open interface
1992-03-01 Ralph Campbellremove p_regs
1992-03-01 Ralph Campbelladded KADB support & DS5000 support
1992-03-01 Ralph Campbellremoved p_regs
1992-03-01 Ralph Campbelladded cpu_setstack macro
1992-03-01 Ralph Campbelladded md_regs field
1992-03-01 Ralph Campbellfix function return type to void
1992-03-01 Ralph Campbellfix syntax error
1992-03-01 Ralph Campbellchange function return to void
1992-03-01 Ralph Campbellfix as line for locore.s
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellincrease kernel vm area
1992-03-01 Ralph Campbellremoved kvtophys; not used.
1992-03-01 Ralph Campbelladd support for single step for ptrace()
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellcopy floating point registers on fork if still in FP...
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellfix cache problem by using correct phys addr in ptes
1992-03-01 Ralph Campbellfix test for correct address protection
next