lint, use UNASSIGNED, not -1
[unix-history] / usr / src / sys /
1991-10-10 Bill Joylint, use UNASSIGNED, not -1
1991-10-10 Keith Bosticlint
1991-10-10 Keith Bosticcheckpoint, seems to kind of work
1991-10-10 Keith Bosticlint
1991-10-10 Keith Bosticcheckpoint after Margo's changes to make sync work
1991-10-09 Keith Sklowermisunderstood function of kernel variable ``ticks'';
1991-10-09 Keith SklowerBug: must zero initial tpref table;
1991-10-08 William Nesheimneed to move vm_prot ahead of pmap.h
1991-10-04 Keith Bosticminor cleanups
1991-10-04 Keith Bosticsingle thread LFS syncs
1991-10-04 Keith Bosticprettiness patrol
1991-10-04 Keith Bosticcheckpoint; lots of minor stuff, synchronization redone...
1991-10-03 Keith Sklowersetsockopt of SO level options get passed down to lower...
1991-10-03 Keith Sklowerbug pointed out by ralph campbell
1991-10-03 Keith Sklowerfor now, redundantly include errno.h to share source...
1991-10-03 Keith Sklowerfor the time being, must redundantly include errno...
1991-10-03 Keith Sklowerwrong order for includes
1991-10-03 Keith Sklowerfix typo
1991-10-03 Keith Sklowerdon't stomp on sockbuff sizes if already set
1991-10-03 Keith Sklowerinterim version of tp_consistency before putting in...
1991-10-03 Keith Sklowercollect commmon code to calculate mtu, tpdu, & window...
1991-10-03 Keith Sklowerdefine REXMTVAL & RANGESET macros for rtt timer calcula...
1991-10-03 Keith Sklowermtu calculations done in tp_route_to, checked by tp_con...
1991-10-03 Keith Sklowerget rid of obsolete and unused elements and structures
1991-10-03 Keith Skloweruse RANGESET and REXMTVAL macros, initial magic constan...
1991-10-03 Keith Sklowerget rid of obsolete structures and allow timer-setting...
1991-10-03 Keith Sklowermake timeout calls macros
1991-10-03 Keith Sklowerget rid of useless tp_param global structure.
1991-10-03 Keith Sklowermtu calculation done by tp_route_to.
1991-10-03 Keith Sklowermake code more similar to TCP (use RANGESET & REXMTVAL...
1991-10-03 Keith Sklowersimulate TCP's persist window probe and exponential...
1991-10-03 Keith Sklowerget rid of struct tp_param, which contained no interest...
1991-10-03 Keith Sklowermove common mtu estimation to tp_route_to; here determine
1991-10-03 Keith Bosticcheckpoint
1991-10-01 Keith Sklowerremove back pointer to entry in tp_ref table; use tp_lr...
1991-10-01 Keith Sklowerreinstate connection refused socket error
1991-09-27 Keith Sklowerif you are erroneously asked to add a route, remember...
1991-09-27 Keith SklowerThese changes represent a rewrite of retransmission...
1991-09-26 Keith Bosticdate and time created 91/09/25 14:34:19 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:34:06 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:33:58 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:31:38 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:31:19 by bostic
1991-09-26 Keith Bosticcheckpoint, but not because it's working
1991-09-26 Keith SklowerISO debugging uses logpri
1991-09-21 Keith Bosticcheckpoint before lfs_iupdat -> ITIMES; reads almost...
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
next