unix-history/.git
31 years agofix major bug in reply() that trashes all error messages; add
Eric Allman [Sun, 11 Apr 1993 01:27:11 +0000 (17:27 -0800)]
fix major bug in reply() that trashes all error messages; add
IDA-style $&x handling; don't lose $s value in srvrsmtp; random POSIX
compatibility and similar cleanups

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

31 years ago%-hack single token hostnames behind $s if $r is specified
Eric Allman [Sun, 11 Apr 1993 01:22:27 +0000 (17:22 -0800)]
%-hack single token hostnames behind $s if $r is specified

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.32
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.24

31 years agodocument IDENT, including limitations
Eric Allman [Sun, 11 Apr 1993 00:54:11 +0000 (16:54 -0800)]
document IDENT, including limitations

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 6.36

31 years agodocument $&x
Eric Allman [Sun, 11 Apr 1993 00:36:14 +0000 (16:36 -0800)]
document $&x

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 6.35

31 years agoimplement $&x for deferred macro expansion; some POSIX compatibility
Eric Allman [Sun, 11 Apr 1993 00:28:28 +0000 (16:28 -0800)]
implement $&x for deferred macro expansion; some POSIX compatibility

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.54
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.30
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.37

31 years agofix loopback detection
Eric Allman [Sun, 11 Apr 1993 00:27:40 +0000 (16:27 -0800)]
fix loopback detection

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.24

31 years agoclarify error messages
Eric Allman [Sun, 11 Apr 1993 00:27:04 +0000 (16:27 -0800)]
clarify error messages

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.31

31 years agoadd MACRODEXPAND for deferred expansion
Eric Allman [Sun, 11 Apr 1993 00:26:01 +0000 (16:26 -0800)]
add MACRODEXPAND for deferred expansion

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.45

31 years agoclarify comments for the unwary
Eric Allman [Sun, 11 Apr 1993 00:25:47 +0000 (16:25 -0800)]
clarify comments for the unwary

SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.15

31 years agogeneral cleanup, use new err(3) routines
Keith Bostic [Sat, 10 Apr 1993 23:03:40 +0000 (15:03 -0800)]
general cleanup, use new err(3) routines

SCCS-vsn: usr.sbin/kvm_mkdb/nlist.c 5.8
SCCS-vsn: usr.sbin/kvm_mkdb/kvm_mkdb.c 5.18

31 years agooff_t's are quad, use %qd not %ld
Chris Torek [Sat, 10 Apr 1993 15:24:38 +0000 (07:24 -0800)]
off_t's are quad, use %qd not %ld

SCCS-vsn: usr.bin/ar/contents.c 5.7

31 years agomake $TMPDIR actually work; print actual temp name on mkstemp() error
Chris Torek [Sat, 10 Apr 1993 15:04:19 +0000 (07:04 -0800)]
make $TMPDIR actually work; print actual temp name on mkstemp() error

SCCS-vsn: usr.bin/ranlib/misc.c 5.4

31 years agoVan's suggestion: add a means to let kernel set IP header ident #
Andrew Cherenson [Sat, 10 Apr 1993 10:47:48 +0000 (02:47 -0800)]
Van's suggestion: add a means to let kernel set IP header ident #
in IP_HDRINCL case

SCCS-vsn: sys/netinet/raw_ip.c 7.13

31 years agomust initialize more IP header fields due to change in IP_HDRINCL semantics.
Andrew Cherenson [Sat, 10 Apr 1993 10:24:26 +0000 (02:24 -0800)]
must initialize more IP header fields due to change in IP_HDRINCL semantics.

SCCS-vsn: usr.sbin/traceroute/traceroute.c 5.6

31 years agorecover from gethostbyname timeouts (from Macklem)
Kirk McKusick [Sat, 10 Apr 1993 07:19:21 +0000 (23:19 -0800)]
recover from gethostbyname timeouts (from Macklem)

SCCS-vsn: sbin/mountd/mountd.c 5.25

31 years agoset $s after runinchild; runinchild calls newenvelope which clears
Eric Allman [Sat, 10 Apr 1993 06:55:19 +0000 (22:55 -0800)]
set $s after runinchild; runinchild calls newenvelope which clears
the macros

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.40

31 years agoclean up some debug messages if MATCHGECOS not compiled in
Eric Allman [Sat, 10 Apr 1993 05:24:20 +0000 (21:24 -0800)]
clean up some debug messages if MATCHGECOS not compiled in

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.35

