unix-history/.git
1984-12-13 Edward Wangmisspelling
1984-12-13 Ralph Campbellmake buffer large enough for 66 X 132
1984-12-13 Mike Karelsfrom lepreau: use AHZ, some units fixes, and allow...
1984-12-13 Mike Karelsuse AHZ
1984-12-13 Mike Karelsadd AHZ for units of comp_t's
1984-12-13 Mike Karelsuse AHZ instead of 1<<6.
1984-12-12 Ralph Campbellnull pointer & missing subroutine argument fixes
1984-12-12 Robert R. Henryadd decwrl modula2 (this quick&dirty: the ^ pointers...
1984-12-12 Edward Wangsigvec fixed
1984-12-12 Ralph Campbellfixes for vt100.
1984-12-12 Edward Wangdon't pass -O to cpp, throw it away
1984-12-11 Kirk McKusickswap buffers rather than copying when increasing size...
1984-12-10 Jim Bloomadded zen50, hp110, sun-nic
1984-12-09 Jay Lepreaureport real path even if a symlink to a root dir comes...
1984-12-09 Mike Karelsminor race problem
1984-12-09 Sam Leffleradd -l flag to force printing of lexical tokens
1984-12-09 Jay Lepreaufix bug with -f and room number
1984-12-09 Eric AllmanOption 'a' now takes an argument, add B, x, and X optio...
1984-12-08 Ralph Campbellallow symbolic links to replace existing file.
1984-12-08 Jim BloomChange to header file includes for kernel
1984-12-08 Ralph Campbellfix file closes so multiple rcmd's work.
1984-12-07 Craig LeresUse new setsockopt() interface
1984-12-07 Kirk McKusickProtect against unexpected page fault
1984-12-07 Ralph Campbelladded FILE variable for special commands, allow symboli...
1984-12-07 Ralph Campbellbug fix from Jay Lepreau for null expansion.
1984-12-07 Ralph Campbellmake location of rdist definable (for testing).
1984-12-07 Eric Allmanback out attempt to use flock in the queue -- we don...
1984-12-07 Eric Allmandelete e_qfp -- there just isn't any point
1984-12-06 Eric AllmanTry to use flock call (this doesn't work because we...
1984-12-06 Eric Allmanadd e_qfp
1984-12-06 Eric Allmanadd M_SECURE_PORT
1984-12-06 Eric AllmanSafeAlias is now an int
1984-12-06 Edward Wangefficiency
1984-12-06 Ralph Campbellclose -s (symbolic links) security bug.
1984-12-06 Ralph Campbelldo setuid(getuid)) before popen to close security hole.
1984-12-05 Ralph Campbellallow -o to work for -c and -S.
1984-12-05 Mike Karelsupdate/generalize/fix error messages
1984-12-05 Mike Karelsbogus drive number check
1984-12-05 Mike Karelsimplement swapsize
1984-12-05 Ralph Campbelldo a pclose on pipes to wait for child.
1984-12-04 Edward Wangsome install fixes
1984-12-04 Edward WangDEST to DESTDIR
1984-12-04 Edward Wangbattlestar added
1984-12-04 Edward Wangremove dayfile.c and nightfile.c after compiling, save...
1984-12-04 Ralph Campbellincrease TREESZ due to more complex putc macro (ugh!)
1984-12-04 Ralph Campbelldate and time created 84/12/03 11:27:02 by ralph
1984-12-03 Jay Lepreaucnvt setsockopt to new interface
1984-12-03 Kirk McKusickadd swapbuf macro
1984-12-03 Kirk McKusickfix bug in computing return value from non-equal strings
1984-12-01 Mark Oppermandate and time created 84/11/30 12:10:37 by opcode
1984-11-30 Ralph Campbelluse inet_ntoa instead of local copy.
1984-11-30 Ralph Campbelldon't call flsbuf for every char if line buffering.
1984-11-30 Ralph Campbellfix putc(x,iop) so x is executed only once (as before).
1984-11-29 Jim BloomFix 4.3 was incorrect. Code was correct beforehand.
1984-11-29 Edward WangDave's changes
1984-11-29 Ralph Campbellstore RMAGIC on a short boundary (if RCHECK defined).
1984-11-28 Mark Oppermanstipple fonts 1 - 8 are mapped through stipple_index[]
1984-11-28 Mike Karelssocketpair needs to connect datagram sockets both ways...
1984-11-28 Mike Karelsno close-on-exec for new fd after dup/dup2/fcntl(DUPFD)
1984-11-28 Mike Karelsoff-by-one in fcntl-DUPFD; avoid panic on flock(f,0...
1984-11-28 Mike Karelshow did this ever work?
1984-11-28 Mike Karelsforce communications area to be remapped after uba...
1984-11-28 Mike Karelsadd missing E partition; 0-terminate rlstd array; corre...
1984-11-28 Jim BloomFix a couple sysntax errors
1984-11-28 Mike Karelsfrom Jim McKie
1984-11-28 Dave Slattengrenadded line-style to polygons
1984-11-28 Mike Karelsincludes from ../h
1984-11-28 Mike Karelsallow variable # of passes, continue or quit after...
1984-11-27 Kirk McKusickuse UNIX syntax, not VAX syntax (from chris@maryland)
1984-11-27 Ralph Campbelldon't quit if __SYMDEF should happen to have a valid...
1984-11-27 Ralph Campbellignore __SYMDEF if it should happen to have a valid...
1984-11-27 Ralph Campbelluse effective uid instead of real uid (for setuid scripts).
1984-11-27 Ralph Campbelltake out sun code
1984-11-27 Ralph Campbellfix #ifdef unix so it will compile w/o unix defined.
1984-11-27 Ralph Campbelldon't compile in metering by default.
1984-11-24 Jay Lepreaufix negative times due to overflow; add fflush so works...
1984-11-22 Mike Karelsoops
1984-11-22 Ralph Campbellfix sign-extend problems in putc, getc macros
1984-11-22 Ralph Campbellfix flsbuf('\377'); make _cnt backward comp. with old...
1984-11-22 Ralph Campbellfix parameter type to flsbuf().
1984-11-22 Ralph Campbellturn \newline into space as per documentation.
1984-11-22 Ralph Campbelldon't need to ignore SIGINT due to process groups.
1984-11-21 Edward Wangdate and time created 84/11/21 00:30:28 by edward
1984-11-21 Edward Wangtth29 added
1984-11-21 Edward Wangwe don't flush typeahead any more
1984-11-21 Edward Wangfixed sysline window bug (unframed foreground window)
1984-11-21 Edward Wangchar **environ added
1984-11-21 Edward Wanglint
1984-11-21 Edward Wangdate and time created 84/11/20 17:53:58 by edward
1984-11-21 Edward Wang-I to specify which interface we care about
1984-11-21 Edward Wang-I flag to specify interface
1984-11-21 Mike Karels(ugly) changes to avoid executing/writing traced text...
1984-11-21 Mike KarelsNZERO now 0 (use PRIO_{MIN,MAX}); cleanup u.u_error...
1984-11-21 Mike Karelsremove unused code
1984-11-20 Kirk McKusickmake depend
1984-11-20 Edward Wangforgot to initialize 'termcap'
1984-11-20 Edward Wangsyntax fix for v7 C compiler
1984-11-20 Kirk McKusickfix queue pattern (from chris@maryland)
1984-11-20 Mike Karelscompiler is fixed
1984-11-20 Mike Karelsoops
next