routing messages do not come with attached addresses
[unix-history] / usr / src / sys / vax /
1990-06-25 Keith Bosticsys/types.h includes this, so can't export anything...
1990-06-25 Keith Bosticminor cleanups, use ../kern, not ../sys
1990-06-25 Mike Karelsremove setjmp, longjmp
1990-06-25 Mike Karelsnew syscall convention; fix up indir code
1990-06-24 Keith Bosticadd _CLOCK_T, _TIME_T for time.h
1990-06-23 Keith Sklowercheck in for beta tape; decoding of instructions broken...
1990-06-22 Kirk McKusicknew system call convention; setregs can return values
1990-06-22 Kirk McKusicknew system call convention
1990-06-22 Kirk McKusickeliminate u.u_error; new namei and getvnode calling...
1990-06-22 Mike Karelsdon't set u.u_error from interrupt level or during...
1990-06-22 Mike Karelsnew mbufs
1990-06-22 Kirk McKusickno longer need to zero out u.u_error
1990-06-22 Kirk McKusickget RETURN from syscontext.h
1990-06-22 Mike Karelsvsselect had wrong return convention, random return...
1990-06-22 Kirk McKusicknew system call convention
1990-06-22 Kirk McKusickchgprot returns error code
1990-06-21 Keith Sklowerminor change to locate multicast address for ALL_ES...
1990-06-07 Marc Teitelbaumcheck for revoked terminal (ttclosed)
1990-06-06 Kirk McKusickreturn actual error code
1990-05-30 Kirk McKusicknew calling convension for system calls
1990-05-18 Keith Bosticmove to machtypes.h; include label_t
1990-05-16 Keith Bosticdate and time created 90/05/15 19:06:01 by bostic
1990-05-11 Kirk McKusickmerge in support for System V compatible shared memory
1990-05-11 Kirk McKusickuse NKMEMCLUSTERS to size malloc arena; expand area...
1990-05-11 Kirk McKusickdelete unused U_QSAVE;
1990-05-11 Kirk McKusickadd default size for kernel malloc arena
1990-05-11 Kirk McKusickconstants added from merging in hp300 support from...
1990-05-11 Kirk McKusickeliminate spurious #defines in user.h
1990-05-05 Kirk McKusickdelete unneeded header
1990-05-04 Keith Sklower1st level torek changes for now
1990-04-28 Kirk McKusickhave to munhash on the right things
1990-04-28 Kirk McKusickno more static quota structures
1990-04-13 Keith Sklowerrename rx50operation to rx50rw for consistency with...
1990-04-13 Keith Sklowerinline expand geterror, which no longer exists
1990-04-13 Keith Sklowerinline expand geterror, which no longer exists
1990-04-13 Keith Sklowernew tsleep conventions
1990-04-13 Keith Sklowerctty needs proc.h
1990-04-13 Keith Sklowercontrolling tty moved out of user to session
1990-04-13 Keith Sklowerneeds proc.h; tms_ctty is a caddr_t rather than caddr_t *
1990-04-13 Keith Sklowerneeds proc.h
1990-04-13 Keith Skloweruse of tsleep requires conf.h for well know sleeps
1990-04-13 Keith Sklowerno more bk.h
1990-04-13 Keith Sklowercontrolling tty moves out of u.
1990-04-13 Keith Sklowertty structure moved from user to session struct
1990-04-13 Mike Karelstsleep; log hpds in hpdebug; use external dumpsize
1990-04-13 Mike Karelstsleep; log hpds in hpdebug; use external dumpsize
1990-04-11 Kirk McKusickvnode table is gone
1990-04-11 Kirk McKusickno longer allocate vnode table or name cache table
1990-04-11 Kirk McKusickincrease size of malloc arena
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-06 Marc Teitelbaumtsleep, unwind
1990-04-06 Marc Teitelbaumv_poll, v_getc
1990-04-06 Marc Teitelbaumctty is a vnode
1990-04-05 Kirk McKusickdelete unneeded header files
1990-04-05 Kirk McKusickdelete unneeded header files
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 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 Karelstsleep: unwind after signal interrupts; close routines...
1990-04-04 Mike Karelssync with tahoe
1990-04-04 Mike Karelsadd ALIGN macro to round pointer up to aligned boundary
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 Karelsneeded start routine pointer
1990-04-03 Marc Teitelbaumextern declarations for v_*c
1990-04-03 Marc Teitelbaumktrace (checked in by karels)
1990-03-30 Marc Teitelbaumindirect through virtual console routines (v_*)
1990-03-16 Kirk McKusickupdate for new filesystem organization
1990-03-16 Kirk McKusickspecifiy precise include paths
1990-03-14 Mike Karelsdon't set todr to time zero
1990-02-24 Marc Teitelbaumadd KERNTEXTOFF
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-18 Kirk McKusickget rid of unneeded header files
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-18 Kirk McKusickget rid of unneeded header files
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-18 Kirk McKusickget rid of dir.h
1990-02-17 Kirk McKusickdo not include dir.h
1990-02-16 Marc Teitelbaumtesting sccs
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Marc Teitelbaumtsleep
1990-01-18 Mike Karelsfix retry botch; KNF and more accurate comment
1989-12-31 Kirk McKusickneed more UPAGES for NFS
1989-12-19 Keith Sklowerdate and time created 89/12/18 18:47:29 by sklower
1989-12-07 Keith Sklowerfix from hibler; (initiallization of mbuf data ptr...
1989-12-01 Kirk McKusickhave to add tstl instructions because of moving instruc...
1989-11-23 Marc Teitelbaumtypo
1989-11-15 Kirk McKusickhave to put the NFS and MFS maps outside the kmem map...
1989-10-30 Kirk McKusickuse 40 second timeout rather than 10 when no pending...
1989-10-29 Kirk McKusickset slow timer when no transmits are in progress so...
1989-10-29 Kirk McKusickcannot use qbgetpri to discover interrupt priority...
1989-10-29 Kirk McKusickdefine SZ_CMAP for Fastreclaim (previously defined...
next