31 years agodon't reset SmtpReplyBuffer on fatal errors -- VERY BAD BUG!
Eric Allman [Sat, 10 Apr 1993 05:21:35 +0000 (21:21 -0800)]
don't reset SmtpReplyBuffer on fatal errors -- VERY BAD BUG!

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.23

31 years agoSteven McCanne did kvm, renmae packet filter to bpf
Keith Bostic [Fri, 9 Apr 1993 20:21:41 +0000 (12:21 -0800)]
Steven McCanne did kvm, renmae packet filter to bpf

SCCS-vsn: admin/admin/contrib/contrib 5.43

31 years agoadd SIP, IPX, RTIP
Keith Sklower [Fri, 9 Apr 1993 10:21:05 +0000 (02:21 -0800)]
add SIP, IPX, RTIP

SCCS-vsn: sys/sys/socket.h 7.20

31 years agoNODUMP => UF_NODUMP (checkin by torek)
Keith Sklower [Fri, 9 Apr 1993 08:41:18 +0000 (00:41 -0800)]
NODUMP => UF_NODUMP (checkin by torek)

SCCS-vsn: usr.bin/ld/ld.c 6.15

31 years agoget rid of in_makeaddr, in_sockmaskof by request from jch
Keith Sklower [Fri, 9 Apr 1993 08:19:39 +0000 (00:19 -0800)]
get rid of in_makeaddr, in_sockmaskof by request from jch

SCCS-vsn: sys/netinet/in.c 7.32

31 years agochanges proposed by jch
Keith Sklower [Fri, 9 Apr 1993 08:14:11 +0000 (00:14 -0800)]
changes proposed by jch

SCCS-vsn: sys/net/if_loop.c 7.20

31 years agochange proposed by jch
Keith Sklower [Fri, 9 Apr 1993 08:13:23 +0000 (00:13 -0800)]
change proposed by jch

SCCS-vsn: sys/net/if.h 7.21

31 years agonew conventions for using routing tree
Keith Sklower [Fri, 9 Apr 1993 08:12:46 +0000 (00:12 -0800)]
new conventions for using routing tree

SCCS-vsn: sys/net/rtsock.c 7.36
SCCS-vsn: sys/net/route.c 7.33
SCCS-vsn: sys/net/radix.c 7.18
SCCS-vsn: sys/net/radix.h 7.8

31 years agonew conventions for calling routing layer
Keith Sklower [Fri, 9 Apr 1993 07:38:55 +0000 (23:38 -0800)]
new conventions for calling routing layer

SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.67
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.67

31 years agoin_sockmaskof has gone away; just do right thing for default.
Keith Sklower [Fri, 9 Apr 1993 06:17:06 +0000 (22:17 -0800)]
in_sockmaskof has gone away; just do right thing for default.

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.50

31 years agodate and time created 93/04/08 02:47:58 by utashiro
Kazumasa Utashiro [Thu, 8 Apr 1993 17:47:58 +0000 (09:47 -0800)]
date and time created 93/04/08 02:47:58 by utashiro

SCCS-vsn: sys/news3400/newsos/makesyscalls.sh 7.1

31 years agoserious support for NEWS-OS
Kazumasa Utashiro [Thu, 8 Apr 1993 17:39:17 +0000 (09:39 -0800)]
serious support for NEWS-OS

SCCS-vsn: sys/news3400/newsos/syscalls.master 7.2

31 years agoadded traceback becore panic
Kazumasa Utashiro [Thu, 8 Apr 1993 17:37:20 +0000 (09:37 -0800)]
added traceback becore panic

SCCS-vsn: sys/news3400/news3400/machdep.c 7.10

31 years agoremoved X_KLUGE
Kazumasa Utashiro [Thu, 8 Apr 1993 17:36:50 +0000 (09:36 -0800)]
removed X_KLUGE
Changed asynchronous bus error handling.

SCCS-vsn: sys/news3400/news3400/trap.c 7.8

31 years agoNEWS causes interrupt rather than trap for bad address.
Kazumasa Utashiro [Thu, 8 Apr 1993 17:35:36 +0000 (09:35 -0800)]
NEWS causes interrupt rather than trap for bad address.

SCCS-vsn: sys/news3400/news3400/locore.s 7.9

