add function prototypes
[unix-history] / usr /
1995-04-13 Kirk McKusickadd compatibility to kernel-wide lock manager
1995-04-13 Kirk McKusickredefine lock_* calls to use lockmgr
1995-04-13 Kirk McKusickredefine vm_map_lock primitives in terms of lockmgr...
1995-04-13 Kirk McKusickfix includes for new locking
1995-04-13 Kirk McKusickadd flags and proc ptr to vop_lock and vop_unlock opera...
1995-04-13 Kirk McKusickvm/kern_lock.c moves to kern/kern_lock.c
1995-04-13 Kirk McKusickadd vfsconf support
1995-04-13 Kirk McKusickhave to initialize mp->mnt_vfc before calling ffs_mount...
1995-04-12 Eric Allmanallow <SP>#@#<SP> as an in-line comment introducer...
1995-04-12 Eric Allmanmake it so it will compile without NEWDB (but with...
1995-04-12 Eric Allmandefine USERDB if either NEWDB or HESIOD are defined
1995-04-12 Kirk McKusickhave to purge v_id as soon as it is cleaned
1995-04-12 Kirk McKusickhow did we forget Ozalp Babaoglu
1995-04-12 Kirk McKusicknits
1995-04-12 Kirk McKusickadd Charles M. Hannum
1995-04-12 Kirk McKusickadd lockstatus to querry lock status
1995-04-12 Kirk McKusickcomments from cgd and mycroft
1995-04-11 Eric Allmanclean up problem causing unlocked map files during...
1995-04-11 Eric Allmandon't do a gethostbyaddr call on unix domain sockets...
1995-04-11 Eric Allmanrandom minor code cleanup
1995-04-11 Kirk McKusickfeedback from cgd
1995-04-11 Eric Allmanmacro-ize nroff stuff; use groff -Tascii by default
1995-04-11 Eric Allmansysexits.h has moved
1995-04-11 Eric Allmanmake tar file seem to have version number on all files
1995-04-11 Eric Allmanpatch for NeXT
1995-04-11 Eric Allman"install" is broken on NeXT 2.1
1995-04-11 Eric Allmaneliminate BrokenSmtpPeers and two line SMTP greeting...
1995-04-11 Eric Allmaneliminate old (bogus) debugging code
1995-04-10 Eric Allmaneliminate BrokenSmtpPeers; go for default one line...
1995-04-10 Eric Allmanstrip off group:; syntax (needed to match new code...
1995-04-10 Kirk McKusickdate and time created 95/04/09 23:17:34 by mckusick
1995-04-10 Kirk McKusickdate and time created 95/04/09 23:16:10 by mckusick
1995-04-10 Eric Allmanauto-quote group names; hack around :: address
1995-04-10 Eric Allmanclean up group handling for sender & envelope addresses
1995-04-10 Eric Allmanadd HasWildcardMX suboption to ResolverOptions for...
1995-04-10 Eric Allmannew extern: NoMXforCanon
1995-04-10 Eric Allmanfix handling of group phrase: addr1, addr2, ... addrN...
1995-04-10 Eric Allmanadd another global flag (sigh)
1995-04-10 Eric Allmanimprovements on suffix algorithm
1995-04-10 Eric Allmanminor cleanup from last set of changes
1995-04-10 Eric AllmanMake Group Phrase: address, list; syntax work.
1995-04-09 Eric Allmanhave HELP report the version number
1995-04-09 Eric Allmanwoops!
1995-04-09 Eric Allmanmissed some docs on MaxMessageSize
1995-04-09 Eric Allmanmake everything into one tar file
1995-04-09 Eric Allmanadd /mx command to test mode
1995-04-09 Eric Allmanallow arbitrary user suffix (e.g., for different compil...
1995-04-09 Eric Allmanjust log failure to find "smtp" service instead of...
1995-04-08 Eric Allmanchange comment to be more accurate
1995-04-08 Eric Allmanportability changes for Sony NEWS stations; print compi...
1995-04-08 Eric Allmanportability fixes for various Japanese workstations
1995-04-08 Eric Allmaninclude compile options as text in the object file
1995-04-08 Eric Allmanup timeouts on data puts to try to accomodate header...
1995-04-08 Eric Allmaneliminate unnecessary redundant #include
1995-04-08 Eric Allmannull bytes in headers can cause data to be lost --...
1995-04-08 Eric Allmanmust invoke mail as rmail
1995-04-07 Eric Allmanfix botch in saving from domain for later insertion...
1995-04-07 Eric Allmanimprove error output on NIS maps
1995-04-06 Eric AllmanFreeBSD 2.0 cleanup
1995-04-05 Kirk McKusickupdate BSD
1995-04-04 Kirk McKusickadd revoke operator
1995-04-04 Kirk McKusickadd revoke operator
1995-04-04 Kirk McKusickmove in definitions from fdesc.h
1995-04-04 Kirk McKusickmove out vnops
1995-04-04 Kirk McKusickget rid of that unwanted declaration
1995-04-04 Kirk McKusickdo synchronous writes when MNT_SYNCHRONOUS is set
1995-04-04 Kirk McKusickupdate to reflect new fsstat structure
1995-04-04 Kirk McKusickadd kvm_getvfsbyname
1995-04-04 Kirk McKusickdate and time created 95/04/03 17:43:02 by mckusick
1995-04-04 Kirk McKusickdate and time created 95/04/03 17:43:01 by mckusick
1995-04-04 Eric Allmanbyzantium is no longer special cased
1995-04-04 Kirk McKusicknew names for some syscalls
1995-04-04 Eric Allmanclean up problems with MIME 8 to 7 bit conversions
1995-04-04 Kirk McKusicklint
1995-04-04 Kirk McKusicksleaze new sysent format by using narg * 4 for argsize
1995-04-03 Kirk McKusickMOUNT_* filesystem types are gone
1995-04-03 Kirk McKusickadd register_t
1995-04-03 Kirk McKusickrequest a synchronous write when O_FSYNC is set (from...
1995-04-03 Eric AllmanMIME cleanup to get header line parsing right
1995-04-03 Eric Allmanadd token type table parameter to prescan() prototype
1995-04-01 Kirk McKusickupdate for version 3 NFS from Rick Macklem
1995-04-01 Eric Allmanfix compile glitch
1995-04-01 Eric Allmansimplify prototypes -- works better for older systems
1995-04-01 Eric Allmanmerge a bit with Sun version
1995-04-01 Eric Allmanmore type hacking for non-Posix/ANSI systems
1995-04-01 Eric Allmanmore type glitching for maximum portability
1995-04-01 Eric Allmancompile problem on some old platforms
1995-04-01 Eric Allmanchange "bool" to be an int -- prototypes just don't...
1995-04-01 Eric Allmando an sccs check before creating the tar files -- just...
1995-04-01 Eric Allmanclean up MTS type
1995-04-01 Eric Allmanfix LOCAL_RELAY and MAIL_HUB so they don't conflict
1995-04-01 Eric Allmanclean up documentation on MAIL_HUB vs LOCAL_RELAY
1995-04-01 Eric Allmanadd local_hostname_length so Ultrix will link against...
1995-04-01 Eric Allmanfix some typos
1995-04-01 Eric Allmanlong option names
1995-04-01 Eric Allmanpull getpwXXX and gethostbyXXX calls out into conf...
1995-04-01 Eric Allmanbuffer error messages during collect phase (better...
1995-03-31 Eric AllmanMakefile.IRIX5 => Makefile.IRIX.5.x so makesendmail...
1995-03-31 Eric Allmanmake lines beginning with : look like non-headers inste...
1995-03-31 Eric Allmanfix another problem with improperly trashed e_lockfp...
next