unix-history/.git
39 years agouse inet_ntoa instead of local copy.
Ralph Campbell [Fri, 30 Nov 1984 09:01:18 +0000 (01:01 -0800)]
use inet_ntoa instead of local copy.

SCCS-vsn: libexec/telnetd/telnetd.c 4.30

39 years agodon't call flsbuf for every char if line buffering.
Ralph Campbell [Fri, 30 Nov 1984 03:02:59 +0000 (19:02 -0800)]
don't call flsbuf for every char if line buffering.

SCCS-vsn: lib/libc/stdio/fwrite.c 4.3

39 years agofix putc(x,iop) so x is executed only once (as before).
Ralph Campbell [Fri, 30 Nov 1984 03:00:40 +0000 (19:00 -0800)]
fix putc(x,iop) so x is executed only once (as before).

SCCS-vsn: include/stdio.h 1.10

39 years agoFix 4.3 was incorrect. Code was correct beforehand.
Jim Bloom [Thu, 29 Nov 1984 14:39:47 +0000 (06:39 -0800)]
Fix 4.3 was incorrect.  Code was correct beforehand.

SCCS-vsn: old/make/doname.c 4.4

39 years agoDave's changes
Edward Wang [Thu, 29 Nov 1984 10:31:36 +0000 (02:31 -0800)]
Dave's changes

SCCS-vsn: games/battlestar/com4.c 1.2
SCCS-vsn: games/battlestar/com5.c 1.2
SCCS-vsn: games/battlestar/com6.c 1.2
SCCS-vsn: games/battlestar/fly.c 1.2
SCCS-vsn: games/battlestar/com1.c 1.2
SCCS-vsn: games/battlestar/cypher.c 1.2
SCCS-vsn: games/battlestar/battlestar.c 1.2
SCCS-vsn: games/battlestar/globals.c 1.2
SCCS-vsn: games/battlestar/init.c 1.2
SCCS-vsn: games/battlestar/room.c 1.2
SCCS-vsn: games/battlestar/save.c 1.2
SCCS-vsn: games/battlestar/com2.c 1.2
SCCS-vsn: games/battlestar/com7.c 1.2
SCCS-vsn: games/battlestar/extern.h 1.2

39 years agostore RMAGIC on a short boundary (if RCHECK defined).
Ralph Campbell [Thu, 29 Nov 1984 02:08:43 +0000 (18:08 -0800)]
store RMAGIC on a short boundary (if RCHECK defined).

SCCS-vsn: lib/libc/stdlib/malloc.c 4.6

39 years agostipple fonts 1 - 8 are mapped through stipple_index[]
Mark Opperman [Wed, 28 Nov 1984 12:50:38 +0000 (04:50 -0800)]
stipple fonts 1 - 8 are mapped through stipple_index[]
stipple fonts > 8 are not mapped

SCCS-vsn: local/ditroff/ditroff.old.okeeffe/grn/hgraph.c 1.14

39 years agosocketpair needs to connect datagram sockets both ways, returns 0
Mike Karels [Wed, 28 Nov 1984 09:08:00 +0000 (01:08 -0800)]
socketpair needs to connect datagram sockets both ways, returns 0

SCCS-vsn: sys/kern/uipc_syscalls.c 6.6

39 years agono close-on-exec for new fd after dup/dup2/fcntl(DUPFD)
Mike Karels [Wed, 28 Nov 1984 09:06:09 +0000 (01:06 -0800)]
no close-on-exec for new fd after dup/dup2/fcntl(DUPFD)

SCCS-vsn: sys/kern/kern_descrip.c 6.7

39 years agooff-by-one in fcntl-DUPFD; avoid panic on flock(f,0) if holding shared
Mike Karels [Wed, 28 Nov 1984 08:27:07 +0000 (00:27 -0800)]
off-by-one in fcntl-DUPFD; avoid panic on flock(f,0) if holding shared
lock; don't fail when changing lock types without blocking if we hold the only
lock

SCCS-vsn: sys/kern/kern_descrip.c 6.6

39 years agohow did this ever work?
Mike Karels [Wed, 28 Nov 1984 07:38:18 +0000 (23:38 -0800)]
how did this ever  work?