31 years agoSRCS+=sethostname.c (typo by kirk?)
Chris Torek [Thu, 8 Apr 1993 13:31:30 +0000 (05:31 -0800)]
SRCS+=sethostname.c (typo by kirk?)

SCCS-vsn: lib/libc/gen/Makefile.inc 5.38

31 years agoMostly changes recommended by jch for variable subnets & multiple
Keith Sklower [Thu, 8 Apr 1993 10:28:16 +0000 (02:28 -0800)]
Mostly changes recommended by jch for variable subnets & multiple
IP addresses per physical interface. May require further work.

SCCS-vsn: sys/netinet/in_var.h 7.8
SCCS-vsn: sys/netinet/in_pcb.c 7.26
SCCS-vsn: sys/netinet/ip_output.c 7.32
SCCS-vsn: sys/netinet/in.c 7.31
SCCS-vsn: sys/netinet/in_pcb.h 7.8
SCCS-vsn: sys/netinet/tcp_input.c 7.35
SCCS-vsn: sys/netinet/ip_icmp.c 7.21
SCCS-vsn: sys/netinet/udp_usrreq.c 7.29
SCCS-vsn: sys/netinet/ip_input.c 7.26

31 years agodate and time created 93/04/07 14:19:58 by elan
Elan Amir [Thu, 8 Apr 1993 05:19:58 +0000 (21:19 -0800)]
date and time created 93/04/07 14:19:58 by elan

SCCS-vsn: contrib/gcc-2.3.3/gcc.c 1.1

31 years agoupdate from elf: sun_setre[ug]id => osetre[ug]id
Chris Torek [Wed, 7 Apr 1993 10:49:23 +0000 (02:49 -0800)]
update from elf: sun_setre[ug]id => osetre[ug]id

SCCS-vsn: sys/sparc/sunos/syscalls.master 7.3

31 years agoupdate from elf: setre[ug]id no longer needed; fix sun readdir
Chris Torek [Wed, 7 Apr 1993 10:48:04 +0000 (02:48 -0800)]
update from elf: setre[ug]id no longer needed; fix sun readdir

SCCS-vsn: sys/sparc/sunos/sun_misc.c 7.5

31 years agospelling
Chris Torek [Wed, 7 Apr 1993 10:42:09 +0000 (02:42 -0800)]
spelling

SCCS-vsn: sys/sparc/sunos/sun_disklabel.h 7.3
SCCS-vsn: sys/sparc/sunos/sun_disklabel.c 7.4
SCCS-vsn: sys/sparc/sunos/sun_ioctl.c 7.4

31 years agofix a typo: "gwtpagesize.0" -> "getpagesize.0"
Mike Hibler [Wed, 7 Apr 1993 07:24:11 +0000 (23:24 -0800)]
fix a typo: "gwtpagesize.0" -> "getpagesize.0"

SCCS-vsn: lib/libc/gen/Makefile.inc 5.37

31 years agoarg to timeout require a void (*) (void)
Keith Sklower [Wed, 7 Apr 1993 06:25:23 +0000 (22:25 -0800)]
arg to timeout require a  void (*) (void)

SCCS-vsn: sys/netiso/iso_snpac.c 7.23

31 years agoeonrtrequest should return void
Keith Sklower [Wed, 7 Apr 1993 06:21:35 +0000 (22:21 -0800)]
eonrtrequest should return void

SCCS-vsn: sys/netiso/if_eon.c 7.20

31 years agoshut up complaints about 1st arg to timeout; declare esis_config() and snpac_age...
Keith Sklower [Wed, 7 Apr 1993 06:18:26 +0000 (22:18 -0800)]
shut up complaints about 1st arg to timeout; declare esis_config() and snpac_age() as returning void

SCCS-vsn: sys/netiso/esis.c 7.23

31 years agoadded union option
Jan-Simon Pendry [Wed, 7 Apr 1993 00:47:37 +0000 (16:47 -0800)]
added union option

SCCS-vsn: sbin/mount/mount.8 6.20

31 years agoadd new display devices.
Ralph Campbell [Tue, 6 Apr 1993 12:54:57 +0000 (04:54 -0800)]
add new display devices.

SCCS-vsn: etc/etc.pmax/MAKEDEV 5.4

31 years agochange start to startcmd to avoid conflict with start in crt0.o
Ralph Campbell [Tue, 6 Apr 1993 12:53:32 +0000 (04:53 -0800)]
change start to startcmd to avoid conflict with start in crt0.o

