oops, error addressing structure element
[unix-history] / usr / src /
1990-04-13 Marc Teitelbaumoops, error addressing structure element
1990-04-12 Keith Sklowerfor routes to interfaces, must generate destination
1990-04-12 Keith Sklowerin_pcb.h requires ip.h requires in_systm.h
1990-04-12 Keith Sklowerin_pcb.h requires ip.h
1990-04-12 Keith Sklowerin_pcb.h needs ip.h first
1990-04-12 Keith Sklowerin_pcb.h now requires ip.h first
1990-04-12 Kirk McKusickdate and time created 90/04/11 16:54:10 by mckusick
1990-04-11 Kirk McKusickadd M_VNODE and M_CACHE entries
1990-04-11 Kirk McKusickvnode table is gone
1990-04-11 Kirk McKusickthe name cache is now dynamically allocated
1990-04-11 Kirk McKusickvnodes are now dynamically allocated
1990-04-11 Kirk McKusickadd M_CACHE for name cache allocations
1990-04-11 Kirk McKusickeliminate longjmp from the kernel (for karels)
1990-04-11 Kirk McKusickdynamic allocation of vnodes
1990-04-11 Kirk McKusickno longer allocate vnode table or name cache table
1990-04-11 Kirk McKusickdynamically allocate the name cache and name cache...
1990-04-11 Kirk McKusickno more vnode table or name cache table
1990-04-11 Kirk McKusickincrease size of malloc arena
1990-04-11 Kirk McKusickclear the buffer list before vrele
1990-04-11 Kirk McKusickno more vnode
1990-04-11 Kirk McKusickdynamic vnodes/name cache
1990-04-11 Marc Teitelbaumreturn controlling tty even if proc has lost it.
1990-04-11 Keith Bosticfdopen: eliminate unnecessary tests, only test for...
1990-04-11 Kirk McKusickhave to brelse before close to avoid hanging
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...
next