add user to config file to allow the servers to run as someone besides
[unix-history] / usr / src / sys /
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...
1984-09-05 Sam Lefflerdon't need pseudo-flags because SOL_SOCKET options...
1984-09-05 Sam Lefflerrevise socket option interface so options at SOL_SOCKET...
1984-09-05 Kirk McKusickmay not sleep before the u. area is dma'ed to disk...
1984-09-05 Jim Bloommask macro moved to header file and name changed to...
1984-09-02 Sam Lefflercorrect SO_DONTUSELOOPBACK
1984-08-31 Ralph Campbelladded sigmask macro to convert signal number to bit...
1984-08-31 Jim Bloomchanges to includes. no more ../h
1984-08-30 Jim Bloomchange to includes. no more ../h
1984-08-30 Jim Bloomchange ot includes. no more ../h
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-30 Jim BloomChange to includes. No more ../h
1984-08-30 Jim Bloomfix include to use "ioctl.h" instead of /usr/include...
1984-08-30 Ralph Campbellretries on ecc, fix SSE, check forwarded blocks for...
1984-08-30 Jim BloomChange to include files. No more ../h
1984-08-30 Mike Karelsbigger routing hash tables for gateways
1984-08-30 Jim BloomInclude file changes. No more ../h
1984-08-30 Jim BloomChange includes. No more ../h
1984-08-30 Mike Karelsadd SO_BROADCAST flag, SO_DONT* pseudo-flags
1984-08-30 Mike Karelsadd SO_BROADCAST
1984-08-30 Mike Karelsrename machine/param.h
1984-08-29 Mike Karelsdon't let tcp_attach free socket if can't get mbuf...
1984-08-29 Mike Karelson net redirect, pass net address (not host address)
1984-08-29 Jim BloomChange to includes. No more ../h
1984-08-29 Jim Bloomno more ../h
1984-08-29 Jim Bloommake depend uses cc -M and change how includes are...
1984-08-29 Jim Bloomfix header includes. no more ../h
1984-08-29 Jim BloomChange include paths. No more ../h
1984-08-29 Jim BloomChange include paths. No more ../h.
1984-08-29 Jim BloomAdd info about who compiled the kernel and where
1984-08-29 Jim Bloomdate and time created 84/08/28 12:06:05 by bloom
1984-08-28 Mike Karelsclear i_socket before reeleasing inode; fix unp_scan...
1984-08-25 Kirk McKusickadd `signal' as a system call
1984-08-24 Kirk McKusickcopyin and copyout now take their arguments in registers;
1984-08-24 Kirk McKusickcopyin and copyout now take their parameters in registers
1984-08-24 Kirk McKusickinsure that ndquot is at least as big as the inode...
1984-08-23 Kirk McKusickcopyin and copyout now take their parameters in registers
1984-08-23 Sam Lefflerhaving hardclock call softclock (when possible) leaves...
1984-08-23 Kirk McKusickinline expand bumptime
1984-08-23 Kirk McKusickadd imin, imax, min, and max as inline expansions
1984-08-23 Kirk McKusickimax, imin, max, and min are now expanded inline
1984-08-23 Kirk McKusickuse IMIN macro to save call overhead
1984-08-23 Kirk McKusickuse GETF macro where appropriate
1984-08-23 Kirk McKusickclean up spl's
1984-08-22 Mike Karelsadd interrupt counts per device, also software interrupts
1984-08-22 Mike Karelsadd v_soft for software interrupts
1984-08-22 Mike Karelschange datagram queuing to use m_act properly; type...
1984-08-22 Mike Karelstry to remain page-aligned in sosend, even if that...
1984-08-22 Mike Karelssostat now does the SENSE
1984-08-22 Mike Karelschange protocol family number in protosw to pointer...
1984-08-22 Mike Karelsadd sostat
1984-08-22 Mike Karelschange protocol family number in protosw to pointer...
1984-08-22 Mike Karelsadd RIGHTS type for mbufs, use m_act correctly for...
1984-08-21 Kirk McKusickupdate to use ../vax/inline/inline instead of ../vax/asm
1984-08-21 Kirk McKusickadd `make print' entry
1984-08-21 Kirk McKusickadd provision to gather statistics
1984-08-21 Kirk McKusickadd the instruction stop table definition for the VAX
1984-08-21 Kirk McKusickadd instruction stop table;
1984-08-21 Kirk McKusickadd definition of instruction stop table; add comments!
1984-08-21 Kirk McKusickfix expansions for htons, ntohs, htonl, and ntohl
1984-08-21 Kirk McKusickcleanup of initialization code
1984-08-21 Mike Karelsadd sostat
1984-08-21 Mike Karelsadd sostat for blksize
1984-08-21 Mike Karelsallow kgclock to be disabled
1984-08-20 Kirk McKusickhave to account for field instructions
1984-08-20 Kirk McKusickfix count on bzero
1984-08-20 Kirk McKusicksubsume Kernel dependent part of asm.c
1984-08-19 Kirk McKusickchange name of header file from pc2.h to inline.h
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:41 by mckusick
1984-08-19 Kirk McKusickdate and time created 84/08/18 17:35:39 by mckusick
next