SCCS-vsn: usr.sbin/lpr/lpc/extern.h 5.4
SCCS-vsn: usr.sbin/lpr/lpc/cmds.c 5.12
SCCS-vsn: usr.sbin/lpr/lpc/cmdtab.c 5.6

31 years agoadd mips to list of gcc machines.
Ralph Campbell [Tue, 6 Apr 1993 12:51:02 +0000 (04:51 -0800)]
add mips to list of gcc machines.

SCCS-vsn: usr.bin/mkdep/Makefile 5.6

31 years agofix idle time display (used wrong entry in arrary).
Ralph Campbell [Tue, 6 Apr 1993 12:49:47 +0000 (04:49 -0800)]
fix idle time display (used wrong entry in arrary).

SCCS-vsn: usr.bin/vmstat/vmstat.c 5.43

31 years agouse Start instead of start. Conflicts with start in crt0.o (mips).
Ralph Campbell [Tue, 6 Apr 1993 12:47:56 +0000 (04:47 -0800)]
use Start instead of start. Conflicts with start in crt0.o (mips).

SCCS-vsn: usr.bin/diff/diff/diff.h 4.11
SCCS-vsn: usr.bin/diff/diff/diff.c 4.10
SCCS-vsn: usr.bin/diff/diff/diffdir.c 4.14

31 years agomake boot work for either 3100 or 5000 and still fit in 15 sectors.
Ralph Campbell [Tue, 6 Apr 1993 12:45:17 +0000 (04:45 -0800)]
make boot work for either 3100 or 5000 and still fit in 15 sectors.

SCCS-vsn: sys/pmax/stand/Makefile 5.5
SCCS-vsn: sys/pmax/stand/boot.c 7.8
SCCS-vsn: sys/pmax/stand/start.s 7.7

31 years agomake graphics devices define mmap routines.
Ralph Campbell [Tue, 6 Apr 1993 12:42:40 +0000 (04:42 -0800)]
make graphics devices define mmap routines.

SCCS-vsn: sys/pmax/pmax/conf.c 7.7

31 years agofix mmap for devices.
Ralph Campbell [Tue, 6 Apr 1993 12:41:43 +0000 (04:41 -0800)]
fix mmap for devices.

SCCS-vsn: sys/pmax/pmax/pmap.c 7.13

31 years agoallow auto reboot to work.
Ralph Campbell [Tue, 6 Apr 1993 12:40:48 +0000 (04:40 -0800)]
allow auto reboot to work.

SCCS-vsn: sys/pmax/pmax/machdep.c 7.19

31 years agodefine stuff for vmstat. Probably need to fix this.
Ralph Campbell [Tue, 6 Apr 1993 12:39:59 +0000 (04:39 -0800)]
define stuff for vmstat. Probably need to fix this.

SCCS-vsn: sys/pmax/pmax/locore.s 7.14

31 years agoremove X kluge
Ralph Campbell [Tue, 6 Apr 1993 12:38:54 +0000 (04:38 -0800)]
remove X kluge

SCCS-vsn: sys/pmax/pmax/trap.c 7.16

31 years agofix intermitent bug which sends chars to keyboard instead of port 3.
Ralph Campbell [Tue, 6 Apr 1993 12:36:05 +0000 (04:36 -0800)]
fix intermitent bug which sends chars to keyboard instead of port 3.

SCCS-vsn: sys/pmax/dev/dc.c 7.13

31 years agouse vm_mmap instead of X kluge to map display into user address space.
Ralph Campbell [Tue, 6 Apr 1993 12:35:31 +0000 (04:35 -0800)]
use vm_mmap instead of X kluge to map display into user address space.

SCCS-vsn: sys/pmax/dev/pm.c 7.9
SCCS-vsn: sys/pmax/dev/cfb.c 7.7
SCCS-vsn: sys/pmax/dev/mfb.c 7.4
SCCS-vsn: sys/pmax/dev/xcfb.c 7.3
SCCS-vsn: sys/pmax/dev/fbreg.h 7.3
SCCS-vsn: sys/pmax/dev/fb.c 7.4

31 years agoFixes for gcc2 warning messages.
Dave A. Borman [Tue, 6 Apr 1993 08:06:36 +0000 (00:06 -0800)]
Fixes for gcc2 warning messages.

SCCS-vsn: include/arpa/telnet.h 5.16

