Ruin Keith's finely crafted ANSI C code to make it compile with PCC.
[unix-history] / usr /
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.
1991-02-23 Donn SeeleyThis baby is included by the kernel... Declare getdire...
1991-02-23 Keith Bosticdirent.h is in /usr/include, not /usr/include/sys
1991-02-23 Keith Bosticsetpwfile has gone away
1991-02-23 Donn SeeleyRemove prototype parameter names, both because they...
1991-02-23 Donn SeeleyBe consistent about using names for prototype parameter...
1991-02-23 Keith Bosticneed stdio for DEBUG and HASH_STATISTICS
1991-02-23 Donn SeeleyAdded prototype declarations for documented interfaces.
1991-02-23 Donn SeeleyReorganized declarations to accommodate both ANSI and...
1991-02-23 Donn SeeleyAdded new prototype declarations and cleaned up.
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-22 Kirk McKusickfixes for rename in NFS
1991-02-22 Keith Bosticsigsetjmp changes were wrong; back out for now
1991-02-22 Kirk McKusickfixes for range locking
1991-02-22 Keith Bosticmake sure oaddr doesn't get set on empty pages
1991-02-22 Keith Bosticcount bitmaps so they can be free'd
1991-02-22 Keith Bosticclear errno on open/create after stat; count bitmaps...
1991-02-22 Keith Bosticmake sure free'd overflow pages are not reread from...
1991-02-22 Keith Bosticupdate from Margo Seltzer, for her partial distribution
1991-02-22 Keith BosticL_SET -> SEEK_SET
1991-02-22 Keith Bosticdon't put namestr into text space -- Thanks ANSI!
1991-02-22 Keith Bosticmove O_ACCMODE into ../dist/sysv.h
1991-02-22 Keith Bosticmove from libc into libdbm
1991-02-22 Keith Bosticmake dn_skipname, fp_query, hostalias, p_cdname, p_clas...
1991-02-22 Mike Karelschanges to fflags FCNTLCANT => FCNTLFLAGS, FFLAGS/OFLAGS
1991-02-22 Keith Bosticdelete sethostfile(3)
1991-02-22 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-22 Keith Bosticfix include to be right, minor wordsmithing
next