specify if mail in the mbox is new
[unix-history] / usr / src / sys /
1985-01-08 Kirk McKusickretain use of bcopy as savings of playing with buffers...
1985-01-04 Mike Karelsmark unused or truncated partitions correctly; unifdef...
1985-01-04 Jim Bloomadded window size support
1985-01-01 Jim Bloomadded window size support
1985-01-01 Jim Bloomadded window sizes to tty structure
1985-01-01 Jim Bloomadded SIGWINCH
1985-01-01 Jim BloomAdded ioctls for window size changes, process group...
1985-01-01 Jim BloomAdded SIGWINCH for windows
1984-12-28 Mike Karelssilliness
1984-12-28 Mike Karelsselect on >32 files
1984-12-22 Jim Bloominclude ioctl.h
1984-12-22 Jim Bloominclude ioctl.h
1984-12-22 Mike Karelsdefine KERNEL to get the right includes; define uba_hd...
1984-12-21 Mike Karelsfrom salkind, with some changes/retentions
1984-12-21 Mike Karelsfrom salkind
1984-12-21 Jim Bloomcall param routine when ioctls change hardware configur...
1984-12-21 Mike Karelsuse MGET macro
1984-12-21 Mike Karelsattempt to configure RL02's that aren't spun up.
1984-12-21 Mike Karelstickadj (for adjtime)
1984-12-21 Mike Karelsincrease NOFILE, NMOUNT, NCARGS
1984-12-21 Mike Karelsadd IXMOD for now (for text modified with ptrace)
1984-12-21 Mike Karelsdefine SB_MAX
1984-12-21 Mike Karelsfrom rich
1984-12-21 Mike Karelsadd socket options for changing buffer sizes, also...
1984-12-21 Mike Karelscorrect bounds check; don't fall off IP header if optle...
1984-12-21 Mike Karelsinvalidate after making rpb writable; resume needs...
1984-12-21 Mike Karels730 fixes
1984-12-21 Mike Karelsfixes for 730 memerrors; wait a bit longer for sync...
1984-12-21 Mike Karelspg_fileno is just text or zero until VM redone (for...
1984-12-21 Mike Karelsincrease UPAGES
1984-12-21 Mike Karelsdon't flush when opening open terminal; missing splx...
1984-12-21 Mike Karelsmissing parens
1984-12-21 Mike Karelscount those mbufs!; check access on Unix-domain socket...
1984-12-21 Mike Karelsmore bcopies (from Peter Collinson)
1984-12-21 Mike Karelsdon't recalc pri of sleepers until awakened; no "panic...
1984-12-21 Mike Karelsmake spgrp use child pointers instead of linear searches
1984-12-21 Mike Karelsrename log to subr_log
1984-12-13 Mike Karelsadd AHZ for units of comp_t's
1984-12-13 Mike Karelsuse AHZ instead of 1<<6.
1984-12-11 Kirk McKusickswap buffers rather than copying when increasing size...
1984-12-03 Kirk McKusickadd swapbuf macro
1984-11-28 Mike Karelssocketpair needs to connect datagram sockets both ways...
1984-11-28 Mike Karelsno close-on-exec for new fd after dup/dup2/fcntl(DUPFD)
1984-11-28 Mike Karelsoff-by-one in fcntl-DUPFD; avoid panic on flock(f,0...
1984-11-28 Mike Karelshow did this ever work?
1984-11-28 Mike Karelsforce communications area to be remapped after uba...
1984-11-28 Mike Karelsadd missing E partition; 0-terminate rlstd array; corre...
1984-11-28 Mike Karelsfrom Jim McKie
1984-11-28 Mike Karelsincludes from ../h
1984-11-28 Mike Karelsallow variable # of passes, continue or quit after...
1984-11-22 Mike Karelsoops
1984-11-21 Mike Karels(ugly) changes to avoid executing/writing traced text...
1984-11-21 Mike KarelsNZERO now 0 (use PRIO_{MIN,MAX}); cleanup u.u_error...
1984-11-21 Mike Karelsremove unused code
1984-11-20 Kirk McKusickfix queue pattern (from chris@maryland)
1984-11-20 Mike Karelscompiler is fixed
1984-11-20 Mike Karelsoops
1984-11-17 Mike Karelssplhigh should be ipl 18; add "splextreme" for spl7
1984-11-16 Sam LefflerI'm so fastidious (clean up after tef)
1984-11-16 Mike Karelstoss ND crap
1984-11-15 Thomas FerrinOh yea, right. Now put in the code changes to correspo...
1984-11-15 Thomas FerrinMove output chars from buffer to clist(s) with bcopy...
1984-11-15 Mike Karelsreallocate route if losing
1984-11-15 Mike Karelsadd snd_cwndw to decrease outstanding data after a...
1984-11-15 Mike Karelsadd snd_cwndw to decrease outstanding data after a...
1984-11-15 Mike Karelsadd snd_cwndw to decrease outstanding data after a...
1984-11-15 Mike Karelsgeneralize in_pcbnotify, use it to cause reallocation...
1984-11-15 Mike Karelsadjtime
1984-11-15 Mike Karelsadd sockopts for buffer sizes, etc.
1984-11-03 Mike Karelsdrop trailing null mbufs in sbdrop (probably unnecessar...
1984-11-02 Mike Karelssend only one segment when retransmitting; don't send...
1984-11-02 Mike Karelsinitialize t_srtt; use TCP_MSS define for default maxseg
1984-11-02 Mike Karelsput TCP_MSS in header
1984-11-02 Mike Karelsdon't loop in slowtimo if inpcb has no tcpcb
1984-11-01 Mike Karelsfix round-trip timing: rexmt timer shouldn't screw...
1984-11-01 Mike Karelsfix scatter-gather in physio (from Larry Allen)
1984-10-27 Mike Karelsalways count interrupts in per-device code (not twice...
1984-10-20 Mike Karelsbind local address according to routing (caching the...
1984-10-20 Mike Karelsdon't setrun stopped procs in selwakeup
1984-10-19 Mike Karelsfix round-trip timing: rexmt timer shouldn't screw...
1984-10-05 Kirk McKusickonly allow initialization to happen once (Jim McKie...
1984-09-29 Kirk McKusickuse macros
1984-09-29 Kirk McKusickfix units bug in fragextend
1984-09-29 Kirk McKusickadd macros to manipulate fragments
1984-09-27 Thomas FerrinMajor rewrite, mostly by Bill Nesheim (bill@cornell...
1984-09-27 Thomas Ferrinnew defines for use with new if_dmc.c
1984-09-26 Kirk McKusickTU78 error recovery (Griff Smith - ulysses!ggs)
1984-09-26 Kirk McKusickTU78 error recovery (ulysses!ggs)
1984-09-21 Kirk McKusickadd machine dependent stubs for mc68000
1984-09-21 Kirk McKusickadd provision for mc68000
1984-09-19 Thomas FerrinAdded code for loading patachable control store on...
1984-09-11 Kirk McKusicksecurity fix from George Goble
1984-09-11 Jim Bloomassym.s didn't exist when running make depend on a...
1984-09-09 Mike Karelsoops, want ubanum, not ubahd
1984-09-09 Jim Bloomchanged if_un.c to if_ub.c and device changed to ub
1984-09-09 Jim BloomGot rid of all ../h in the system. Changed the include
1984-09-06 Mike Karelsallow variable-size hash tables, with size in global;
1984-09-06 Mike Karelssigmask macro is in signal.h;
1984-09-06 Mike Karelsadd SO_BROADCAST
1984-09-05 Sam Lefflerallow broadcasts based on SO_BROADCAST; this permits...
next