new flag to user_from_uid and group_from_gid
[unix-history] / usr / src / usr.bin /
1990-03-13 Keith Bosticfix varargs stuff; ignore second and rest of multiple...
1990-03-13 Keith Bosticadd MACHINE global variable
1990-03-13 Keith Bosticminor reformatting, make VARARGS stuff right
1990-03-13 Keith Bosticrelease 2.1 of pmake
1990-03-13 Keith Bosticrework to always be "make". Deleted -M, -B, -C, -v...
1990-03-13 Keith Bosticgoing to change main, so reformat to KNF
1990-03-13 Keith Bosticremove rmt.c module, most of remote support, including...
1990-03-13 Keith Bosticwire in DEF_OLD_VARS, still needs more work (oldVars...
1990-03-13 Keith Bosticwire in '.' as include/define intro character
1990-03-13 Mike Karelsnew signal type; mv cursor to bottom when interrupted
1990-03-13 Keith Bosticremove sparc #ifdef's
1990-03-13 Keith BosticRemove NEED_FD_SET, FD_SETSIZE, NO_WAIT3, NO_VFORK...
1990-03-13 Mike Karelsuse MAXHOSTNAMELEN
1990-03-13 Keith Bosticmissed two Str_New's, include strings.h in make.h for...
1990-03-13 Keith Bosticremove SYSV and is68k ifdef's
1990-03-13 Keith Bosticremove Sprite ifdef's
1990-03-13 Keith BosticStr_New -> strdup
1990-03-13 Keith Bosticremove directory locking, including the -l flag
1990-03-13 Keith Bosticredo system makefile configuration for BSD
1990-03-13 Keith Bosticadd Berkeley specific copyright
1990-03-13 Keith Bosticrelease 2.1 of pmake
1990-03-12 Bob CorbettI eliminated the definition of ROWSIZE because, with...
1990-03-12 Bob CorbettI fixed a bug in the code for reading literals. -rpc
1990-03-12 Bob CorbettI fixed an off-by-one error in the #line numbers. ...
1990-03-12 Bob CorbettI changed the banner to match the current revision...
1990-03-12 Bob CorbettI fixed a portability problem. The code used to assume...
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notices
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd -m flag, configurable directory search path (/etc...
1990-03-12 Keith Bosticadd -m flag, configurable search directories
1990-03-12 Keith Bosticdate and time created 90/03/11 15:08:02 by bostic
1990-03-12 Keith Bosticadd -m option, configurable search directories
1990-03-12 Keith Bosticdate and time created 90/03/11 15:05:09 by bostic
1990-03-12 Keith Bosticrename to locate command
1990-03-12 Keith Bosticmove fast lookup from find to locate
1990-03-12 Kirk McKusickcheck first for sources in build area, then in current...
1990-03-12 Keith Bosticfix setting of mode (checkin for bostic by mckusick)
1990-03-12 Kirk McKusickhave to add explicit dependency on install.c as mkdep...
1990-03-09 Kirk McKusickdo not split lines starting with . (4.3BSD-tahoe/ucb/58)
1990-03-09 Marc Teitelbaumskip over -f flag (compatability with old/more)
1990-03-08 Marc Teitelbaumreformating - inherit flag passed in trace flag.
1990-03-07 Keith BosticAT&T free version, from Michael Rendell (michael@stretc...
1990-03-07 Keith Bosticdocument new table names for :yyfix scripts
1990-03-07 Keith Bosticoutput token #defines after user-specified text
1990-03-07 Keith Bosticoutput delimiters even if the input file is empty
1990-03-07 Keith Bosticbug, tries to open "-"
1990-03-07 Keith Bosticdate and time created 90/03/06 11:23:44 by bostic
1990-03-07 Keith Bosticdate and time created 90/03/06 11:20:06 by bostic
1990-03-07 Keith Bosticdate and time created 90/03/06 11:19:55 by bostic
1990-03-07 Keith Bosticrename fast find code to locate
1990-03-07 Keith Bosticforgot to add list to SEE ALSO
1990-03-07 Keith Bosticrename fast find code as locate; don't need paths.h...
1990-03-07 Keith Bosticpull out fast database code, rename as list
1990-03-06 Kirk McKusickupdate for new statistics from Rick Macklem
1990-03-06 Kirk McKusickprint_dump needs to check for an empty table (from...
1990-03-06 Keith Bosticget rid of Reiser style cpp concatenation
1990-03-06 Keith Bosticfix errno for ANSI C variable scoping
1990-03-06 Keith Bosticneeds libutil now
1990-03-06 Keith Bosticuse utility routine user_from_uid
1990-03-01 Paul BormanChange how TOS code gets included
1990-03-01 Paul BormanClean up Makefile so that tn3270 will compile (add...
1990-03-01 Paul BormanClean up the makefile so that tn3270 will compile ...
1990-03-01 Paul BormanAdd -DNEED_GETTOS for preliminary TOS support
1990-03-01 Paul BormanSeveral items:
1990-02-28 Mike Karelsparity=none should mean that; don't clear my bits!
1990-02-27 Donn SeeleyDon't use the position table until it's initialized.
1990-02-27 Donn SeeleyPurest laziness.
1990-02-27 Donn SeeleySupport screens of more than 100 lines. This fix stops...
1990-02-26 Donn Seeley(1) Remove redundant reference to dir.h. (2) Change...
1990-02-26 Donn SeeleyRemove redundant reference to dir.h.
1990-02-26 Donn SeeleyFix a type clash bug that gcc complains about.
1990-02-26 Donn SeeleyPull in a fix from f77.vax to solve a syntax problem...
1990-02-26 Donn Seeleydate and time created 90/02/25 21:55:31 by donn
1990-02-26 Donn SeeleyMake 'fortran float sin(), cos();' work with gcc by...
1990-02-26 Donn SeeleyFor GCC's (and ANSI's) sake, don't name a formal parame...
1990-02-26 Donn SeeleyDon't use '-f' on a system where the C compiler doesn...
1990-02-26 Donn Seeleydon't use 'cc -f' with compilers that don't do automati...
1990-02-25 Mike Karelsadd -n for shutdown
1990-02-25 Mike Karelsignore EIO on write
1990-02-25 Mike Karelsremove newline from error msg (callers both add it);
1990-02-22 Keith Bosticnot any space, just tabs; people used " 2/1" because...
1990-02-22 Keith Bosticsignal fixes, gcc/lint fixes, require directory reading...
1990-02-22 Keith Bosticgcc/lint fixes
1990-02-22 Keith Bosticchange to fold CR-NL into a single NL
1990-02-21 Keith Bosticdon't need dir.h anymore
1990-02-21 Keith Bosticre-order the includes for gcc
1990-02-16 Keith Bosticupdate from Bob Corbett
1990-02-16 Keith Bosticdate and time created 90/02/15 09:39:17 by bostic
next