SCCS-vsn: sys/vax/uba/ut.c 6.3

39 years agoforce communications area to be remapped after uba reset (from Jim McKie)
Mike Karels [Wed, 28 Nov 1984 07:34:59 +0000 (23:34 -0800)]
force communications area to be remapped after uba reset (from Jim McKie)

SCCS-vsn: sys/vax/uba/ts.c 6.3

39 years agoadd missing E partition; 0-terminate rlstd array; correct slave code
Mike Karels [Wed, 28 Nov 1984 07:28:49 +0000 (23:28 -0800)]
add missing E partition; 0-terminate rlstd array; correct slave code
to find drives that aren't spun up (per spm@mit-athena)

SCCS-vsn: sys/vax/uba/rl.c 6.3

39 years agoFix a couple sysntax errors
Jim Bloom [Wed, 28 Nov 1984 06:46:44 +0000 (22:46 -0800)]
Fix a couple sysntax errors

SCCS-vsn: bin/csh/file.c 1.5

39 years agofrom Jim McKie
Mike Karels [Wed, 28 Nov 1984 05:59:59 +0000 (21:59 -0800)]
from Jim McKie

SCCS-vsn: sys/netinet/in_pcb.c 6.5

39 years agoadded line-style to polygons
Dave Slattengren [Wed, 28 Nov 1984 05:19:03 +0000 (21:19 -0800)]
added line-style to polygons

SCCS-vsn: local/ditroff/ditroff.old.okeeffe/driver/draw.c 1.9

39 years agoincludes from ../h
Mike Karels [Wed, 28 Nov 1984 04:53:52 +0000 (20:53 -0800)]
includes from ../h

SCCS-vsn: sys/vax/stand/Makefile 6.3

39 years agoallow variable # of passes, continue or quit after specified number
Mike Karels [Wed, 28 Nov 1984 03:24:06 +0000 (19:24 -0800)]
allow variable # of passes, continue or quit after specified number

SCCS-vsn: sys/vax/stand/format.c 6.4

39 years agouse UNIX syntax, not VAX syntax (from chris@maryland)
Kirk McKusick [Tue, 27 Nov 1984 09:53:25 +0000 (01:53 -0800)]
use UNIX syntax, not VAX syntax (from chris@maryland)

SCCS-vsn: usr.bin/pascal/src/pccaseop.c 2.2

39 years agodon't quit if __SYMDEF should happen to have a valid a.out magic #.
Ralph Campbell [Tue, 27 Nov 1984 04:35:11 +0000 (20:35 -0800)]
don't quit if __SYMDEF should happen to have a valid a.out magic #.

SCCS-vsn: usr.bin/nm/nm.c 4.5

39 years agoignore __SYMDEF if it should happen to have a valid a.out magic #.
Ralph Campbell [Tue, 27 Nov 1984 04:13:26 +0000 (20:13 -0800)]
ignore __SYMDEF if it should happen to have a valid a.out magic #.

SCCS-vsn: usr.bin/ranlib/ranlib.c 4.7

39 years agouse effective uid instead of real uid (for setuid scripts).
Ralph Campbell [Tue, 27 Nov 1984 03:02:06 +0000 (19:02 -0800)]
use effective uid instead of real uid (for setuid scripts).

SCCS-vsn: old/whoami/whoami.c 4.2

39 years agotake out sun code
Ralph Campbell [Tue, 27 Nov 1984 02:54:55 +0000 (18:54 -0800)]
take out sun code

SCCS-vsn: usr.sbin/iostat/iostat.c 4.12

39 years agofix #ifdef unix so it will compile w/o unix defined.
Ralph Campbell [Tue, 27 Nov 1984 02:53:12 +0000 (18:53 -0800)]
fix #ifdef unix so it will compile w/o unix defined.

SCCS-vsn: old/make/main.c 4.6

39 years agodon't compile in metering by default.
Ralph Campbell [Tue, 27 Nov 1984 02:45:20 +0000 (18:45 -0800)]
don't compile in metering by default.

SCCS-vsn: old/make/defs 4.7

