dynamically allocate private part
[unix-history] / usr /
1991-12-17 Kirk McKusickdynamically allocate private part
1991-12-17 Kirk McKusickM_SUPERBLK rolled into M_UFSMNT
1991-12-17 Kirk McKusicknew approach for handling aliases (based on local node...
1991-12-17 Kirk McKusickfree UFS private data area
1991-12-17 Kirk McKusicksillyrename now in nfsnode
1991-12-17 Kirk McKusickallocate and free nfsnode private part; sillyrename...
1991-12-17 Kirk McKusicknew approach for handling aliases (based on local node...
1991-12-17 Kirk McKusickdynamically allocate private part
1991-12-17 Kirk McKusickM_SUPERBLK rolled into M_UFSMNT
1991-12-17 Kirk McKusickfree dynamically allocated part
1991-12-17 Kirk McKusickdynamically allocate private part
1991-12-17 Keith BosticANSI stuff, use err() routine so error messages are...
1991-12-17 Kirk McKusickmfs_reclaim becomes a real function
1991-12-17 Kirk McKusickreorganize for private allocation
1991-12-17 Kirk McKusickmake hash table size dynamically allocated
1991-12-17 Kirk McKusickreorganize for private allocation; make use of spares...
1991-12-17 Kirk McKusickadd types for filesystem private nodes
1991-12-17 Kirk McKusickeliminate private area and let filesystems allocate...
1991-12-17 Chris Torekread 8k blocks (4.3BSD-reno/usr.bin/29)
1991-12-17 Keith Bosticdon't bother with the macros, performance isn't an...
1991-12-17 Keith Bosticfix BTDATAOFF macro to work even if the compiler pads...
1991-12-17 Keith Bosticget the swap macro sizes right
1991-12-17 Keith Bosticdon't bother with the macros, performance isn't an...
1991-12-16 Keith Bosticupdate byte count on segments marked clean
1991-12-16 Keith Bosticadd getopt front-end
1991-12-16 Keith Bosticoff-by-the-usual
1991-12-16 Keith BosticIt's an ANSI kind of world
1991-12-16 Keith Bosticdon't make routines static
1991-12-16 Eric Allman<sysexits.h> before "conf.h"
1991-12-16 Eric Allmanfix botch in MX forwarding rules on mail.cs and ucbvax
1991-12-16 Eric Allmanfix botch in =F rules
1991-12-16 Kirk McKusickinclude file ordering
1991-12-16 Kirk McKusickinclude ordering
1991-12-16 Kirk McKusickreorder includes to keep kernel and fsck happy
1991-12-16 Eric Allmanclear errno after trying to open the database list
1991-12-16 Eric Allmanclear errno at top of loop to avoid bogus messages
1991-12-16 Eric Allmandrop STATIC
1991-12-16 Eric Allmanudbexpand.c => udb.c
1991-12-16 Eric Allmanseparate support for header vs envelope sender; if...
1991-12-16 Kirk McKusickrestore alignment
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-15 Kirk McKusickpull in <sys/ucred.h> for user programs
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 Eric Allmanconvert lockf implementation to use fcntl directly
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 Bosticadd cleaner info, set SEGUSE_SUPERBLOCK on segments...
1991-12-15 Keith Bosticdisplay cleaner info
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-15 Keith Bosticnew man page format, document all of the options
1991-12-15 Eric Allmanallow udbexpand to return temporary failure errors
1991-12-15 Keith Bosticfix usage message
1991-12-15 Eric Allmancomments about the latest round of hacking
1991-12-15 Eric Allmanfix race condition in queue file locking; generalize...
1991-12-14 Keith Bosticupdate the superblock
1991-12-14 Eric Allmansome System V hacks....
1991-12-14 Eric Allmanmail.CS.Berkeley.EDU should masquerade as CS.Berkeley.EDU
1991-12-14 Eric Allmanchange lockf code to avoid race condition
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-14 Eric Allmanfix lockf code; have getcanonname recognize canonical...
1991-12-13 Eric Allmangive initialization a chance
1991-12-13 Eric Allmanallow for default UDB spec at compile time
1991-12-13 Kirk McKusickmissing static declaration
1991-12-13 Kirk McKusickignore files with NODUMP flag set
1991-12-13 Kirk McKusickdate and time created 91/12/12 16:56:57 by mckusick
1991-12-13 Kirk McKusickdate and time created 91/12/12 16:56:56 by mckusick
1991-12-13 Marc Teitelbaumdon't install profiled libs on mips (yet)
1991-12-13 Kirk McKusickadd -o option to list file flags
1991-12-13 Kirk McKusickadd file flags definitions
1991-12-13 Mike Karelsinclude host name in insecurity mail subject
1991-12-13 Kirk McKusickupdate for new syntax and semantics from Rick Macklem
1991-12-13 Eric AllmanNEWSENDMAIL is the default
1991-12-13 Eric Allman"OLDSENDMAIL" macro undefines "NEWSENDMAIL"
1991-12-13 Eric Allmandefine $m macro to have the domain part of $w
1991-12-13 Eric Allmansubstantial changes to handle CS subdomain
1991-12-13 Eric Allmanchange internal macro name
1991-12-13 Eric Allmannormalize locations of system files
1991-12-13 Eric Allmandon't assume @cs in USERDB_SPEC
1991-12-13 Eric Allmanhacks for HP-UX (ugh)
1991-12-13 Eric Allmanmodifications for CS subdomain server
1991-12-13 Eric Allmancheckpoint of hacking for mail.cs.berkeley.edu
1991-12-12 Keith Bosticversion 2; add cksum, make keywords flexible, new outpu...
1991-12-12 Keith Bosticversion 2; add cksum, make keywords flexible, new outpu...
1991-12-12 Keith Bosticversion 2; add cksum, make keywords flexible, new outpu...
1991-12-12 Keith Bosticcalculate crc over set of files; used by mtree(1)
1991-12-12 Keith BosticLFS version 2; cleaner system calls
next