add QSELFREF bit
[unix-history] / usr / src / sbin /
1993-02-16 Ralph Campbelluse unistd.h to declare lseek properly.
1993-02-16 Ralph Campbelluse SEEK_SET #define instead of constant.
1993-02-16 Ralph Campbelluse SEEK_SET define for lseek.
1993-02-16 Ralph Campbelluse unistd.h to declare lseek properly.
1993-02-16 Ralph Campbelluse unistd.h to declare lseek properly. Change offset...
1993-02-16 Ralph Campbelluse unistd.h to declare lseek properly. Fix #ifdef...
1993-02-16 Ralph Campbellchange type of 'offset' to off_t to avoid truncation.
1993-02-16 Ralph Campbelluse unistd.h to declare lseek properly.
1993-02-12 Keith Bosticgcc -Wall from Craig Leres (no substantive changes)
1993-02-11 Keith Bosticmake declarations work with new prototypes in globh
1993-02-04 Kirk McKusickcleanup from Rick Macklem
1993-01-26 Kirk McKusickput back rmtioctl in case someone is using it
1993-01-26 Kirk McKusickalso allow user@host:file
1993-01-26 Kirk McKusickcleanups from leres@lbl
1993-01-26 Kirk McKusickmake error messages less cryptic; cleanups from leres@lbl
1993-01-26 Kirk McKusickmake more portable; cleanups from leres@lbl
1993-01-26 Kirk McKusickbugs, fix check for symlinks that cover indirect blocks
1993-01-26 Kirk McKusickmay miss dumping last inode
1993-01-26 Kirk McKusickzero length directories are not an error (just deleted)
1993-01-24 Keith Bosticrealloc is used in the C library, so it has to work...
1993-01-23 Kirk McKusickno more MNT_NOFORCE
1993-01-16 Mike Hiblermake it work again
1992-12-18 Margo SeltzerUse di_inumber, not di_inum.
1992-12-18 Margo SeltzerUse LFS_MINBLOCKSIZE not MINBSIZE to limit block size.
1992-12-12 Keith BosticKirk wants the crash dump mode to be 644
1992-12-11 Kirk McKusickhave to zero out unused part of address on return from...
1992-12-10 Kirk McKusickcanonicalize disk name when running manually;
1992-12-04 Keith Bosticless chatty, please
1992-12-04 Keith Bosticchange system operand to -N, minor cleanups
1992-12-04 Keith Bosticupdate the man page, change system operand to -N, add -z
1992-12-04 Keith Bosticadd z option for compression, lots of minor stuff
1992-12-02 Kirk McKusickreplace old adhoc globbing code with call to libc glob...
1992-12-02 Kirk McKusickhave to deal with pathsearch returning a dp instead...
1992-12-02 Kirk McKusickpathsearch and searchdir now return a dp instead of...
1992-12-02 Kirk McKusickadd rst_closedir; new return value for pathsearch
1992-11-19 Keith Bostic2^31 doesn't work in C
1992-11-18 Margo SeltzerAdd lock pid to lfs structure.
1992-11-18 Margo SeltzerAllow segments of 64K (still need to be able to create...
1992-11-18 Margo SeltzerUse union for inode number. Compute disk blocks per...
1992-11-16 Kirk McKusick-f flag (fake) becomes -d (debug); -f used to force...
1992-11-16 Kirk McKusick-f flag (fake) becomes -d (debug); -f used to force...
1992-11-16 Kirk McKusickavoid core dumps and panics when interrupting fsck...
1992-11-12 Kirk McKusickhave to put the quad value back into the soize!
1992-10-27 Mike Hiblerwe allow -g as well
1992-10-25 Keith Bosticdate and time created 92/10/24 16:00:12 by bostic
1992-10-22 Kirk McKusickwe do allow -F flags
1992-10-17 Keith BosticANSI C, convert options handling to getopt(3)
1992-10-10 Keith Sklowerfix from forys@utah.edu
1992-10-06 Kirk McKusickeliminate last vestiges of AT&T code
1992-10-06 Kirk McKusickhave to set type of single name ls commands
1992-10-06 Kirk McKusickpsearch get more intuitive name pathsearch
1992-10-06 Kirk McKusickmodernize the bit test macros; more intuitive name...
1992-10-06 Kirk McKusickmisc cleanups; remove last vestiges of AT&T code
1992-10-06 Kirk McKusickmodernize the bit test macros
1992-10-06 Kirk McKusickdo not longjmp before starting command shell
1992-10-06 Kirk McKusickstandardize usage message
1992-10-06 Kirk McKusickuse standard bit test macros
1992-10-06 Keith Bosticerr doesn't need newlines, thanks, Craig!
1992-10-05 Keith Bosticlet mount(2) do existence and type checking
1992-10-05 Keith BosticWelcome to the wonderful world of ANSI C! (Not to...
1992-10-01 Kirk McKusickdo not worry about time field in cylinder groups
1992-09-08 Mike Hiblercast SBOFF to daddr_t (from 8-byte off_t)
1992-09-03 Margo SeltzerInitialize dsize in terms of number of segments (i...
1992-08-26 Keith BosticInitialize ifile address correctly, add available space...
1992-08-26 Keith BosticAdd available space accounting, so that the cleaner...
1992-08-21 Keith Bosticadd dumpfs.8 to see also section
1992-08-21 Keith Bosticadd dumpfs to see all section
1992-08-15 Kirk McKusickmust use larger than short to include private flags...
1992-08-15 Keith Sklowermust use larger than short to include private flags...
1992-08-15 Keith Sklowerprivate flags collided with multicast and link flags
1992-08-15 Keith Sklowerifm_flags is a signed short and IFF_MULTICAST gets...
1992-08-10 Kirk McKusickallow setdirmodes to force setting of modes when used...
1992-08-10 Kirk McKusickadd FORCE flag for setdirmodes()
1992-08-10 Kirk McKusickzero out unused part of structure so kernel will not...
1992-07-28 Keith BosticInitialize empty segment "nsum" field to 0 so that...
1992-07-25 Keith Bosticneeds errno.h
1992-07-25 Keith Bosticadd space after message, before perror stuff
1992-07-25 Keith Bosticfix checksum
1992-07-24 Keith Bosticrip out unnecessary includes
1992-07-24 Keith BosticPrint out additional fields in segment usage table.
1992-07-24 Keith BosticAdd number of segment summary blocks and number of...
1992-07-24 Kirk McKusickdo not require valid disk when -T is specified
1992-07-22 Keith BosticWrite an empty summary block after the first complete...
1992-07-22 Keith BosticGet rid of free to unalloced structure; minor formattin...
1992-07-21 Keith Bosticminor cleanup, update, fix argument processing (which...
1992-07-21 Keith Bosticblock sizes in inodes (dinodes too) are measured in...
1992-07-21 Keith Bosticadd scsiformat
1992-07-21 Keith Bosticdate and time created 92/07/20 12:09:06 by bostic
1992-07-21 Keith Bosticdate and time created 92/07/20 12:09:03 by bostic
1992-07-20 Keith Bosticbring up to date
1992-07-20 Jan-Simon Pendryunderstand and allow for union mounts
1992-07-20 Marc Teitelbaumhack to allow enabling early ktracing of init
1992-07-20 Marc Teitelbaumadd DEBUGSHELL to prompt for shell when /bin/sh exits...
1992-07-20 Marc Teitelbaummake prompting for shell the default
1992-07-20 Kirk McKusickmust scan whole directory for subdirs or modified files;
1992-07-20 Keith Bosticadd lfs_maxfilesize in the superblock
1992-07-20 Keith Bosticadd maxfilesize to superblock
1992-07-20 Keith Bosticcheckpoint for 4.4Alpha
1992-07-20 Kirk McKusickundo fix -r5.8 in favor of a new improved fix to the...
1992-07-19 Jan-Simon Pendryupdated
next