39 years agofix negative times due to overflow; add fflush so works over net
Jay Lepreau [Sat, 24 Nov 1984 17:01:51 +0000 (09:01 -0800)]
fix negative times due to overflow; add fflush so works over net

SCCS-vsn: usr.sbin/iostat/iostat.c 4.11

39 years agooops
Mike Karels [Thu, 22 Nov 1984 04:20:23 +0000 (20:20 -0800)]
oops

SCCS-vsn: sys/kern/uipc_socket2.c 6.7

39 years agofix sign-extend problems in putc, getc macros
Ralph Campbell [Thu, 22 Nov 1984 04:18:13 +0000 (20:18 -0800)]
fix sign-extend problems in putc, getc macros

SCCS-vsn: include/stdio.h 1.9

39 years agofix flsbuf('\377'); make _cnt backward comp. with old putc macro.
Ralph Campbell [Thu, 22 Nov 1984 04:10:10 +0000 (20:10 -0800)]
fix flsbuf('\377'); make _cnt backward comp. with old putc macro.

SCCS-vsn: lib/libc/stdio/wbuf.c 4.8

39 years agofix parameter type to flsbuf().
Ralph Campbell [Thu, 22 Nov 1984 04:06:55 +0000 (20:06 -0800)]
fix parameter type to flsbuf().

SCCS-vsn: old/pcc/lint/llibs/llib-lc 1.14

39 years agoturn \newline into space as per documentation.
Ralph Campbell [Thu, 22 Nov 1984 03:26:27 +0000 (19:26 -0800)]
turn \newline into space as per documentation.

SCCS-vsn: bin/csh/lex.c 4.6

39 years agodon't need to ignore SIGINT due to process groups.
Ralph Campbell [Thu, 22 Nov 1984 03:25:29 +0000 (19:25 -0800)]
don't need to ignore SIGINT due to process groups.

SCCS-vsn: bin/csh/proc.c 4.14

39 years agodate and time created 84/11/21 00:30:28 by edward
Edward Wang [Wed, 21 Nov 1984 16:30:28 +0000 (08:30 -0800)]
date and time created 84/11/21 00:30:28 by edward

SCCS-vsn: usr.bin/window/tth29.c 3.1

39 years agotth29 added
Edward Wang [Wed, 21 Nov 1984 16:30:14 +0000 (08:30 -0800)]
tth29 added

SCCS-vsn: usr.bin/window/wwdata.c 3.12

39 years agowe don't flush typeahead any more
Edward Wang [Wed, 21 Nov 1984 15:40:29 +0000 (07:40 -0800)]
we don't flush typeahead any more

SCCS-vsn: usr.bin/window/main.c 3.27
SCCS-vsn: usr.bin/window/wwend.c 3.6
SCCS-vsn: usr.bin/window/wwinit.c 3.22
SCCS-vsn: usr.bin/window/wwopen.c 3.18
SCCS-vsn: usr.bin/window/wwtty.c 3.8
SCCS-vsn: usr.bin/window/lcmd1.c 3.27
SCCS-vsn: usr.bin/window/mloop.c 3.6
SCCS-vsn: usr.bin/window/wwsuspend.c 3.6

39 years agofixed sysline window bug (unframed foreground window)
Edward Wang [Wed, 21 Nov 1984 15:38:19 +0000 (07:38 -0800)]
fixed sysline window bug (unframed foreground window)

SCCS-vsn: usr.bin/window/wwframe.c 3.15

39 years agochar **environ added
Edward Wang [Wed, 21 Nov 1984 15:32:29 +0000 (07:32 -0800)]
char **environ added

SCCS-vsn: old/pcc/lint/llibs/llib-lc 1.13

39 years agolint
Edward Wang [Wed, 21 Nov 1984 15:18:16 +0000 (07:18 -0800)]
lint

SCCS-vsn: usr.bin/window/lcmd2.c 3.9
SCCS-vsn: usr.bin/window/lcmd1.c 3.27
SCCS-vsn: usr.bin/window/lcmd2.c 3.9

39 years agodate and time created 84/11/20 17:53:58 by edward
Edward Wang [Wed, 21 Nov 1984 09:53:58 +0000 (01:53 -0800)]
date and time created 84/11/20 17:53:58 by edward

