stdio based version; brace glob fix; builtin prototypes
[unix-history] / usr / src / sbin /
1991-07-18 Kirk McKusickdo not fork separate processes to log messages
1991-07-15 Keith Sklowerbugs in specifying arbitrary sockaddr
1991-07-05 Kirk McKusickfirst cut at getting it working (unfortunately not...
1991-07-05 Kirk McKusickcheck in for Kirk, going to look at the DB stuff
1991-07-04 Kirk McKusickmake Torek happy
1991-07-04 Kirk McKusickavoid using utime as a global (to avoid loader bug)
1991-07-03 Kirk McKusickinitial rewritten version from Donn Seeley
1991-07-01 Keith BosticFNDELAY -> O_NONBLOCK
1991-06-30 Keith Bosticdon't need sys/time.h or sys/vnode.h
1991-06-28 Keith Skloweradd x25 addressing, ability to spell arbitrary sockaddrs.
1991-06-28 Keith Skloweradd x25 addressing, ability to spell arbitrary sockaddrs.
1991-06-28 Keith Sklowerdate and time created 91/06/27 14:57:25 by sklower
1991-06-18 Keith Bosticminor cleanup, remove vestiges of AT&T wording
1991-06-04 Kirk McKusickbug fix to allow unmounting of stale filesystems
1991-05-30 Kirk McKusickupdate for new header files
1991-05-13 Keith Bosticerror message cleanup, make -q apply to -f; bug report...
1991-05-11 Cynthia A. E. Livi... mdoc version three
1991-05-10 Cynthia A. E. Livi... delete references to 4.4
1991-05-08 Keith Bosticbranch for the 2nd network distribution
1991-05-08 Keith Bosticbranch for the 2nd network distribution
1991-05-07 Keith Bosticcheckpoint
1991-05-05 Cynthia A. E. Livi... proprietary copyright
1991-05-05 Cynthia A. E. Livi... mdoc version three/bsd copyright
1991-05-05 Keith Bosticmake the MFS #define work right -- note, MFS not used...
1991-05-03 Keith BosticRewrite from scratch, add Berkeley specific copyright.
1991-04-29 Cynthia A. E. Livi... mdoc version three/bsd copyright
1991-04-27 Keith Sklowervax/inline lives in a different place now
1991-04-26 Keith Skloweradd two potentially protocol specific flags
1991-04-26 Keith Skloweradd RTF_PROTO{1,2} flags
1991-04-26 Cynthia A. E. Livi... mdoc version three
1991-04-25 Mike Karelsconcatenation problems; use quit rather than usage...
1991-04-25 Mike Karelsadd -r to re-register with portmap; setproctitle to...
1991-04-25 Mike Karelsadd B option
1991-04-25 Mike Karelsfix changes from last time: blockswritten isn't per...
1991-04-23 Cynthia A. E. Livi... mdoc conversion
1991-04-21 Mike Karelsadd -r
1991-04-21 Keith Bosticnew copyright; att/bsd/shared
1991-04-21 Keith Bosticnew copyright; att/bsd/shared
1991-04-21 Cynthia A. E. Livi... added redist.man
1991-04-21 Cynthia A. E. Livi... fixed history
1991-04-18 Keith Bosticnew copyright; att/bsd/shared
1991-04-17 Keith Bosticnew copyright; att/bsd/shared
1991-04-11 Mike Karelssuppress "not a character device" if mfs; prepend prog...
1991-04-08 Keith Bosticsavecore can print out the message as easily as /etc/rc
1991-04-08 Keith Bosticuse getopt(3); make "savecore -c" work
1991-04-03 Keith Bosticuse reboot system call, don't use syscall(55, ...)
1991-04-01 Keith Bosticadd dkcksum.c (taken from C library)
1991-03-26 Mike Karels(part from william) clean up the #ifdefs in main (sligh...
1991-03-20 Kirk McKusickfix sign-post bug
1991-03-20 Kirk McKusickeliminate bletcherous code
1991-03-20 Kirk McKusickfix bletcherous code
1991-03-17 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-03-17 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-03-08 Kirk McKusickneed dependencies for dumprmain.o and dumprtape.o
1991-03-08 Kirk McKusickverified to be free of AT&T code
1991-03-08 Kirk McKusicklint, misc cleanups
1991-03-08 Mike Karelsprespecify multiple tape volumes
1991-03-06 Keith Bostichlen was going to -1 and doing an unsigned comparison
1991-03-05 Keith BosticANSI
1991-03-02 Keith Bosticuse tzfile.h seconds #defines instead of our own
1991-03-01 Kirk McKusickadd defines to provide compatibility with 4.3BSD-Tahoe...
1991-03-01 Kirk McKusickhave to deal with directories that are shorter than...
1991-03-01 Keith BosticANSI; break #includes out of dump.h into separate files
1991-03-01 Kirk McKusickoverhaul argument processing; use new traversal algorithms
1991-03-01 Kirk McKusicknew faster and more accurate algorithm to calculate...
1991-03-01 Kirk McKusickKNF, more neumonic names for structures
1991-03-01 Kirk McKusickmore neumonic names; get rid of unnecessary global...
1991-03-01 Kirk McKusickKNF, misc naming cleanups
1991-03-01 Kirk McKusickKNF, misc global cleanups
1991-03-01 Kirk McKusickget rid of default disk to dump
1991-03-01 Keith BosticANSI
1991-03-01 Keith BosticANSI, minor cleanups.
1991-03-01 Keith BosticANSI
1991-02-28 Keith BosticANSI fixes
1991-02-27 Chris Torekdeclare rst_telldir correctly at top and not again...
1991-02-27 Keith BosticANSI fix
1991-02-27 Keith BosticANSI fixes
1991-02-27 Keith BosticANSI fix
1991-02-27 Keith Bosticneeds compat for insque/remque
1991-02-27 Keith BosticANSI fixes
1991-02-27 Keith Bosticdkcksum moved from C library to disklable
1991-02-27 Keith BosticANSI fixes
1991-02-27 Keith BosticANSI fixes (one real bug!)
1991-02-27 Keith BosticANSI fixes
1991-02-25 Kirk McKusickdocument the 'b' and 'B' options
1991-02-25 Kirk McKusickupdates from Mike to make messages more media independent;
1991-02-24 Chris Torekwarn about missing /etc/dumpdates, and detect errors...
1991-02-24 Chris Torekfix gcc warnings; add dev_bshift and tp_bshift variables
1991-02-24 Chris Torekfix gcc warnings; add quit() function to print message...
1991-02-24 Chris Torekfix gcc warnings
1991-02-24 Chris Torekadd dev_bshift to reduce multiply and divide by dev_bsi...
1991-02-24 Chris Torekavoid multiply and divide when possible; fix gcc warnings;
1991-02-24 Chris Torekavoid multiply and divide when possible; fix gcc warnings;
1991-02-23 Kirk McKusickgdb does not allow writing of constant strings
1991-02-23 Kirk McKusickcleanup of byte swapping code
1991-02-23 Kirk McKusickmust use maximum directory blocksize across all archite...
1991-02-23 Kirk McKusickOn tahoe, must use secsize of 1024, even though the...
1991-02-22 Keith Bosticdate and time created 91/02/21 13:33:38 by bostic
1991-02-10 William Nesheimi386 system base address (must be a better way...)
1991-02-10 William Nesheimdate and time created 91/02/09 19:37:08 by william
next