eliminate extraneous include of conf.h
[unix-history] / usr /
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-20 Kirk McKusickdo coercions for expressions like int i = 9600/1234.5
1985-03-20 Kirk McKusickremoved spurious type mismatch errors in expressions...
1985-03-20 Kirk McKusickeliminate use of stdio as it uses malloc while exrecove...
1985-03-20 Kirk McKusickfix for ^B from sun!shannon
1985-03-20 Kirk McKusickmerge from sun!shannon
1985-03-20 Kirk McKusickdelete unneeded sync() (from sun!shannon)
1985-03-20 Kirk McKusickrange check signal number
1985-03-20 Kirk McKusickmore signals; getenv() becomes setupenv()
1985-03-20 Kirk McKusickadd the rest of the signals
1985-03-20 Kirk McKusickgetenv() becomes setupenv()
1985-03-20 Kirk McKusickupdate dup() to dup2()
1985-03-20 Kirk McKusickboiler plate around killpg()
1985-03-20 Kirk McKusickbetter argument cracking
1985-03-20 Kirk McKusicknull pointers; system call boiler plate
1985-03-20 Kirk McKusickcheck for reference through null pointer
1985-03-20 Kirk McKusickcheck for null pointer reference
1985-03-20 Edward Wangnew flags, and single program format
1985-03-20 Kirk McKusickload history after sourcing .login file in case .login...
1985-03-20 Kirk McKusickspeedups for ubasetup (from speck)
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-03-20 Kirk McKusickzero out quotas for deleted uids
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols
1985-03-20 Mike Karelsfixes, logging
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols,
1985-03-20 Mike Karelsmove net addresses from interface layer into protocols;
1985-03-20 Ralph Campbelladded pcc.h for /lib/f1 opcode definitions
1985-03-20 Ralph Campbelldate and time created 85/03/19 14:04:56 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:29:57 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:24:25 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:24:10 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:22:36 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:22:25 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:20:27 by ralph
1985-03-20 Ralph Campbelluse common header file for C, Fortran, Pascal.
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:07:24 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:05:07 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:02:05 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 13:01:22 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 12:15:10 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 12:10:00 by ralph
1985-03-20 Ralph Campbelldate and time created 85/03/19 11:58:56 by ralph
1985-03-20 Ralph Campbelllint changes from donn@utah-cs.
1985-03-20 Ralph CampbellTurn on optimization for gosh sakes.
1985-03-19 Mike Karelsmove net address to protocol layer; keep a copy of...
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer
1985-03-19 Mike Karelsmove net addresses from interface to protocol layer;
1985-03-19 Mike Karelsseparate internet addressing from interface layer
1985-03-19 Mike Karelsdistinguish INADDR_BROADCAST from INADDR_ANY; remove...
1985-03-19 Mike Karelsmove protocol addresses and address initialization...
1985-03-19 Mike Karelsctloutput calls to protocol
1985-03-19 Mike Karelsin_control gets PRU_CONTROLS; bigger TCP send/recv...
1985-03-19 Mike Karelsifioctl args change
1985-03-19 Mike Karelsuse separate global for open flag; print logged errors...
1985-03-19 Mike Karelssleep just drops priority briefly, then returns after...
1985-03-19 Mike Karelsadd gid_t for groups; copy u.u_groups to int array...
1985-03-19 Ralph Campbelldefine NAMESERVER_PORT for connections
1985-03-19 Mike Karelsdegenerate test; purge spl6!
1985-03-19 Ralph Campbelldon't use chdir(). Build full name & malloc size needed.
1985-03-18 Sam Lefflerpropagate window size changes
1985-03-18 Sam Lefflerhandle propagated window size changes
1985-03-18 Sam Lefflercan't stand ugly code
1985-03-16 Kirk McKusickmerge dbx from linton
1985-03-16 Kirk McKusicknew dbx from linton
1985-03-16 Kirk McKusickmerge dbx from linton
1985-03-16 Kirk McKusicknew dbx from linton
1985-03-16 Kirk McKusickmerge dbx from linton
1985-03-16 Kirk McKusicknew dbx from linton
1985-03-16 Kirk McKusickmerge dbx from linton
1985-03-16 Kirk McKusicknew dbx from linton
1985-03-16 Kirk McKusickmerge in dbx changes
1985-03-16 Kirk McKusickdbx mods from linton
1985-03-16 Kirk McKusickmerge dbx mods
1985-03-16 Kirk McKusickmods for dbx (from linton)
1985-03-16 Serge ???fix portability problem in post()
1985-03-16 Ralph Campbellchanged single label to names not ending in '.' as...
1985-03-15 Serge ???date and time created 85/03/14 17:56:37 by serge
1985-03-15 Serge ???date and time created 85/03/14 17:52:57 by serge
1985-03-14 Kirk McKusickuse power of two to avoid modulo
1985-03-14 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-14 Kirk McKusickrewritten kill code from sun!shannon
1985-03-14 Edward Wanghandle ^S and ^Q (the commands) better
1985-03-14 Edward Wangdon't select on ptys with full buffers
1985-03-14 Mike Karelsgive SIGCHLD on stop even if traced (once only)
1985-03-14 Kirk McKusickdate and time created 85/03/13 16:30:25 by mckusick
1985-03-14 Kirk McKusickbreak out user part of time.h
1985-03-14 Kirk McKusickfrom sun!shannon
1985-03-14 Ralph Campbellalways exit 0 if -f given.
1985-03-14 Ralph Campbellmake '%X' print upper case hex digits as per code ...
1985-03-14 Ralph Campbellchange printf error messages to tprintf's.
1985-03-14 Ralph Campbellchange error message printf's to tprintf's to the user.
1985-03-14 Ralph Campbellchanges to DEC pro350, fix :cm: for wyse50-132
1985-03-13 Kirk McKusickmake swkill messages more informative
1985-03-13 Ralph Campbellchange softecc printf's to log's.
1985-03-13 Kirk McKusickreset signal stack on exec()
1985-03-13 Ralph Campbellchange silo overflow printf's to log's.
next