SCCS-vsn: games/battlestar/Makefile 1.1

39 years ago-I to specify which interface we care about
Edward Wang [Wed, 21 Nov 1984 09:19:24 +0000 (01:19 -0800)]
-I to specify which interface we care about

SCCS-vsn: usr.bin/netstat/main.c 4.13
SCCS-vsn: usr.bin/netstat/if.c 4.6

39 years ago-I flag to specify interface
Edward Wang [Wed, 21 Nov 1984 08:45:22 +0000 (00:45 -0800)]
-I flag to specify interface

SCCS-vsn: usr.bin/netstat/if.c 4.6
SCCS-vsn: usr.bin/netstat/main.c 4.13

39 years ago(ugly) changes to avoid executing/writing traced text segments
Mike Karels [Wed, 21 Nov 1984 03:24:04 +0000 (19:24 -0800)]
(ugly) changes to avoid executing/writing traced text segments
(need regions done right!)

SCCS-vsn: sys/kern/kern_exec.c 6.8
SCCS-vsn: sys/kern/sys_process.c 6.3

39 years agoNZERO now 0 (use PRIO_{MIN,MAX}); cleanup u.u_error crap (going to
Mike Karels [Wed, 21 Nov 1984 03:15:28 +0000 (19:15 -0800)]
NZERO now 0 (use PRIO_{MIN,MAX}); cleanup u.u_error crap (going to
toss that sucker!)

SCCS-vsn: sys/kern/kern_resource.c 6.4

39 years agoremove unused code
Mike Karels [Wed, 21 Nov 1984 03:13:46 +0000 (19:13 -0800)]
remove unused code

SCCS-vsn: sys/kern/kern_sig.c 6.8

39 years agomake depend
Kirk McKusick [Tue, 20 Nov 1984 10:37:22 +0000 (02:37 -0800)]
make depend

SCCS-vsn: usr.bin/systat/Makefile 1.5

39 years agoforgot to initialize 'termcap'
Edward Wang [Tue, 20 Nov 1984 08:49:09 +0000 (00:49 -0800)]
forgot to initialize 'termcap'

SCCS-vsn: usr.bin/window/wwinit.c 3.21

39 years agosyntax fix for v7 C compiler
Edward Wang [Tue, 20 Nov 1984 08:48:51 +0000 (00:48 -0800)]
syntax fix for v7 C compiler

SCCS-vsn: usr.bin/window/tt.h 3.12

39 years agofix queue pattern (from chris@maryland)
Kirk McKusick [Tue, 20 Nov 1984 07:38:04 +0000 (23:38 -0800)]
fix queue pattern (from chris@maryland)

SCCS-vsn: sys/vax/inline/langpats.c 2.6

39 years agocompiler is fixed
Mike Karels [Tue, 20 Nov 1984 03:19:46 +0000 (19:19 -0800)]
compiler is fixed

SCCS-vsn: sys/vax/vax/vm_machdep.c 6.4

39 years agooops
Mike Karels [Tue, 20 Nov 1984 02:42:18 +0000 (18:42 -0800)]
oops

SCCS-vsn: sys/kern/uipc_socket2.c 6.7

39 years agodate and time created 84/11/18 19:28:11 by edward
Edward Wang [Mon, 19 Nov 1984 11:28:11 +0000 (03:28 -0800)]
date and time created 84/11/18 19:28:11 by edward

SCCS-vsn: games/battlestar/extern.h 1.1

39 years agodate and time created 84/11/18 19:10:35 by edward
Edward Wang [Mon, 19 Nov 1984 11:10:35 +0000 (03:10 -0800)]
date and time created 84/11/18 19:10:35 by edward

SCCS-vsn: games/battlestar/getcom.c 1.1

39 years agodate and time created 84/11/18 19:10:33 by edward
Edward Wang [Mon, 19 Nov 1984 11:10:33 +0000 (03:10 -0800)]
date and time created 84/11/18 19:10:33 by edward

SCCS-vsn: games/battlestar/cypher.c 1.1

39 years agodate and time created 84/11/18 18:59:19 by edward
Edward Wang [Mon, 19 Nov 1984 10:59:19 +0000 (02:59 -0800)]
date and time created 84/11/18 18:59:19 by edward

SCCS-vsn: games/battlestar/save.c 1.1

39 years agodate and time created 84/11/18 18:59:18 by edward
Edward Wang [Mon, 19 Nov 1984 10:59:18 +0000 (02:59 -0800)]
date and time created 84/11/18 18:59:18 by edward

SCCS-vsn: games/battlestar/room.c 1.1

39 years agodate and time created 84/11/18 18:59:17 by edward
Edward Wang [Mon, 19 Nov 1984 10:59:17 +0000 (02:59 -0800)]
date and time created 84/11/18 18:59:17 by edward

SCCS-vsn: games/battlestar/parse.c 1.1

39 years agodate and time created 84/11/18 18:59:06 by edward
Edward Wang [Mon, 19 Nov 1984 10:59:06 +0000 (02:59 -0800)]
date and time created 84/11/18 18:59:06 by edward

SCCS-vsn: games/battlestar/misc.c 1.1

39 years agodate and time created 84/11/18 18:59:05 by edward
Edward Wang [Mon, 19 Nov 1984 10:59:05 +0000 (02:59 -0800)]
date and time created 84/11/18 18:59:05 by edward

SCCS-vsn: games/battlestar/init.c 1.1

39 years agodate and time created 84/11/18 18:59:04 by edward
Edward Wang [Mon, 19 Nov 1984 10:59:04 +0000 (02:59 -0800)]
date and time created 84/11/18 18:59:04 by edward

SCCS-vsn: games/battlestar/globals.c 1.1

39 years agodate and time created 84/11/18 18:59:01 by edward
Edward Wang [Mon, 19 Nov 1984 10:59:01 +0000 (02:59 -0800)]
date and time created 84/11/18 18:59:01 by edward

SCCS-vsn: games/battlestar/fly.c 1.1

39 years agodate and time created 84/11/18 18:58:52 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:52 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:52 by edward

SCCS-vsn: games/battlestar/battlestar.c 1.1

39 years agodate and time created 84/11/18 18:58:51 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:51 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:51 by edward

SCCS-vsn: games/battlestar/battlestar.6 1.1

39 years agodate and time created 84/11/18 18:58:45 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:45 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:45 by edward

SCCS-vsn: games/battlestar/com7.c 1.1

39 years agodate and time created 84/11/18 18:58:43 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:43 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:43 by edward

SCCS-vsn: games/battlestar/com6.c 1.1

39 years agodate and time created 84/11/18 18:58:41 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:41 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:41 by edward

SCCS-vsn: games/battlestar/com5.c 1.1

39 years agodate and time created 84/11/18 18:58:38 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:38 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:38 by edward

SCCS-vsn: games/battlestar/com4.c 1.1

39 years agodate and time created 84/11/18 18:58:36 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:36 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:36 by edward

SCCS-vsn: games/battlestar/com3.c 1.1

39 years agodate and time created 84/11/18 18:58:35 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:35 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:35 by edward

SCCS-vsn: games/battlestar/com2.c 1.1

39 years agodate and time created 84/11/18 18:58:33 by edward
Edward Wang [Mon, 19 Nov 1984 10:58:33 +0000 (02:58 -0800)]
date and time created 84/11/18 18:58:33 by edward

SCCS-vsn: games/battlestar/com1.c 1.1

39 years agobogus mbuf calculations
Mike Karels [Sat, 17 Nov 1984 09:40:54 +0000 (01:40 -0800)]
bogus mbuf calculations

SCCS-vsn: usr.bin/netstat/mbuf.c 4.7

39 years agominor syntax cleanups.
Ralph Campbell [Sat, 17 Nov 1984 02:13:13 +0000 (18:13 -0800)]
minor syntax cleanups.

SCCS-vsn: share/termcap/termcap.src 1.30

39 years agosplhigh should be ipl 18; add "splextreme" for spl7
Mike Karels [Sat, 17 Nov 1984 01:49:55 +0000 (17:49 -0800)]
splhigh should be ipl 18; add "splextreme" for spl7

SCCS-vsn: sys/vax/inline/langpats.c 2.5

39 years agosomebody changed stdio.h; also cleanup debug code
Sam Leffler [Fri, 16 Nov 1984 11:19:04 +0000 (03:19 -0800)]
somebody changed stdio.h; also cleanup debug code

SCCS-vsn: usr.sbin/rmt/rmt.c 4.4

39 years agocheck in for bloom; update device lookup routine to skip current
Sam Leffler [Fri, 16 Nov 1984 08:26:27 +0000 (00:26 -0800)]
check in for bloom; update device lookup routine to skip current
block devices (had been checking only for oldies)

SCCS-vsn: bin/ps/ps.c 4.29

39 years agoI'm so fastidious (clean up after tef)
Sam Leffler [Fri, 16 Nov 1984 06:59:04 +0000 (22:59 -0800)]
I'm so fastidious (clean up after tef)

SCCS-vsn: sys/kern/tty_subr.c 6.6

39 years agotoss ND crap
Mike Karels [Fri, 16 Nov 1984 03:09:55 +0000 (19:09 -0800)]
toss ND crap

SCCS-vsn: sys/netinet/ip_input.c 6.7

39 years agoOh yea, right. Now put in the code changes to correspond to
Thomas Ferrin [Thu, 15 Nov 1984 17:41:52 +0000 (09:41 -0800)]
Oh yea, right.  Now put in the code changes to correspond to
to the last delta's comment.

SCCS-vsn: sys/kern/tty_subr.c 6.5

39 years agoMove output chars from buffer to clist(s) with bcopy for efficiency.
Thomas Ferrin [Thu, 15 Nov 1984 17:13:08 +0000 (09:13 -0800)]
Move output chars from buffer to clist(s) with bcopy for efficiency.

SCCS-vsn: sys/kern/tty_subr.c 6.4

39 years agospeedup by doing cmpc3 then locc; reduce chance for bogus page fault
Kirk McKusick [Thu, 15 Nov 1984 15:07:42 +0000 (07:07 -0800)]
speedup by doing cmpc3 then locc; reduce chance for bogus page fault

SCCS-vsn: lib/libc/vax/string/strcmp.s 4.3
SCCS-vsn: lib/libc/vax/string/strncmp.s 4.3

39 years agoadded DEC pro 350, macintosh
Ralph Campbell [Thu, 15 Nov 1984 07:56:08 +0000 (23:56 -0800)]
added DEC pro 350, macintosh

SCCS-vsn: share/termcap/termcap.src 1.29

39 years agoreallocate route if losing
Mike Karels [Thu, 15 Nov 1984 02:26:15 +0000 (18:26 -0800)]
reallocate route if losing

SCCS-vsn: sys/netinet/tcp_timer.c 6.5

39 years agoadd snd_cwndw to decrease outstanding data after a source quench;
Mike Karels [Thu, 15 Nov 1984 02:20:03 +0000 (18:20 -0800)]
add snd_cwndw to decrease outstanding data after a source quench;
fix retransmission change (1 seg when timer goes off,
then back to normal after an ack)

SCCS-vsn: sys/netinet/tcp_output.c 6.7

39 years agoadd snd_cwndw to decrease outstanding data after a source quench;
Mike Karels [Thu, 15 Nov 1984 02:18:36 +0000 (18:18 -0800)]
add snd_cwndw to decrease outstanding data after a source quench;
accept a bit more urgent data; acknowledge window probes

SCCS-vsn: sys/netinet/tcp_input.c 6.8

39 years agoadd snd_cwndw to decrease outstanding data after a source quench
Mike Karels [Thu, 15 Nov 1984 02:17:22 +0000 (18:17 -0800)]
add snd_cwndw to decrease outstanding data after a source quench

SCCS-vsn: sys/netinet/tcp_var.h 6.2
SCCS-vsn: sys/netinet/tcp_subr.c 6.4

39 years agogeneralize in_pcbnotify, use it to cause reallocation of routes
Mike Karels [Thu, 15 Nov 1984 02:14:55 +0000 (18:14 -0800)]
generalize in_pcbnotify, use it to cause reallocation of routes
after receipt of a redirect

SCCS-vsn: sys/netinet/in_pcb.c 6.4
SCCS-vsn: sys/netinet/ip_icmp.c 6.8
SCCS-vsn: sys/netinet/ip_input.c 6.6

39 years agoadjtime
Mike Karels [Thu, 15 Nov 1984 02:05:01 +0000 (18:05 -0800)]
adjtime

SCCS-vsn: sys/kern/kern_time.c 6.4
SCCS-vsn: sys/kern/kern_clock.c 6.10

39 years agoadd sockopts for buffer sizes, etc.
Mike Karels [Thu, 15 Nov 1984 01:58:59 +0000 (17:58 -0800)]
add sockopts for buffer sizes, etc.

SCCS-vsn: sys/kern/uipc_socket.c 6.9
SCCS-vsn: sys/kern/uipc_socket2.c 6.6

39 years agoupdated kermit entries (from jak@ucbopal)
Ralph Campbell [Thu, 15 Nov 1984 01:58:20 +0000 (17:58 -0800)]
updated kermit entries (from jak@ucbopal)

SCCS-vsn: share/termcap/termcap.src 1.28

39 years agoadd fake cleanup()
Mike Karels [Wed, 14 Nov 1984 07:10:54 +0000 (23:10 -0800)]
add fake cleanup()

SCCS-vsn: lib/libc/Makefile 4.7

39 years agodate and time created 84/11/13 14:50:28 by karels
Mike Karels [Wed, 14 Nov 1984 06:50:28 +0000 (22:50 -0800)]
date and time created 84/11/13 14:50:28 by karels

SCCS-vsn: lib/libc/stdio/fakcu.c 4.1

39 years agoassorted optimizations (no functional changes)
Eric Allman [Wed, 14 Nov 1984 04:46:05 +0000 (20:46 -0800)]
assorted optimizations (no functional changes)

SCCS-vsn: usr.sbin/sendmail/src/version.c 4.42

39 years agooptimize fgetfolded and sameword
Eric Allman [Wed, 14 Nov 1984 04:29:36 +0000 (20:29 -0800)]
optimize fgetfolded and sameword

SCCS-vsn: usr.sbin/sendmail/src/util.c 4.9

39 years agooptimize macro expansion
Eric Allman [Wed, 14 Nov 1984 03:44:32 +0000 (19:44 -0800)]
optimize macro expansion

SCCS-vsn: usr.sbin/sendmail/src/macro.c 4.3

39 years agobmove => bcopy
Eric Allman [Wed, 14 Nov 1984 03:33:43 +0000 (19:33 -0800)]
bmove => bcopy

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 4.13

39 years agofix lint errs, make code for putc more compact.
Ralph Campbell [Tue, 13 Nov 1984 03:27:53 +0000 (19:27 -0800)]
fix lint errs, make code for putc more compact.

SCCS-vsn: include/stdio.h 1.8

39 years agofix lint errs, make code for putc more compact.
Ralph Campbell [Tue, 13 Nov 1984 01:38:50 +0000 (17:38 -0800)]
fix lint errs, make code for putc more compact.

SCCS-vsn: include/stdio.h 1.8

39 years agoadded user field to config file so that daemons may be run as somebody
Jim Bloom [Sun, 11 Nov 1984 14:03:54 +0000 (06:03 -0800)]
added user field to config file so that daemons may be run as somebody
besides root

SCCS-vsn: usr.sbin/inetd/inetd.c 4.4

39 years agouse NOFILE from param.h
Jay Lepreau [Sun, 11 Nov 1984 10:23:18 +0000 (02:23 -0800)]
use NOFILE from param.h

SCCS-vsn: lib/libc/gen/popen.c 4.6

39 years agoadd user to config file to allow the servers to run as someone besides
Jim Bloom [Fri, 9 Nov 1984 09:19:28 +0000 (01:19 -0800)]
add user to config file to allow the servers to run as someone besides
root

SCCS-vsn: usr.sbin/inetd/inetd.c 4.4

39 years ago(no message)
Mike Karels [Fri, 9 Nov 1984 03:55:35 +0000 (19:55 -0800)]
(no message)

SCCS-vsn: share/termcap/reorder 1.4