statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS)
[unix-history] / usr / src / sys /
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-15 Kirk McKusickadditions for new export semantics
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize;
1991-12-15 Keith Bosticcreate LFS_IRELEASE/LFS_IWRITE macros so ifile times...
1991-12-15 Keith Bosticuse LFS_IRELEASE/LFS_IWRITE macros
1991-12-15 Keith Bosticinline lfs_iset in lfs_segment.c
1991-12-15 Keith Bosticuse LFS_IRELEASE/LFS_IWRITE macros
1991-12-15 Keith Bosticmake lfs_write code look like ffs_write again
1991-12-15 Keith Bosticinline lfs_iset in lfs_segment.c; use LFS_IRELEASE...
1991-12-15 Keith Bosticupdate cleaner info when marking a segment clean
1991-12-15 Keith Bosticchange lfs_newseg to do all the lastseg/curseg/newseg...
1991-12-15 Keith BosticCLEANINFO didn't need last_seg, last_time for now
1991-12-15 Keith Bosticadd LFS_CLEANERINFO macro for access to cleaner ifile...
1991-12-14 Keith Bosticupdate the superblock
1991-12-14 Keith Bosticmajor fixes to buffer queueing, segment structure;...
1991-12-14 Keith Bosticif NMI interrupt, don't try to sync
1991-12-14 Keith Bosticno normative chnage, trivial cleanup
1991-12-14 Keith Bosticadd SEGUSE flags
1991-12-13 Kirk McKusickadd file flags definitions
1991-12-12 Keith BosticLFS version 2; cleaner system calls
1991-12-10 Kirk McKusickLFS syscalls are conditional on LFS being defined
1991-12-07 Keith BosticLFS version 2; partial segments, new framing structure...
1991-12-07 Keith BosticLFS version 2; minor updates
1991-12-07 Keith BosticLFS version 2; minor cleanups, nothing important
1991-12-07 Keith BosticLFS version 2; truncate must do vinvalbuf
1991-12-07 Keith BosticLFS version 2; no changes required
1991-12-07 Keith BosticLFS version 2; break bmap into three routines, using...
1991-12-07 Keith BosticLFS version 2; minor cleanups, nothing important
1991-12-07 Keith BosticLFS version 2; no longer read the segusage table, it...
1991-12-07 Keith BosticLFS version 2; minor cleanups, nothing important
1991-12-07 Keith BosticLFS version 2; use B_LOCKED queue for buffers
1991-12-07 Keith BosticLFS version 2; describe partial segments, new framing...
1991-12-07 Keith BosticLFS version 2; describe partial segments, new framing...
1991-12-07 Keith BosticLFS version 2; move lfs_getversion to lfs_segment.c
1991-12-07 Keith Bosticnew addressing conventions, using negative numbers...
1991-12-07 Keith Bosticmake triply indirected blocks work
1991-12-07 Keith Bosticadd SCCS header
1991-12-07 Keith Bosticdate and time created 91/12/06 16:11:46 by bostic
1991-12-07 Keith BosticLFS V2; add system calls for cleaner
1991-12-07 Keith BosticLFS V2; add cleaner system call file
1991-12-07 Keith Sklowermfs needs some of the ffs files
1991-12-07 Keith Bosticadd ssize_t, required by POSIX 1003.1
1991-12-07 Keith Bosticadd _SSIZE_T_
1991-12-06 Mike Karelsinclude file for per-architecture Makefiles
1991-11-22 Keith Sklowerec_rxstart doesn't eists
1991-11-21 Marc Teitelbaumforward declared static but wasn't
1991-11-21 Marc Teitelbaumdeclared static but wasn't
1991-11-21 Kirk McKusickno longer need seg.h
1991-11-21 Kirk McKusickdelete unneeded seg.h
1991-11-21 Marc Teitelbaummerge in 7.5.1.1 (ralphs 3100 changes -- COFF)
1991-11-21 Marc Teitelbaumralphs 3100 changes (COFF support)
1991-11-21 Marc Teitelbaum3100 changes (from ralph)
1991-11-21 Marc Teitelbaum3100 changes (from ralph)
1991-11-21 Marc Teitelbaummerge in 7.7.1.1 (ralphs 3100 changes)
1991-11-21 Marc Teitelbaum3100 changes (from ralph)
1991-11-21 Marc Teitelbaummerge in 7.30.1.1 branch
1991-11-21 Marc Teitelbaumchanges for mips compiler (from Ralph)
1991-11-20 Chris Torekpurge seg.h
1991-11-20 Kirk McKusickupcall facilities for sorwakeup, non-blocking sblock...
1991-11-20 Kirk McKusickadd MSG_DONTWAIT for NFS (from Rick Macklem)
1991-11-19 Keith Sklowermake work with new config
1991-11-19 Keith Sklowerbug fix from dkhusema@uni-erlangen.de - pkthdr.len...
1991-11-19 Keith Sklowerm_split moved into common code.
1991-11-17 William Nesheimpartial fix of icu bugs.
1991-11-17 William Nesheimname change for seeley's conf.c file
1991-11-17 William Nesheimfixes for fp context switching
1991-11-17 Ralph Campbellmove copyin() call so if uap->size pointer is null...
1991-11-14 Keith Bosticdon't compile in libc stuff for the VAX, it won't work
1991-11-14 William Nesheimchanges to fix new vm on i386
1991-11-14 William Nesheimnew vm changes for i386
1991-11-14 Keith Sklowerstupid bug in extracting LCN, fix by dkhusema@uni-erlan...
1991-11-14 Keith Bosticdon't add MID #defines unless structure is there
1991-11-12 Keith Bosticmake ffs_subr.c work with fsck(8) again
1991-11-12 Keith Bosticmove signal(3)'s prototype back into <sys/signal.h...
1991-11-12 Keith Bosticmake vm inclusion work for applications (I'm assuming...
1991-11-12 Keith Bosticmove ROOTINO to dinode.h, so applications don't have...
1991-11-12 Keith Bosticmove ROOTINO here, so applications don't have to includ...
1991-11-09 Kirk McKusickproper setup for FIFO's
1991-11-08 Keith Sklowerfinish job kirk started
1991-11-06 Kirk McKusicklint
1991-11-06 Kirk McKusicklint
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
next