don't use snprintf(3) here, exec shouldn't require stdio(3).
[unix-history] / usr / src /
1991-06-18 Keith Bosticdon't use snprintf(3) here, exec shouldn't require...
1991-06-18 Keith Bosticupdate
1991-06-18 Keith Bosticdate and time created 91/06/17 09:53:59 by bostic
1991-06-17 Keith Bosticdon't define _exit as "void volatile"; it's a GCC exten...
1991-06-17 Keith Bosticrotate lpd-errs too; make it a loop
1991-06-17 Keith Bosticrotate Kerberos log files
1991-06-17 Keith BosticThe Prettiness Police + fixes from Christos
1991-06-17 Keith BosticChristos' changes to do quoting in ranges; glob(3)...
1991-06-17 Christos ZoulasFixed bug with `` returning no string.
1991-06-17 Keith Bosticfind: or -> -or
1991-06-17 Keith Bosticand -> -and, or -> -or to match original syntax
1991-06-15 Christos ZoulassetNS needed to save the argument to set(). Otherwise...
1991-06-15 Christos ZoulasSmall Exit formatting error. Print background job exit...
1991-06-11 Steve Sellgrenfortunes moved into fortune.c
1991-06-11 Steve SellgrenWhy have this fortune file around?!
1991-06-10 Keith BosticNULL-terminate cchar arrays for Chris; better informati...
1991-06-10 Christos Zoulasreplaced PNULL def with NULL
1991-06-10 Mike Karelsfrom hibler: don't need retry on key 1
1991-06-10 Mike Karelsmake retry printf's conditional on debug
1991-06-10 Mike Karelsdon't rm tags after making them
1991-06-09 Christos ZoulasMore prototype fixes, Removed TERMIOS define
1991-06-09 Keith Bosticdon't put anything after the #else or #endif's, unless...
1991-06-09 Keith Bostic__hp300__ is defined if -ansi is specified, not hp300
1991-06-09 Keith Bosticinclude file pass, csh.h no longer include every .h...
1991-06-08 Christos Zoulastsearch declaration fix
1991-06-08 Christos Zoulasprototype typo fixes
1991-06-08 Christos ZoulasFixed sortscmp from glob.c
1991-06-08 Christos Zoulasstatic function prototypes
1991-06-08 Keith Bosticrename all the files (they weren't going to diff anyway)
1991-06-08 Mike Karelsconsistency with tty.c about value for "no pgrp"
1991-06-07 Keith Bosticcan't use NULL terminator any more
1991-06-07 Keith Sklowerthis version now supports IP over X.25; changes include...
1991-06-07 Keith Bosticminor cleanups, no fixes
1991-06-07 Keith Bosticno reason to keep file/directories open anymore
1991-06-07 Steve SellgrenBostic's cleanup
1991-06-07 Keith Bosticadd -M, -N for consistency with other stat programs
1991-06-07 Keith Bosticadd -M, -N for consistency with other stat programs
1991-06-07 Keith BosticCMU/Mach fix; don't use magic numbers in open call
1991-06-06 Keith Bosticfirst cut at a real man page, convert to new-style...
1991-06-06 Christos ZoulasRemoved -DTELL and -DPOSIXJOBS
1991-06-06 Christos ZoulasRemoved -DTELL V6 compatibility flag
1991-06-06 Keith Bosticdistribute the rest of the main loop into the modes...
1991-06-06 Mike KarelsI liked the savecore echo (it explained the delay and...
1991-06-05 Keith Bosticbreak out rest of keywords into function table that...
1991-06-05 Keith Bosticbreak out rest of keywords into function table that...
1991-06-05 Mike Karelsadd new VM statistics, to be merged later; always separ...
1991-06-05 Kirk McKusickspeed up sync of filesystems with no quotas; skip locke...
1991-06-05 Mike Karelsmake compile under nwe VM system, add memory totals...
1991-06-05 Mike Karelsfix hp300 bugs
1991-06-05 Keith Bosticstty.h includes ioctl.h and termios.h; extern.h defines...
1991-06-05 Christos Zoulasdate and time created 91/06/04 16:56:10 by christos
1991-06-05 Christos Zoulasdate and time created 91/06/04 16:55:42 by christos
1991-06-05 Christos Zoulasdate and time created 91/06/04 16:53:29 by christos
1991-06-05 Marc Teitelbaum.PATH ps for devname
1991-06-05 Marc Teitelbaumadd stub for hp300
1991-06-05 Marc Teitelbaumlookup device name using devname()
1991-06-05 Keith BosticANSI function pointers are fun!
1991-06-05 Mike KarelsKNF
1991-06-05 Keith Bosticdon't do a tcsetattr/window ioctl unless asked to
1991-06-05 Keith Bosticnew version from Christos -- 8-bit clean, lots of bug...
1991-06-05 Keith Bosticuser programs need include of sys/{fcntl,unistd}.h
1991-06-05 Keith Bosticadd heapsort
1991-06-05 Keith Bosticdate and time created 91/06/04 10:17:06 by bostic
1991-06-05 Keith Bosticadd heapsort
1991-06-04 Mike KarelsEOF means quit (discard server)
1991-06-04 Kirk McKusickcheck ufs lock count on exit from syscalls
1991-06-04 Kirk McKusickmust unlock vnode after vn_open
1991-06-04 Kirk McKusickfile table is no longer statically allocated
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusickcall ffree to free file structures
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusickchange to be dynamically allocated
1991-06-04 Kirk McKusicknfile => maxfiles (and default is doubled)
1991-06-04 Keith Bosticadd sys_nerr, sys_errlist global variables to perror...
1991-06-04 Keith Bosticfix error message on -f open failure; don't mistake...
1991-06-04 Kirk McKusicktighten up linked list management
1991-06-04 Keith Bosticthe format string gets modified by parsefmt -- don...
1991-06-04 Keith Bosticcopy format strings, so "ps -ll" works
1991-06-04 Keith Bosticformats can be text space, have to copy them anyway
1991-06-04 Keith Bosticvtail doesn't need to be global
1991-06-04 Keith Bosticfix err routine, make everyone use it; minor ANSI cleanups
1991-06-04 Keith Bosticdate and time created 91/06/03 16:49:18 by bostic
1991-06-04 Keith Bosticdon't print a space before the first keyword
1991-06-04 Kirk McKusickbug fix to allow unmounting of stale filesystems
1991-06-04 Kirk McKusickhide more kernel-only things
1991-06-04 Steve Sellgrenfix escape character
1991-06-03 Keith Bosticadd csh (Christos Zoulas and Len Shar)
1991-06-03 Cynthia A. E. Livi... mdoc version three
1991-06-03 Mike Karelsuse same tkt file as su for "user.root", letting login...
1991-06-03 Mike Karelsvarious cleanups: allow any instance to be attempted...
1991-06-02 Mike Karelsvarious cleanups: allow any instance to be attempted...
1991-06-01 Cynthia A. E. Livi... mdoc version three
1991-06-01 Cynthia A. E. Livi... version three mdoc
1991-05-31 Keith Bosticcleanups from Chris Torek; bug fix on va_start for...
1991-05-31 Keith Bosticch unused, t and f never assigned!
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickmake file flags more consistent; delete dead code
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickmake file flags more consistent; add support for open...
1991-05-31 Kirk McKusickmake file flags consistent
next