31 years agoFix gcc2 warnings.
Dave A. Borman [Tue, 6 Apr 1993 08:06:00 +0000 (00:06 -0800)]
Fix gcc2 warnings.
Fix the generation/parsing of the Environment option SEND suboption.
Add code (#ifdef ENV_HACK) to help interoperation with Telnet servers
that have the definitions for ENV_VAR and ENV_VALUE reversed.

SCCS-vsn: usr.bin/telnet/Makefile 5.8
SCCS-vsn: usr.bin/telnet/externs.h 5.5
SCCS-vsn: usr.bin/telnet/telnet.c 5.55
SCCS-vsn: usr.bin/telnet/sys_bsd.c 5.4
SCCS-vsn: usr.bin/telnet/commands.c 5.10
SCCS-vsn: usr.bin/telnet/utilities.c 5.7

31 years agoFix gcc2 warnings.
Dave A. Borman [Tue, 6 Apr 1993 07:48:27 +0000 (23:48 -0800)]
Fix gcc2 warnings.
Add ENV_HACK stuff to deal with telnet clients that
have the wrong definitions for ENV_VAR and ENV_VALUE.
Fix up the flow-control processing to work on systems
that don't use Linemode in the server.

SCCS-vsn: libexec/telnetd/Makefile 5.18
SCCS-vsn: libexec/telnetd/pathnames.h 5.6
SCCS-vsn: libexec/telnetd/termstat.c 5.13
SCCS-vsn: libexec/telnetd/utility.c 5.11
SCCS-vsn: libexec/telnetd/state.c 5.13
SCCS-vsn: libexec/telnetd/sys_term.c 5.20
SCCS-vsn: libexec/telnetd/ext.h 5.9

31 years agoFix gcc2 warnings
Dave A. Borman [Tue, 6 Apr 1993 07:20:26 +0000 (23:20 -0800)]
Fix gcc2 warnings

SCCS-vsn: lib/libtelnet/enc_des.c 5.3

31 years ago{set,get}hostname and gethostid are needed for COMPAT_SUNOS too.
Chris Torek [Tue, 6 Apr 1993 06:33:41 +0000 (22:33 -0800)]
{set,get}hostname and gethostid are needed for COMPAT_SUNOS too.
(note that sethostid is not---SunOS has no way to alter the host ID)

SCCS-vsn: sys/kern/kern_xxx.c 7.23

31 years ago{set,get}host{name,id} and getpagesize all became compat
Chris Torek [Tue, 6 Apr 1993 06:22:50 +0000 (22:22 -0800)]
{set,get}host{name,id} and getpagesize all became compat

SCCS-vsn: sys/sparc/sunos/syscalls.master 7.2

31 years agoneed getpagesize for COMPAT_SUNOS too
Chris Torek [Tue, 6 Apr 1993 06:21:17 +0000 (22:21 -0800)]
need getpagesize for COMPAT_SUNOS too

SCCS-vsn: sys/vm/vm_mmap.c 7.27

31 years agoSunOS compat needs get/set host name/id too
Chris Torek [Tue, 6 Apr 1993 06:18:44 +0000 (22:18 -0800)]
SunOS compat needs get/set host name/id too

SCCS-vsn: sys/kern/kern_xxx.c 7.23

31 years agoclean up error return messages
Eric Allman [Mon, 5 Apr 1993 23:22:01 +0000 (15:22 -0800)]
clean up error return messages

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.36
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.29

31 years agoKirk made pstat work again
Keith Bostic [Mon, 5 Apr 1993 12:02:32 +0000 (04:02 -0800)]
Kirk made pstat work again

SCCS-vsn: usr.sbin/Makefile 5.14

31 years agoprioritize tasks
Eric Allman [Mon, 5 Apr 1993 07:23:36 +0000 (23:23 -0800)]
prioritize tasks

SCCS-vsn: usr.sbin/sendmail/src/TODO 6.7

31 years agocrude initialization of map_rebuild -- needs work yet
Eric Allman [Mon, 5 Apr 1993 07:20:10 +0000 (23:20 -0800)]
crude initialization of map_rebuild -- needs work yet

SCCS-vsn: usr.sbin/sendmail/src/map.c 6.8

31 years agoadd map_rebuild for program to use for auto-rebuild
Eric Allman [Mon, 5 Apr 1993 07:13:52 +0000 (23:13 -0800)]
add map_rebuild for program to use for auto-rebuild

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.44

31 years ago931 support done
Eric Allman [Mon, 5 Apr 1993 07:10:11 +0000 (23:10 -0800)]
931 support done

SCCS-vsn: usr.sbin/sendmail/src/TODO 6.6

31 years agolog $_ (authenticated sender info) in Received: line; use D= on
Eric Allman [Mon, 5 Apr 1993 07:05:43 +0000 (23:05 -0800)]
log $_ (authenticated sender info) in Received: line; use D= on
prog mailer

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.23

31 years agolog $_ (authenticated sender info) in Received: line
Eric Allman [Mon, 5 Apr 1993 07:05:24 +0000 (23:05 -0800)]
log $_ (authenticated sender info) in Received: line

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.31

31 years agoD= mailer flag for directory path; RFC 1413 (IDENT) protocol support;
Eric Allman [Mon, 5 Apr 1993 07:04:53 +0000 (23:04 -0800)]
D= mailer flag for directory path; RFC 1413 (IDENT) protocol support;
check for loopbacks in user instead of srvr SMTP

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

31 years agoIDENT cleanup; move loopback checking from srvr to user smtp
Eric Allman [Mon, 5 Apr 1993 07:03:25 +0000 (23:03 -0800)]
IDENT cleanup; move loopback checking from srvr to user smtp

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.22
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.53
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.33
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.39
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.46

31 years agodocument $_ and Directory=
Eric Allman [Mon, 5 Apr 1993 06:43:27 +0000 (22:43 -0800)]
document $_ and Directory=

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 6.34

31 years agohave to explicitly return 0
Kirk McKusick [Mon, 5 Apr 1993 05:03:26 +0000 (21:03 -0800)]
have to explicitly return 0

SCCS-vsn: lib/libc/gen/gethostname.c 5.2
SCCS-vsn: lib/libc/gen/sethostname.c 5.2

31 years agomoves from sys to here
Kirk McKusick [Mon, 5 Apr 1993 05:00:18 +0000 (21:00 -0800)]
moves from sys to here

SCCS-vsn: lib/libc/gen/gethostname.3 6.9

31 years ago{get,set}hostname and getpagesize move in from sys
Kirk McKusick [Mon, 5 Apr 1993 04:59:31 +0000 (20:59 -0800)]
{get,set}hostname and getpagesize move in from sys

SCCS-vsn: lib/libc/gen/Makefile.inc 5.36

31 years agodate and time created 93/04/04 13:58:57 by mckusick
Kirk McKusick [Mon, 5 Apr 1993 04:58:57 +0000 (20:58 -0800)]
date and time created 93/04/04 13:58:57 by mckusick

SCCS-vsn: lib/libc/gen/gethostname.c 5.1
SCCS-vsn: lib/libc/gen/sethostname.c 5.1

31 years agoRFC 1413 (IDENT) protocol support
Eric Allman [Mon, 5 Apr 1993 04:56:57 +0000 (20:56 -0800)]
RFC 1413 (IDENT) protocol support

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.29
SCCS-vsn: usr.sbin/sendmail/src/macro.c 6.7
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.52
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.29
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.32

31 years agodate and time created 93/04/04 13:51:40 by mckusick
Kirk McKusick [Mon, 5 Apr 1993 04:51:40 +0000 (20:51 -0800)]
date and time created 93/04/04 13:51:40 by mckusick

SCCS-vsn: lib/libc/gen/getpagesize.c 5.1

31 years agomove from sys to gen
Kirk McKusick [Mon, 5 Apr 1993 04:50:52 +0000 (20:50 -0800)]
move from sys to gen

SCCS-vsn: lib/libc/gen/getpagesize.3 6.5

31 years agoupdate for move to compat-43
Kirk McKusick [Mon, 5 Apr 1993 04:47:54 +0000 (20:47 -0800)]
update for move to compat-43

SCCS-vsn: lib/libc/compat-43/gethostid.3 6.7

31 years agodate and time created 93/04/04 13:47:33 by mckusick
Kirk McKusick [Mon, 5 Apr 1993 04:47:33 +0000 (20:47 -0800)]
date and time created 93/04/04 13:47:33 by mckusick

SCCS-vsn: lib/libc/compat-43/gethostid.c 5.1
SCCS-vsn: lib/libc/compat-43/sethostid.c 5.1

31 years ago{get,set}hostid moves in from sys
Kirk McKusick [Mon, 5 Apr 1993 04:38:48 +0000 (20:38 -0800)]
{get,set}hostid moves in from sys

SCCS-vsn: lib/libc/compat-43/Makefile.inc 5.10
SCCS-vsn: lib/libc/compat-43/Makefile.inc 5.10

31 years ago{get,set}hostid goes to compat-43; getkerninfo goes away;
Kirk McKusick [Mon, 5 Apr 1993 04:29:57 +0000 (20:29 -0800)]
{get,set}hostid goes to compat-43; getkerninfo goes away;
{get,set}hostname and getpagesize go to gen

SCCS-vsn: lib/libc/sys/Makefile.inc 5.27

31 years agogetpagesize becomes COMPAT
Kirk McKusick [Mon, 5 Apr 1993 04:16:44 +0000 (20:16 -0800)]
getpagesize becomes COMPAT

SCCS-vsn: sys/vm/vm_mmap.c 7.26

31 years agogetkerninfo becomes COMPAT
Kirk McKusick [Mon, 5 Apr 1993 04:15:45 +0000 (20:15 -0800)]
getkerninfo becomes COMPAT

SCCS-vsn: sys/kern/kern_sysctl.c 7.32

31 years ago{get,set}host{name,id} become COMPAT
Kirk McKusick [Mon, 5 Apr 1993 04:15:16 +0000 (20:15 -0800)]
{get,set}host{name,id} become COMPAT

SCCS-vsn: sys/kern/kern_xxx.c 7.22

31 years ago{get,set}host{name,id}, pagesize, and getkerninfo become COMPAT
Kirk McKusick [Mon, 5 Apr 1993 04:13:54 +0000 (20:13 -0800)]
{get,set}host{name,id}, pagesize, and getkerninfo become COMPAT

SCCS-vsn: sys/kern/syscalls.master 7.41

31 years agoRemoved gcc-1 -f optimization flags.
Christos Zoulas [Sun, 4 Apr 1993 06:59:59 +0000 (22:59 -0800)]
Removed gcc-1 -f optimization flags.

SCCS-vsn: bin/csh/Makefile 5.30

31 years agochange relocation to allow for bigger MAXBSIZE
Kirk McKusick [Sun, 4 Apr 1993 03:15:09 +0000 (19:15 -0800)]
change relocation to allow for bigger MAXBSIZE

SCCS-vsn: sys/hp300/stand/Makefile 7.19

31 years agoadd kvm library
Kirk McKusick [Sun, 4 Apr 1993 03:12:07 +0000 (19:12 -0800)]
add kvm library

SCCS-vsn: usr.sbin/pstat/Makefile 5.5

31 years agoadd -n flag
Kirk McKusick [Sun, 4 Apr 1993 03:11:40 +0000 (19:11 -0800)]
add -n flag

SCCS-vsn: usr.sbin/sysctl/sysctl.8 5.2

31 years agoadd directory search path on prog mailer
Eric Allman [Sat, 3 Apr 1993 22:21:55 +0000 (14:21 -0800)]
add directory search path on prog mailer

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 6.7

31 years agoadd Directory mailer field
Eric Allman [Sat, 3 Apr 1993 22:20:11 +0000 (14:20 -0800)]
add Directory mailer field

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.25
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.60

31 years agoconvert kinfo to sysctl; fix vnode and file printing
Kirk McKusick [Sat, 3 Apr 1993 14:37:53 +0000 (06:37 -0800)]
convert kinfo to sysctl; fix vnode and file printing

SCCS-vsn: usr.sbin/pstat/pstat.c 5.39

31 years agomake truncate of file to the same length asynchronous
Kirk McKusick [Sat, 3 Apr 1993 05:54:20 +0000 (21:54 -0800)]
make truncate of file to the same length asynchronous

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.69

31 years agoadd execdir to mailer definition
Eric Allman [Sat, 3 Apr 1993 02:59:02 +0000 (18:59 -0800)]
add execdir to mailer definition

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.43

31 years agoconvert kinfo to sysctl
Kirk McKusick [Fri, 2 Apr 1993 06:25:26 +0000 (22:25 -0800)]
convert kinfo to sysctl

SCCS-vsn: usr.bin/netstat/unix.c 5.16
SCCS-vsn: usr.bin/netstat/route.c 5.26