update usage message
[unix-history] / usr / src /
1990-04-11 Kirk McKusickupdate usage message
1990-04-11 Mike Karelsfds can be local; KNF
1990-04-11 Keith Bosticadd fd routines
1990-04-11 Keith Bosticadd -K flag to avoid Kerberos connection
1990-04-11 Keith Bostictypo
1990-04-10 Keith Bosticadd -K flag to avoid Kerberos connection.
1990-04-10 Keith Bosticwritten by Kirk McKusick; add Berkeley specific copyrig...
1990-04-10 Keith Bosticmake sccs.include replace the entire line
1990-04-10 Keith Bosticsccs include now replaces the line
1990-04-10 Marc Teitelbaumvnodes. re-work code.
1990-04-10 Keith Bosticmove security checks to security script
1990-04-10 Keith Bosticcheck more than a single file system
1990-04-10 Keith Bosticallow "rlogin flags host", reformat to KNF, minor rephr...
1990-04-10 Keith Bosticminor cleanups, found while looking at rlogin
1990-04-10 Keith BosticForgot to add in percent if it didn't match
1990-04-10 Keith Bosticmove options before host argument, minor cleanups,...
1990-04-10 Keith Bosticinclude standard redist notice
1990-04-10 Keith Bosticchange argument parsing to allow "rsh flags host"
1990-04-09 Keith Bosticchecked in for Kevin Fall
1990-04-09 Kirk McKusickdocument -t option for mount, mount -a, and umount -a
1990-04-09 Keith Bosticmost everything needs compat
1990-04-09 Keith Bosticadd %sccs.include.file%
1990-04-09 Keith Bosticget redist notice from /usr/share/misc
1990-04-09 Keith Bosticdate and time created 90/04/08 17:30:41 by bostic
1990-04-09 Keith Bosticget redistribution notice from /usr/share/misc
1990-04-09 Kirk McKusickobserve -t option when no arguments
1990-04-08 Keith Sklowerchanges for new mbuf structuures
1990-04-08 Keith Sklowernew conventions for who queues packet.
1990-04-08 Keith Sklowerreserve code for 802.2 types (for ISO).
1990-04-08 Keith Sklowersleep call requires prioritity.
1990-04-08 Keith Sklowerprint out link ifaddrs for netstat -i
1990-04-08 Keith Skloweradd cltp stats and take out x25 stats for time being
1990-04-08 Keith Sklowerdump routing tree via getkerninfo call (in progress)
1990-04-08 Keith Skloweradd cltp stats; print out (co)tp stats only when on...
1990-04-08 Keith Sklowerin_pcb now has proto ip header; switch order of includes
1990-04-08 Kirk McKusickunlock during readlink RPC (from Rick Macklem)
1990-04-08 Kirk McKusickdo not do direof cacheing
1990-04-08 Kirk McKusickbuffer invalidation is now handled by vclean
1990-04-07 Keith Bosticmove copyright notice into /usr/share
1990-04-07 Keith SklowerISO ip encapsulation targets set by route rather than...
1990-04-07 Keith Bosticwaitpid may return EINTR if another signal is received...
1990-04-07 Mike Karelsrm /fastboot after making root writable; redirect ...
1990-04-07 Keith Bostic/dev/stdin has to be copied, but isn't a "-" on the...
1990-04-07 Keith Sklowersame as 7.14 (7.15 just records debugging code)
1990-04-07 Keith Sklowerdocument debugging code (collect refusal modes)
1990-04-07 Keith Bosticadd hd driver, minor changes in gets() string to make...
1990-04-07 Keith Bosticupdate for HCX9 tape
1990-04-07 Keith Bosticupdate for tahoe tape
1990-04-06 Edward Wangmissing \ in tek4115 entry
1990-04-06 Marc Teitelbaumtsleep, unwind
1990-04-06 Marc Teitelbaumv_poll, v_getc
1990-04-06 Keith Sklowerremove unneeded (and harmful) header file dir.h
1990-04-06 Marc Teitelbaumctty is a vnode
1990-04-06 Marc Teitelbaumsingle thread
1990-04-06 Marc Teitelbaump_comm, p_logname, ktrace inherit flag in traceflag...
1990-04-06 Marc Teitelbaumtsleep
1990-04-06 Marc Teitelbaumstrcat, strcpy, strncpy
1990-04-06 Marc Teitelbaum[us]time's maintained in proc. copy to rusage as necessary
1990-04-06 Marc Teitelbaumv_getc and v_poll (to support kdb on workstations monitors)
1990-04-06 Marc Teitelbaumtsleep, unwind, ktrace, ISSIG->CURSIG, expunge cursig
1990-04-06 Marc Teitelbaumswapper and pagedaemon have names set in p_comm.
1990-04-06 Marc Teitelbaumu_comm->p_comm, trace signals, minor cleanups, make...
1990-04-06 Keith Sklowerredo NTOHS (etc.) macros since they are needed with...
1990-04-06 Marc Teitelbaumtimes moved to proc, also ctty to session
1990-04-06 Mike Karelsadd SSINTR for wakeup; move utime/stime from user to...
1990-04-06 Keith Sklowerexplicitly list files which previously included (radix...
1990-04-06 Keith Sklowergross hack to distinguish between different malloc...
1990-04-06 Keith Sklowerfast hack at making rights special case of ancillary...
1990-04-06 Keith Sklowerif_output needs rtentry ptr
1990-04-06 Keith SklowerIFA_ROUTE now protocol independent
1990-04-06 Keith Skloweraccess rights special case of ancillary data
1990-04-06 Keith Sklowerif_output wants ptr to rtentry or 0.
1990-04-06 Keith SklowerIFA_ROUTE now moved to protocol independent part of...
1990-04-06 Keith Sklowerpass rtentry ptr to if_output; get ip_src addr from...
1990-04-06 Marc Teitelbaumdrop unnecessary include of dir.h (checked in by sklower)
1990-04-06 Keith Skloweradd if_index (little) and generate AF_LINK sockaddr...
1990-04-06 Keith Bostictypo; bug report 4.3BSD/ucb/289
1990-04-06 Keith Sklowerallow direct ethernet addrs for IS-IS
1990-04-06 Keith Skloweradd index field; changes to ifaddr struct for link...
1990-04-06 Keith Sklowernew version of message format for routing socket.
1990-04-06 Keith Sklowerrights now special case of ancillary data
1990-04-06 Keith Sklowerrtmsg format changed; always include metrics; sockaddrs...
1990-04-06 Keith Skloweradd notion of cloning routes; allocate extra space...
1990-04-06 Keith Sklowerno longer included in route.c; needed "malloc.h" to...
1990-04-06 Marc Teitelbaumtsleep changes (checked in by sklower)
1990-04-06 Keith Sklowerremomve ISO snpac ioctl; move ia_flags to general ifadd...
1990-04-06 Keith Sklowermove snpacache ioctls to this file (will eventually...
1990-04-06 Keith Sklowercltp_usrreq.c made separate file in conf/files
1990-04-06 Keith Sklowerrights special case of ancillary data
1990-04-06 Keith Sklowerrewrite if_eon.c to allow arbitrary nsaps routed via...
1990-04-06 Keith Sklowerif_output now called with rtentry ptr.
1990-04-06 Keith Sklowerif_output now called with pointer to rtentry.
1990-04-06 Keith Sklowermake rights special case of ancillary data; if_output...
1990-04-06 Keith Sklowerchange error for requiring fragmentation; if_output...
1990-04-06 Keith Skloweraccess rights made special case of ancillary data
1990-04-06 Marc Teitelbaumreorg
1990-04-06 Keith Skloweraccess rights made special case of control info
1990-04-06 Marc Teitelbaummove uuencode uucpd to their own src directory
1990-04-05 Keith Bosticchange -# to -w#, minor cleanups
1990-04-05 Keith Bosticuse getopt, change -# to -w#, don't call function per...
next