remove debugging crud
[unix-history] / usr / src / sys / kern /
1981-12-04 Bill Joycleanup
1981-12-03 Bill Joymore cleanup
1981-12-01 Bill Joylint
1981-11-27 Bill Joybefore carry to arpavax
1981-11-27 Bill Joybefore carry to arpavax
1981-11-27 Bill Joybefore carry to arpavax
1981-11-24 Bill Joyremove an else to simplify code
1981-11-23 Bill Joycleaned up and re-enable compaction
1981-11-23 Bill Joyseveral fixes; also crud (first working dg version)
1981-11-23 Bill Joyfix to PR_ADDR code
1981-11-23 Bill Joyworking with dg's but a lot of crud
1981-11-23 Bill Joycorrect disconnect from peer (zero his so_pcb)
1981-11-23 Bill Joyscale error on arg to m_release: mbufs, not chars
1981-11-23 Bill Joyfix to way send looks at space: sleep when none!
1981-11-23 Bill Joyreserve 2* (hiwat, not lowat)
1981-11-23 Bill Joyfix reserve/release to work in m_hiwat and shift lowat
1981-11-22 Bill Joyfix mbuf accounting
1981-11-22 Bill Joyfix to sbwakeup (missing &); fix to sbappend (initial...
1981-11-22 Bill Joymissing splx(s) and so->so_rcv.sb_mb = n in
1981-11-22 Bill JoyCONNREQUIRED for TCP; <= protoswLAST in loops
1981-11-22 Bill JoyWANTRCVD, wakeups on shutdown (commented out) prints
1981-11-22 Bill Joyundo botch introduced by fixing lint
1981-11-22 Bill Joyfirst resource exchange version
1981-11-22 Bill Joycc vs. hiwat; mbcnt vs. mbmax typos
1981-11-22 Bill Joyerror value from ATTACH; u.u_count==0 break in send
1981-11-22 Bill Joym_reserve/m_release args scale
1981-11-22 Bill Joyargs to piconnect backwards
1981-11-21 Bill Joymore lint
1981-11-20 Bill Joyssocketaddr
1981-11-20 Bill Joylinted
1981-11-19 Bill Joylint
1981-11-19 Bill Joymore cleanup
1981-11-17 Bill Joylint
1981-11-16 Bill Joydate and time created 81/11/15 13:50:36 by wnj
1981-11-16 Bill Joydate and time created 81/11/15 13:03:38 by wnj
1981-11-16 Bill Joylisting
1981-11-15 Bill Joybefore header overlay
1981-11-11 Bill Joydate and time created 81/11/10 16:03:21 by wnj
1981-11-09 Bill Joyfirst listing
1981-11-09 Bill Joymajor cleanups for socket code
1981-11-09 Bill Joycleanup and remove vrpages references
1981-11-09 Bill Joyfirst listing
1981-11-09 Bill Joyfirst listing, remove CHAOS and mpxip
1981-11-09 Bill Joyfirst listing
1981-11-09 Bill Joyadd mbinit, prinit, remove ptinit
1981-11-09 Bill Joyilock/irele and get rid of FPORT and FNET stuff
1981-11-09 Bill Joyplock/prele --> ilock/irele
1981-11-08 Bill Joydate and time created 81/11/07 17:59:33 by wnj
1981-11-08 Bill Joydate and time created 81/11/07 17:59:21 by wnj
1981-11-04 Bill Joymore cleanups, fields in ucb.h
1981-10-31 Bill Joypage at a time version
1981-10-30 Bill Joycleanup of header files
1981-10-29 Bill Joymtod with type casts
1981-10-29 Bill Joyfirst compiled halfbrid... not working yet
1981-10-24 Bill Joyfirst working version with page macros and new snd_copy
1981-10-23 Bill Joydate and time created 81/10/22 13:44:41 by wnj
1981-10-17 Bill Joykernel profiling
1981-10-12 Bill Joyfirst bootable version
1981-10-12 Bill Joyfirst boot with select()
1981-08-31 Bill Joyalways have cpass (needed by error log code)
1981-08-31 Bill Joyimplement error log device and time printing
1981-08-31 Bill Joyalways use silos
1981-08-29 Bill Joyfix ipl high too long when doing callouts
1981-08-25 Bill Joychange netinit() to netmain()
1981-08-15 Eric C. Cooperallow new tty disc over ptys (rob gurwitz)
1981-08-14 Eric C. Cooperinterleave swap fix
1981-08-13 Eric C. Coopernew bbnnet
1981-07-26 Bill Joyrestore sccs line
1981-07-26 Bill Joyfixed fsdtodb() spuriously in trace() calls by removing
1981-07-22 Bill Joyimplement LNOFLSH
1981-07-09 Bill Joylint
1981-07-09 Bill Joyreturn(1)!
1981-07-09 Bill Joyfix FIONREAD in NTTYDISC to do ntypend(tp);
1981-07-07 Keith Bosticmismatched braces
1981-07-06 Keith BosticTIOCFLUSH third arg, if non-zero, points to FREAD|FWRIT...
1981-07-06 Keith Bosticclear TTSTOP entering raw mode
1981-06-12 Bill Joyfix per kre to %B
1981-06-12 Bill Joyfix to priority computation (|| with changes to clock.c)
1981-05-18 Bill Joychaos change and also .. from rootdir change per jek
1981-05-16 Bill Joyzero f_inode when files allocated, so no trashy pointer...
1981-05-13 Bill Joyadd tcp/ip
1981-05-12 Bill Joy%%
1981-05-09 Bill Joyfix bug in physio which weirded out tape drive
1981-04-28 Bill Joyfstat for ports now in pipe.c
1981-04-28 Bill Joyfix to #! with 2 args
1981-04-28 Bill Joycdevpath hack
1981-04-28 Bill Joyport init call
1981-04-28 Bill Joychanges to put in port code
1981-04-28 Bill Joyfixes for lint
1981-04-24 Bill Joycount pages paged out
1981-04-24 Bill Joyfix per mja@cmu
1981-04-23 Bill JoyANOM->SEQL
1981-04-23 Bill Joycall setupclock
1981-04-18 Bill Joyremove spurious high ipl's
1981-04-18 Bill Joynew timeout structure (linked lists)
1981-04-16 Bill Joyif running over limit in tight core situation, lower...
1981-04-14 Bill Joycopy maxrss at fork time
1981-04-14 Bill Joymaxrss stuff
1981-04-14 Bill Joy#if NBK>0 do silo stuff
1981-04-03 Bill Joychange timeout overflow panic message
next