lots of prototype corrections
[unix-history] / usr / src /
1991-02-25 Keith Bosticlots of prototype corrections
1991-02-25 Keith Bosticdn_comp and dn_expand all expect u_char's, not chars
1991-02-25 Keith Bosticinclude sys/types.h, no longer need to typedef size_t
1991-02-25 Keith Bosticmove P_tmpdir from /usr/tmp to /var/tmp
1991-02-25 Keith Bosticgethostbyaddr takes a char *, not a void *
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticmodf takes a double * as it's second argument
1991-02-25 Keith Bosticswab takes void *'s, not char *'s
1991-02-25 Keith Bosticput "." at the end of the default path
1991-02-25 Keith Bosticdon't use syslog, application may have already used it.
1991-02-25 Kirk McKusickupdates from Mike to make messages more media independent;
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bostictypo
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticbcmp, bzero take void *, not char *
1991-02-25 Keith Bosticbcopy takes a void *, not a char *
1991-02-25 Keith Bosticexec family (except for exect) are now machine-independent
1991-02-25 Keith Bosticlots of minor changes
1991-02-25 Keith Bosticneed ctype.h, shouldn't have deleted it
1991-02-25 Keith Bosticdoesn't need ctype.h
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticincluded by arpa/inet.h, so protect it.
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-25 Keith Bosticneeds limits.h
1991-02-25 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-25 Keith BosticAdd include files to get prototype declarations, and...
1991-02-24 Donn SeeleyAdjustments and bug fixes after adding prototypes to...
1991-02-24 Donn SeeleyRuin Keith's finely crafted ANSI C code to make it...
1991-02-24 Donn SeeleyAdd include files to get prototype declarations, and...
1991-02-24 Donn SeeleyMake unvis() have more reasonable argument types.
1991-02-24 Donn SeeleyGet the return type right for setlogmask().
1991-02-24 Donn SeeleyAdjust the type of scandir's function argument.
1991-02-24 Donn SeeleyAdd a forward declaration of struct rusage.
1991-02-24 Keith Bosticredo all the exec routines from scratch in C (well...
1991-02-24 Keith Bosticfrom POSIX.1 documentation -- specify what *really...
1991-02-24 Donn SeeleyIt's just fhandle_t, not struct fhandle_t!
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-24 Donn Seeleywait3 and wait4 aren't POSIX functions.
1991-02-24 Donn SeeleyGoof in order of arguments for vis() prototype.
1991-02-24 Donn SeeleyAdd const qualifiers to make utime declaration more...
1991-02-24 Keith Bosticdefault path, used by sh(1) and C library exec routines
1991-02-24 Keith Bosticmove default into <paths.h>, needed by the library...
1991-02-24 Donn SeeleyOne more prototype declaration.
1991-02-24 Donn SeeleyPrototype declarations.
1991-02-24 Keith Bosticblackbox the token passed between getmode and setmode...
1991-02-24 Keith Bosticreformat to KNF
1991-02-24 Donn SeeleyChanges for prototype declarations.
1991-02-24 Donn SeeleyChanges to accommodate prototype declarations.
1991-02-24 Keith Bosticmake flags arguments right
1991-02-24 Keith Bosticmake flags right
1991-02-24 Keith Bosticminor wordsmithing, make flags right
1991-02-23 Donn SeeleyTweaks for psignal().
1991-02-23 Donn SeeleyDeclare sys_siglist[] to go with psignal().
1991-02-23 Donn Seeleyconst char ** => char * const *
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-23 Keith BosticANSI prototypes
1991-02-23 Donn SeeleyFix some overeager use of 'const'.
1991-02-23 Donn Seeleymktime()'s argument isn't const.
1991-02-23 Keith Bosticcleanup, update, reimplement to work as correctly as...
1991-02-23 Donn SeeleyMake exect()'s prototype more like the (correct) one...
1991-02-23 Keith Bosticadd sys/time.h, prototype for select needs it.
1991-02-23 Donn SeeleyFix 'const' problems with getopt()'s prototype.
1991-02-23 Keith Bostica little less verbose, please
1991-02-23 Keith Bosticuse stdarg.h, not varargs.h
1991-02-23 Mike Karelsoflags-FOPEN => FFLAGS(oflags)
1991-02-23 Keith Bosticprotect stdarg.h -- used by syslog.h and probably by...
1991-02-23 Keith Bosticuse stdarg, not varargs
1991-02-23 Keith Bosticcheck for ranlib magic string was wrong, so if the...
1991-02-23 Mike Karelsrearrange, put all open() and file f_flags definitions...
1991-02-23 Mike Karelsfix GUNIT ioctl
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Keith Bosticdate and time created 91/02/22 11:34:25 by bostic
1991-02-23 Keith Bosticbreak unistd.h up into <unistd.h> and <sys/unistd.h>
1991-02-23 Donn SeeleyOne more prototype declaration.
1991-02-23 Keith Bosticfsync the mailbox file descriptor
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyNew-style prototype declarations.
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyPrototype declarations. Currently we're using 'int...
1991-02-23 Keith BosticANSI fix
1991-02-23 Keith BosticANSI and c++ stuff
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Keith Bosticb{cmp,copy,zero} all take void *, not char *
1991-02-23 Keith Bosticmore compatibility
1991-02-23 Keith Bosticmake safe for c++
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Donn SeeleyPrototype declaration.
1991-02-23 Mike Karelsmove old lseek values here from sys/file.h; #ifdef...
1991-02-23 Donn SeeleyPrototype declarations.
1991-02-23 Keith Bosticall the p_ routines are static to the library
1991-02-23 Donn SeeleyDeclarations for link_addr and link_ntoa.
next