left out prio config byte, and misdefined one bit. Still not tested.
[unix-history] / usr / src / sys /
1991-09-19 Keith Sklowerleft out prio config byte, and misdefined one bit....
1991-09-19 Mike Karelscheckin karels changes (plus fix sleep -> tsleep)
1991-09-19 Keith Bosticfold Margo's and mine together
1991-09-19 Keith Bosticdate and time created 91/09/18 10:05:41 by bostic
1991-09-18 Keith Sklowerthese changes reflect the TCP algorithm for round trip...
1991-09-18 Keith Sklowerfix copyright date
1991-09-18 Keith Sklowerdate and time created 91/09/17 15:48:50 by sklower
1991-09-18 Keith Sklowerdate and time created 91/09/17 15:43:23 by sklower
1991-09-18 Keith Bosticfirst naming pass, make it compile
1991-09-13 Marc Teitelbaumneed vm_prot.h before pmap.h
1991-09-13 Marc Teitelbaumneed void declarations to be consistant with prototypes
1991-09-13 Marc Teitelbaumneed vm_prot.h before pmap.h
1991-09-13 Marc Teitelbaumwhoopsey daisey, pamp_enter() has another arg ralphie
1991-09-10 Marc Teitelbaumonly send SIGINFO on ^T if ISIG is set
1991-09-09 Ralph Campbelldon't use MALLOC macro if DIAGNOSTICS is defined.
1991-09-09 Mike Karelssplit from sys/signal.h
1991-09-09 Mike Karelsmove machine-dependent stuff to <machine/signal.h>...
1991-09-08 Ralph Campbellfix to previous changes
1991-09-08 Ralph Campbelladded COFF support for pmax
1991-09-08 Ralph Campbellforgot some proto defs.
1991-09-07 Ralph Campbelladded mips to ifdef hp300, i386
1991-09-07 Ralph Campbelladd ANSI prototypes for pmap functions.
1991-09-07 Ralph Campbelladd extern to zero dimention arrays.
1991-09-07 Ralph Campbelladd pmax sigcontext
1991-09-07 Keith Skloweradopt TCP's policies concerning acks & (among others...
1991-09-07 Ralph Campbelladd extern to zero dimention arrays.
1991-09-07 Keith Sklowerlast line of while not reached; shut up mips compiler...
1991-09-07 Ralph Campbellremove machine dependencies
1991-09-07 Ralph Campbelladd printf if signal ignored in system process.
1991-09-07 Ralph Campbelldelete hp300 and i386 ifdefs for vmapbuf() and vunmapbuf().
1991-09-07 Ralph Campbellfix comment
1991-09-07 Mike Karelsallow "negative" offsets for cdevs
1991-09-07 Ralph Campbelladded ifdef PSL_ALLCC around old wait system call code.
1991-09-07 Mike Karelsleave curproc set until last sleep, then clear before...
1991-09-07 Ralph Campbelladd pmax
1991-09-06 Mike Karelsadd COIP
1991-09-06 Keith Sklowereffectively merge tp_ref structure with rest of tp_pcb;
1991-09-06 Keith Sklowergather info in one place for netstat for variable alloc...
1991-09-06 Keith Bostic'a b c^W' erases 'b c' instead of just 'c'
1991-09-04 Keith Sklowernow that SO_RCVBUF calls down, calculate maxcredit...
1991-09-04 Keith Sklowerupper level protocols now call when setting socket...
1991-09-04 Keith Sklowercall tp_getoptions as soon as paramters are known
1991-09-04 Keith Sklowerupper level protocols now call when setting socket...
1991-09-04 Steve SellgrenAdd a 9 track device
1991-09-04 Keith Bostic#define BADSIG as SIG_ERR
1991-09-04 Keith Bosticadd sig_atomic_t (ANSI); fix SA_RESTART comment; add...
1991-09-04 Kirk McKusickdo not panic after modified data found on the freelist
1991-09-04 Kirk McKusickfirst cut at new VM statistics gathering
1991-09-04 William Nesheimdon't include vm_statistics.h anymore
1991-09-03 Keith Skloweradded ISO network software interrupts
1991-08-31 Keith Sklowernotify lower levels of some socket setopt changes,...
1991-08-31 Keith Skloweradd common routine to copy from dev buf to mbufs;
1991-08-31 Keith Sklowerparanoia about freeing a tpcb while still in the list...
1991-08-30 Kirk McKusickdelete nonexistent vmmeter fields
1991-08-30 Kirk McKusicksave type when freeing an piece of memory so it can...
1991-08-30 William Nesheimadded pmap_bootstrap_alloc() to deal with machine dependent
1991-08-30 William Nesheimchanged interface to vm_page_startup function, due...
1991-08-30 William Nesheimadded function prototypes, cleaning up.
1991-08-30 William Nesheimadded pmap_bootstrap_alloc() to deal with machine dependant
1991-08-30 William Nesheimadded pmap_bootstrap_alloc(), the "before malloc" alloc...
1991-08-29 Kirk McKusickuse PAGE_MASK macro
1991-08-29 Kirk McKusickadd num_pages macro; add PAGE_MASK macro
1991-08-29 Kirk McKusickno longer need to include vm_statistics.h
1991-08-29 Kirk McKusickno longer need to include vmmeter.h
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-29 Kirk McKusickno longer need vm_statistics.h
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-29 Kirk McKusickcan_persist bit field replaced with a flag
1991-08-29 Kirk McKusickinternal bit field replaced with flag
1991-08-29 Kirk McKusickvm_statistics.h is merged into vmmeter.h
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure;
1991-08-29 Kirk McKusickdeprecate unused pager_ready; delete can_persist and...
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-29 Kirk McKusickpmap_statistics moves in from deprecated vm_statistics.h
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure;
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-29 Kirk McKusickadd support to get vmtotal structure calculated
1991-08-29 Kirk McKusickmerge in vm_stat structure from vm_statistics.h
1991-08-29 Kirk McKusickadd support to get vmtotal structure calculated
1991-08-29 Keith Sklowerchanges to get rid of RTC structure
1991-08-29 Keith Sklowermove packetizing routine to tp_subr.c
1991-08-29 Keith Sklowerfix outright bug disrupting chain of bound tpcb's ...
1991-08-29 Keith Sklowerchanges to get rid of RTC structure; move packetizing...
1991-08-29 Keith Sklowerget rid of m_append, rewrite m_datalen
1991-08-29 Keith Sklowermark esis entries according to if_type and index, so...
1991-08-28 Kirk McKusickmove in pmap_statistics structure (from abandoned vm_st...
1991-08-24 Kirk McKusickuse fs->fs_fmod = 1, not fs->fs_mod++
1991-08-23 Keith Skloweruse #a under gcc, set echo mode from command line;...
1991-08-23 Keith Skloweruse #a under gcc, set echo mode from command line;...
1991-08-17 Kirk McKusickmove up debugging output to place where it is valid
1991-08-17 Kirk McKusicklint
1991-08-16 William Nesheimforget about cmap.h
1991-08-16 William Nesheimtemporary and permanent changes for i386, correcting...
1991-08-16 Keith Sklowerget rid of some old flags; TPF_GENERAL_ADDR means someb...
1991-08-15 Keith Sklowermark suggested change by mostek@crah
1991-08-15 Keith Sklowernew ack strategy from mostek@cray
1991-08-10 Keith Sklowerthis version compiles, probably doesn't run.
1991-08-10 Keith SklowerDriver for ADAX APC-PCX, an SGS Thompson MK5025 based...
1991-08-09 Keith Sklowerthis version has 2 tx buffers; appears to work.
1991-08-09 Keith Sklowerput in hacks for ISO, (put it into ALLMULTI mode),...
next