add fd routines
[unix-history] / usr / src / sys /
1990-04-11 Keith Bosticadd fd routines
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 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 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 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 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 Keith Skloweraccess rights made special case of control info
1990-04-05 Mike Karelsadd strings for sleep messages; increase ttyhog to 1K
1990-04-05 Mike Karelsimplement lowat; add NOINTR sockbuf flag and noninterru...
1990-04-05 Mike Karelsadd ERESTART, EJUSTRETURN pseudos for modifying return...
1990-04-05 Mike Karelsadd OSI alias for ISO; add XTP, LINK; define cmsghdr...
1990-04-05 Mike Karelsifdef for _POSIX_SOURCE; add NOKERNINFO, sep. RTS/CTS...
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew sblock, sbwait (unwind on signal)
1990-04-05 Kirk McKusickdelete unneeded header files
1990-04-05 Kirk McKusickdelete unneeded header files
1990-04-05 Kirk McKusickadd needed header files
1990-04-05 Kirk McKusickdelete unneeded header files
1990-04-05 Kirk McKusickdo not need includes
1990-04-05 Mike Karelsu.u_eosys is gone, use EJUSTRETURN; stop using u.u_error
1990-04-05 Mike Karelsrm setjmp, longjmp
1990-04-04 Mike Karelsether_input
1990-04-04 Mike Karelslots of cleanups; HCX-9 config.; tsleep; make resets...
1990-04-04 Mike Karelslots of cleanups; try to figure out what drives are...
1990-04-04 Mike Karelscorrect correction flags; augment definitions for onlin...
1990-04-04 Mike Karelsnew tsleep; unwind when signal interrupts; close routin...
1990-04-04 Mike Karelsclose routines must return error
1990-04-04 Mike Karelsrev 7
1990-04-04 Mike Karelstsleep: unwind after signal interrupts; close routines...
1990-04-04 Mike Karelsattempt to make it possible to put breakpoints in printf
1990-04-04 Mike Karelstsleep: unwind after signal interrupts; close routines...
1990-04-04 Mike Karelssync with tahoe
1990-04-04 Mike Karelsmove current kdb options from boothowto to separate...
1990-04-04 Mike Karelsadd ALIGN macro to round pointer up to aligned boundary
1990-04-04 Mike Karelsrm setjmp, longjmp
1990-04-04 Mike Karelsu.u_eosys is gone, use EJUSTRETURN; stop using u.u_error
1990-04-04 Mike Karelsdon't bother copying in data for /dev/null
1990-04-04 Mike KarelsISSIG => CURSIG; remove setjmp; use ERESTART to indicat...
1990-04-04 Mike Karelsrm setjmp, longjmp
1990-04-04 Mike Karelstsleep; unwind on interrupt
1990-04-04 Mike Karelstsleep; unwind on interrupt; don't back up uio then...
1990-04-04 Mike Karelstsleep II, as it was meant to be
1990-04-04 Marc Teitelbaumtsleep I (checked in for marc)
1990-04-04 Mike Karelsproc hashing with pointers instead of indices
1990-04-04 Mike Karelsremove setjmp; new tsleep
1990-04-04 Mike Karelsnew tsleep; rm setjmp's; strings for sleep messages
1990-04-04 Mike Karelstsleep; sblock/sbwait catch/return interrupts; implemen...
next