unix-history/.git
31 years agoadjust compile flags & library includes
Eric Allman [Sat, 29 May 1993 05:27:38 +0000 (21:27 -0800)]
adjust compile flags & library includes

SCCS-vsn: usr.sbin/sendmail/makemap/Makefile 6.2

31 years agouse NDBM and NEWDB compile flags to match sendmail
Eric Allman [Sat, 29 May 1993 05:27:19 +0000 (21:27 -0800)]
use NDBM and NEWDB compile flags to match sendmail

SCCS-vsn: usr.sbin/sendmail/makemap/makemap.c 6.2

31 years agoThe bug was introduced when the special character changed from '#'
Keith Bostic [Sat, 29 May 1993 05:24:18 +0000 (21:24 -0800)]
The bug was introduced when the special character changed from '#'
to '.'.  There is a check that says that lines that start with a '.' are
not dependency lines; From: "Christos S. Zoulas" <christos>

SCCS-vsn: usr.bin/make/parse.c 5.20

31 years agoadd makemap by default
Keith Bostic [Sat, 29 May 1993 05:17:44 +0000 (21:17 -0800)]
add makemap by default

SCCS-vsn: usr.sbin/sendmail/Makefile 6.8

31 years agoclean the directory out before installing
Keith Bostic [Sat, 29 May 1993 05:10:10 +0000 (21:10 -0800)]
clean the directory out before installing

SCCS-vsn: old/adb/common_scripts/Makefile 5.9

31 years agodelete unnecessary libraries
Eric Allman [Sat, 29 May 1993 04:35:07 +0000 (20:35 -0800)]
delete unnecessary libraries

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

31 years agodate and time created 93/05/28 13:18:18 by elan
Elan Amir [Sat, 29 May 1993 04:18:18 +0000 (20:18 -0800)]
date and time created 93/05/28 13:18:18 by elan

SCCS-vsn: local/X11R5/mit/Makefile.ini 1.1

31 years agodate and time created 93/05/28 13:15:33 by elan
Elan Amir [Sat, 29 May 1993 04:15:33 +0000 (20:15 -0800)]
date and time created 93/05/28 13:15:33 by elan

SCCS-vsn: local/X11R5/mit/config/imake.c 1.1

31 years agodelete /usr/new
Keith Bostic [Sat, 29 May 1993 04:07:36 +0000 (20:07 -0800)]
delete /usr/new

SCCS-vsn: etc/mtree/4.4BSD.dist 5.13

31 years agodate and time created 93/05/28 13:02:10 by elan
Elan Amir [Sat, 29 May 1993 04:02:10 +0000 (20:02 -0800)]
date and time created 93/05/28 13:02:10 by elan

SCCS-vsn: local/X11R5/mit/config/imakemdep.h 1.1

31 years agonew style Makefile
Keith Bostic [Sat, 29 May 1993 04:01:46 +0000 (20:01 -0800)]
new style Makefile

SCCS-vsn: contrib/usr.x25/nimd/Makefile 5.2

31 years agodate and time created 93/05/28 13:01:14 by bostic
Keith Bostic [Sat, 29 May 1993 04:01:14 +0000 (20:01 -0800)]
date and time created 93/05/28 13:01:14 by bostic

SCCS-vsn: contrib/usr.x25/nimd/Makefile 5.1

31 years agodate and time created 93/05/28 12:55:43 by elan
Elan Amir [Sat, 29 May 1993 03:55:43 +0000 (19:55 -0800)]
date and time created 93/05/28 12:55:43 by elan

SCCS-vsn: local/X11R5/mit/config/hpbsd.cf 1.1

31 years agodon't typedef rune_t if _ANSI_SOURCE defined
Keith Bostic [Sat, 29 May 1993 03:53:13 +0000 (19:53 -0800)]
don't typedef rune_t if _ANSI_SOURCE defined
delete macro versions, they're not reentrant; this simplifies lots o' stuff

SCCS-vsn: include/ctype.h 5.10

31 years agodon't typedef run_t if _ANSI_SOURCE defined
Keith Bostic [Sat, 29 May 1993 03:25:01 +0000 (19:25 -0800)]
don't typedef run_t if _ANSI_SOURCE defined

SCCS-vsn: include/stdlib.h 5.28
SCCS-vsn: include/stddef.h 5.8

31 years agofix recursive syserr; lock NEWDB files during gets; fix host map
Eric Allman [Fri, 28 May 1993 23:09:19 +0000 (15:09 -0800)]
fix recursive syserr; lock NEWDB files during gets; fix host map
overwrites alias conflict; defer opening of map files; some Solaris 2.1
updates (although it still doesn't work)

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

31 years agohave mailertable look for partial domains as well as full domains
Eric Allman [Fri, 28 May 1993 22:19:51 +0000 (14:19 -0800)]
have mailertable look for partial domains as well as full domains

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

31 years agoruleset 90 for mailertable
Eric Allman [Fri, 28 May 1993 22:19:18 +0000 (14:19 -0800)]
ruleset 90 for mailertable

SCCS-vsn: usr.sbin/sendmail/cf/README 6.28

31 years agodefer map open as long as possible
Eric Allman [Fri, 28 May 1993 22:12:32 +0000 (14:12 -0800)]
defer map open as long as possible

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.59
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.41

31 years agochange alias initialization to general map initialization
Eric Allman [Fri, 28 May 1993 22:00:57 +0000 (14:00 -0800)]
change alias initialization to general map initialization

SCCS-vsn: usr.sbin/sendmail/src/convtime.c 6.4
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.68
SCCS-vsn: usr.sbin/sendmail/src/stab.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.57
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.59
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.51
SCCS-vsn: usr.sbin/sendmail/src/map.c 6.22

31 years agodate and time created 93/05/28 03:37:16 by pendry
Jan-Simon Pendry [Fri, 28 May 1993 18:37:16 +0000 (10:37 -0800)]
date and time created 93/05/28 03:37:16 by pendry

SCCS-vsn: sbin/mount_portal/mount_portal.8 1.1

31 years agoupdate for new kernel filesystem
Jan-Simon Pendry [Fri, 28 May 1993 17:53:44 +0000 (09:53 -0800)]
update for new kernel filesystem

SCCS-vsn: sbin/mount_fdesc/mount_fdesc.8 5.3

31 years agoreorganize to allow pid_t to become u_long
Kirk McKusick [Fri, 28 May 1993 16:43:00 +0000 (08:43 -0800)]
reorganize to allow pid_t to become u_long

SCCS-vsn: sys/sys/proc.h 7.38

31 years agopid_t becomes a u_long
Kirk McKusick [Fri, 28 May 1993 16:42:10 +0000 (08:42 -0800)]
pid_t becomes a u_long

SCCS-vsn: sys/sys/types.h 7.29

31 years agoreorganize to better alignment
Kirk McKusick [Fri, 28 May 1993 16:41:50 +0000 (08:41 -0800)]
reorganize to better alignment

SCCS-vsn: sys/sys/fcntl.h 5.16

31 years agoadd portal_tcp implementation
Jan-Simon Pendry [Fri, 28 May 1993 16:30:16 +0000 (08:30 -0800)]
add portal_tcp implementation

SCCS-vsn: sbin/mount_portal/pt_tcp.c 5.2

31 years agomake tar follow command line symlinks
Keith Bostic [Fri, 28 May 1993 15:57:55 +0000 (07:57 -0800)]
make tar follow command line symlinks

SCCS-vsn: include/Makefile 5.58

31 years agoadd sigsetjmp and siglongjmp
Kirk McKusick [Fri, 28 May 1993 15:53:48 +0000 (07:53 -0800)]
add sigsetjmp and siglongjmp

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

31 years agoadd sigsetjmp
Kirk McKusick [Fri, 28 May 1993 15:50:37 +0000 (07:50 -0800)]
add sigsetjmp

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

31 years agodate and time created 93/05/28 00:50:23 by mckusick
Kirk McKusick [Fri, 28 May 1993 15:50:23 +0000 (07:50 -0800)]
date and time created 93/05/28 00:50:23 by mckusick

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

31 years agohave to check for NULL proc
Kirk McKusick [Fri, 28 May 1993 15:41:30 +0000 (07:41 -0800)]
have to check for NULL proc

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.56

31 years agoadd rune.h, runetype.h
Keith Bostic [Fri, 28 May 1993 14:08:50 +0000 (06:08 -0800)]
add rune.h, runetype.h

SCCS-vsn: include/Makefile 5.57

31 years agohave to use prototype notation so C++ will eat it
Keith Bostic [Fri, 28 May 1993 14:08:02 +0000 (06:08 -0800)]
have to use prototype notation so C++ will eat it
pcc's not gonna handle the inline's anyway, so no big loss

SCCS-vsn: include/ctype.h 5.9

31 years agocannot provide extra argument to getty or it dies
Kirk McKusick [Fri, 28 May 1993 13:38:52 +0000 (05:38 -0800)]
cannot provide extra argument to getty or it dies

SCCS-vsn: sbin/init/init.c 6.19

31 years agofix stabapply prototype (again)
Eric Allman [Fri, 28 May 1993 12:53:19 +0000 (04:53 -0800)]
fix stabapply prototype (again)

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

31 years agofix stabapply prototype
Eric Allman [Fri, 28 May 1993 12:48:23 +0000 (04:48 -0800)]
fix stabapply prototype

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

31 years agofully bracket those initializers (for gcc2 -W)
Chris Torek [Fri, 28 May 1993 12:45:15 +0000 (04:45 -0800)]
fully bracket those initializers (for gcc2 -W)

SCCS-vsn: sys/sparc/sunos/makesyscalls.sh 7.3

31 years ago1.7: fully bracket those initializers (for gcc2 -W)
Chris Torek [Fri, 28 May 1993 12:41:03 +0000 (04:41 -0800)]
1.7: fully bracket those initializers (for gcc2 -W)

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

31 years ago1.34: fully bracket those initializers (for gcc2 -W)
Chris Torek [Fri, 28 May 1993 12:35:31 +0000 (04:35 -0800)]
1.34: fully bracket those initializers (for gcc2 -W)

SCCS-vsn: sys/sparc/sparc/trap.c 7.5

31 years ago1.32: make GENERIC code compile
Chris Torek [Fri, 28 May 1993 11:57:20 +0000 (03:57 -0800)]
1.32: make GENERIC code compile

SCCS-vsn: sys/sparc/sparc/autoconf.c 7.5

31 years agocorrect Nixon's final QOTD
Keith Bostic [Fri, 28 May 1993 11:51:05 +0000 (03:51 -0800)]
correct Nixon's final QOTD

SCCS-vsn: games/fortune/datfiles/fortunes2 5.4

31 years agofully bracket those initializers, for gcc2 -W
Chris Torek [Fri, 28 May 1993 11:46:39 +0000 (03:46 -0800)]
fully bracket those initializers, for gcc2 -W

SCCS-vsn: sys/kern/tty_conf.c 7.10

31 years agofully bracket those initializers (for gcc2 -W); make most symbols static
Chris Torek [Fri, 28 May 1993 11:41:41 +0000 (03:41 -0800)]
fully bracket those initializers (for gcc2 -W); make most symbols static

SCCS-vsn: sys/sparc/rcons/gallant19.h 7.2

31 years agodeclare all parameters (for gcc -W)
Chris Torek [Fri, 28 May 1993 09:53:21 +0000 (01:53 -0800)]
declare all parameters (for gcc -W)

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

31 years agofully bracket those initializers, for gcc2 -W
Chris Torek [Fri, 28 May 1993 09:41:43 +0000 (01:41 -0800)]
fully bracket those initializers, for gcc2 -W

SCCS-vsn: sys/kern/tty_compat.c 7.17

31 years agoemit fully-bracketed initializers, to keep gcc2 -W quiet
Chris Torek [Fri, 28 May 1993 09:35:21 +0000 (01:35 -0800)]
emit fully-bracketed initializers, to keep gcc2 -W quiet

SCCS-vsn: sys/kern/makesyscalls.sh 7.8

31 years agoad in gdb-4.7.lbl
Keith Bostic [Fri, 28 May 1993 08:03:54 +0000 (00:03 -0800)]
ad in gdb-4.7.lbl

SCCS-vsn: contrib/Makefile 5.4

31 years agodeleted getttytab.c; turn off debugging
Elan Amir [Fri, 28 May 1993 07:08:07 +0000 (23:08 -0800)]
deleted getttytab.c; turn off debugging

SCCS-vsn: libexec/getty/Makefile 5.13
SCCS-vsn: libexec/getty/subr.c 5.13

31 years agonew version from Dain Samples; checked in by TK
Keith Bostic [Fri, 28 May 1993 05:24:04 +0000 (21:24 -0800)]
new version from Dain Samples; checked in by TK

SCCS-vsn: contrib/bib/src/Makefile 2.7
SCCS-vsn: contrib/bib/src/alpha.seek.c 2.3
SCCS-vsn: contrib/bib/src/bib.c 2.11
SCCS-vsn: contrib/bib/src/bib.h 2.8
SCCS-vsn: contrib/bib/src/bibargs.c 2.13
SCCS-vsn: contrib/bib/src/invert.c 2.7
SCCS-vsn: contrib/bib/src/listrefs.c 2.6
SCCS-vsn: contrib/bib/src/locate.c 2.7
SCCS-vsn: contrib/bib/src/lookup.c 2.6
SCCS-vsn: contrib/bib/src/makekey.c 2.3
SCCS-vsn: contrib/bib/src/streams.c 2.5
SCCS-vsn: contrib/bib/src/streams.h 2.3
SCCS-vsn: contrib/bib/man/bib.1 4.7
SCCS-vsn: contrib/bib/man/invert.1 4.5
SCCS-vsn: contrib/bib/macs/Makefile 1.8
SCCS-vsn: contrib/bib/macs/bib.astro 2.4
SCCS-vsn: contrib/bib/macs/bib.compsurv 2.3
SCCS-vsn: contrib/bib/macs/bib.foot 2.4
SCCS-vsn: contrib/bib/macs/bib.hnf 2.3
SCCS-vsn: contrib/bib/macs/bib.list 2.3
SCCS-vsn: contrib/bib/macs/bib.opena 2.4
SCCS-vsn: contrib/bib/macs/bib.openn 2.3
SCCS-vsn: contrib/bib/macs/bib.spe 2.3
SCCS-vsn: contrib/bib/macs/bib.spe2 2.4
SCCS-vsn: contrib/bib/macs/bib.stda 2.3
SCCS-vsn: contrib/bib/macs/bib.stdafull 1.2
SCCS-vsn: contrib/bib/macs/bib.stdn 2.3
SCCS-vsn: contrib/bib/macs/bib.stdsn 2.4
SCCS-vsn: contrib/bib/macs/bib.supn 2.4
SCCS-vsn: contrib/bib/macs/bibinc.fullnames 2.14
SCCS-vsn: contrib/bib/macs/bibinc.publishers 2.5
SCCS-vsn: contrib/bib/macs/bibinc.shortnames 2.9
SCCS-vsn: contrib/bib/macs/bibmac.me 2.4
SCCS-vsn: contrib/bib/macs/bmac.open 2.5
SCCS-vsn: contrib/bib/macs/bmac.std 2.7
SCCS-vsn: contrib/bib/macs/common 2.3

31 years agoadd in keywords
Keith Bostic [Fri, 28 May 1993 05:19:37 +0000 (21:19 -0800)]
add in keywords

SCCS-vsn: contrib/bib/Makefile 2.3

31 years agonew version from Dain Samples; checked in by TK
Keith Bostic [Fri, 28 May 1993 05:19:15 +0000 (21:19 -0800)]
new version from Dain Samples; checked in by TK

SCCS-vsn: contrib/bib/Makefile 2.2

31 years agoput a backward compatible ctype in place, for old binaries
Keith Bostic [Fri, 28 May 1993 04:37:17 +0000 (20:37 -0800)]
put a backward compatible ctype in place, for old binaries

SCCS-vsn: lib/libc/locale/ctype.c 5.9
SCCS-vsn: lib/libc/locale/Makefile.inc 5.4

31 years agoinitialize cnt
Keith Bostic [Fri, 28 May 1993 04:17:18 +0000 (20:17 -0800)]
initialize cnt

SCCS-vsn: lib/libc/locale/ansi.c 5.2

31 years agoSolaris portability changes
Eric Allman [Fri, 28 May 1993 04:02:02 +0000 (20:02 -0800)]
Solaris portability changes

SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.33
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.58
SCCS-vsn: usr.sbin/sendmail/src/collect.c 6.18
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.50

31 years agouse proper macro to pick out message data (from Andrew Cherenson)
Kirk McKusick [Fri, 28 May 1993 04:01:09 +0000 (20:01 -0800)]
use proper macro to pick out message data (from Andrew Cherenson)

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

31 years agoChange protos to use getcap(3) routeines.
Elan Amir [Fri, 28 May 1993 03:56:03 +0000 (19:56 -0800)]
Change protos to use getcap(3) routeines.

SCCS-vsn: libexec/getty/extern.h 5.2

31 years agoConvert to getcap(3) routines.
Elan Amir [Fri, 28 May 1993 03:55:38 +0000 (19:55 -0800)]
Convert to getcap(3) routines.

SCCS-vsn: libexec/getty/main.c 5.20
SCCS-vsn: libexec/getty/subr.c 5.12

31 years agohack from Karels to cope with last close on controlling terminal
Kirk McKusick [Fri, 28 May 1993 03:53:58 +0000 (19:53 -0800)]
hack from Karels to cope with last close on controlling terminal

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.55

31 years agoChange libtelnet so that instead of picking up
Dave A. Borman [Fri, 28 May 1993 03:50:15 +0000 (19:50 -0800)]
Change libtelnet so that instead of picking up
the gettytab.c module from getty, it now uses its own
version of getent() and getstr(), that use the newer
library routines cgetent() and cgetstr().

SCCS-vsn: lib/libtelnet/Makefile 5.8
SCCS-vsn: lib/libtelnet/getent.c 5.4

31 years agohpux lseek => 4.4BSD olseek
Kirk McKusick [Fri, 28 May 1993 03:42:21 +0000 (19:42 -0800)]
hpux lseek => 4.4BSD olseek

SCCS-vsn: sys/hp/hpux/syscalls.master 7.4

31 years ago4.3BSD => 4.4BSD
Kirk McKusick [Fri, 28 May 1993 03:19:51 +0000 (19:19 -0800)]
4.3BSD => 4.4BSD

SCCS-vsn: etc/gettytab 5.15

31 years agoprototype functions
Eric Allman [Fri, 28 May 1993 02:37:51 +0000 (18:37 -0800)]
prototype functions

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.32
SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.35
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.41
SCCS-vsn: usr.sbin/sendmail/src/macro.c 6.8
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.67
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.35
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.57
SCCS-vsn: usr.sbin/sendmail/src/collect.c 6.17
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.67
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.44
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.52
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.56
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.19
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.40
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.79
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.58
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.49
SCCS-vsn: usr.sbin/sendmail/src/udb.c 6.21

31 years agoKLUGE FOR GCC VERSION 2.3.3
Keith Bostic [Fri, 28 May 1993 02:22:50 +0000 (18:22 -0800)]
KLUGE FOR GCC VERSION 2.3.3
it drops its cookies when you try to build the old version

SCCS-vsn: usr.bin/tn3270/ascii/map3270.c 4.3

31 years agouse multiple output buffers to avoid conflict between maps and aliases
Eric Allman [Fri, 28 May 1993 01:37:15 +0000 (17:37 -0800)]
use multiple output buffers to avoid conflict between maps and aliases

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

31 years agoadd stabapply
Eric Allman [Fri, 28 May 1993 01:36:52 +0000 (17:36 -0800)]
add stabapply

SCCS-vsn: usr.sbin/sendmail/src/stab.c 6.2

31 years agogcc2 thinks that the declarations collide
Keith Bostic [Fri, 28 May 1993 00:41:09 +0000 (16:41 -0800)]
gcc2 thinks that the declarations collide

SCCS-vsn: usr.bin/tip/tip.c 5.18

31 years agofix byte swapping problem in ident code
Eric Allman [Thu, 27 May 1993 22:45:51 +0000 (14:45 -0800)]
fix byte swapping problem in ident code

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

31 years agochanged _Q,_Q1 to _QF,_QB to avoid conflict with new <ctype.h>
Christos Zoulas [Thu, 27 May 1993 20:06:46 +0000 (12:06 -0800)]
changed _Q,_Q1 to _QF,_QB to avoid conflict with new <ctype.h>

SCCS-vsn: bin/csh/char.c 5.10
SCCS-vsn: bin/csh/char.h 5.9
SCCS-vsn: bin/csh/lex.c 5.29
SCCS-vsn: bin/csh/dol.c 5.21

31 years agoadd jot, lam, r
Keith Bostic [Thu, 27 May 1993 14:52:07 +0000 (06:52 -0800)]
add jot, lam, r

SCCS-vsn: admin/admin/contrib/contrib 5.46

31 years agodate and time created 93/05/26 23:48:38 by bostic
Keith Bostic [Thu, 27 May 1993 14:48:38 +0000 (06:48 -0800)]
date and time created 93/05/26 23:48:38 by bostic

SCCS-vsn: usr.bin/lam/Makefile 5.1

31 years agodate and time created 93/05/26 23:48:29 by bostic
Keith Bostic [Thu, 27 May 1993 14:48:29 +0000 (06:48 -0800)]
date and time created 93/05/26 23:48:29 by bostic

SCCS-vsn: usr.bin/rs/Makefile 5.1

31 years agointegrate into the 4BSD release
Keith Bostic [Thu, 27 May 1993 14:48:05 +0000 (06:48 -0800)]
integrate into the 4BSD release

SCCS-vsn: usr.bin/rs/rs.c 4.4

31 years agodate and time created 93/05/26 23:47:52 by bostic
Keith Bostic [Thu, 27 May 1993 14:47:52 +0000 (06:47 -0800)]
date and time created 93/05/26 23:47:52 by bostic

SCCS-vsn: usr.bin/rs/rs.1 5.1

31 years agoisnumber used by <ctype.h> now
Keith Bostic [Thu, 27 May 1993 14:35:59 +0000 (06:35 -0800)]
isnumber used by <ctype.h> now

SCCS-vsn: old/awk/lib.c 4.11
SCCS-vsn: old/awk/run.c 4.10
SCCS-vsn: old/awk/tran.c 4.7

31 years ago1.41: add cpu_sysctl stub
Chris Torek [Thu, 27 May 1993 12:41:07 +0000 (04:41 -0800)]
1.41: add cpu_sysctl stub

SCCS-vsn: sys/sparc/sparc/machdep.c 7.6

31 years agointegrate into the 4BSD release
Keith Bostic [Thu, 27 May 1993 12:09:56 +0000 (04:09 -0800)]
integrate into the 4BSD release

SCCS-vsn: usr.bin/lam/lam.c 4.6

31 years agodate and time created 93/05/26 21:09:44 by bostic
Keith Bostic [Thu, 27 May 1993 12:09:44 +0000 (04:09 -0800)]
date and time created 93/05/26 21:09:44 by bostic

SCCS-vsn: usr.bin/lam/lam.1 5.1

31 years agomove ctype functions into libc/locale
Keith Bostic [Thu, 27 May 1993 11:40:02 +0000 (03:40 -0800)]
move ctype functions into libc/locale

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

31 years agoadd /usr/share/locale
Keith Bostic [Thu, 27 May 1993 11:38:46 +0000 (03:38 -0800)]
add /usr/share/locale

SCCS-vsn: etc/mtree/4.4BSD.dist 5.12

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:33:33 +0000 (03:33 -0800)]
rune support from Paul Borman
move all of the ctype routines/man pages from libc/gen into libc/locale

SCCS-vsn: lib/libc/locale/Makefile.inc 5.3

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:28:35 +0000 (03:28 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:28:35 by bostic

SCCS-vsn: lib/libc/locale/utf2.c 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:28:34 +0000 (03:28 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:28:34 by bostic

SCCS-vsn: lib/libc/locale/rune.c 5.1
SCCS-vsn: lib/libc/locale/table.c 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:28:33 +0000 (03:28 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:28:33 by bostic

SCCS-vsn: lib/libc/locale/none.c 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:28:32 +0000 (03:28 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:28:32 by bostic

SCCS-vsn: lib/libc/locale/mbrune.c 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:28:31 +0000 (03:28 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:28:31 by bostic

SCCS-vsn: lib/libc/locale/euc.c 5.1
SCCS-vsn: lib/libc/locale/frune.c 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:28:30 +0000 (03:28 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:28:30 by bostic

SCCS-vsn: lib/libc/locale/ansi.c 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:27:50 +0000 (03:27 -0800)]
rune support from Paul Borman

SCCS-vsn: lib/libc/locale/setlocale.c 5.3
SCCS-vsn: lib/libc/locale/isctype.c 5.7

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:06:56 +0000 (03:06 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:06:56 by bostic

SCCS-vsn: include/runetype.h 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:06:53 +0000 (03:06 -0800)]
rune support from Paul Borman
date and time created 93/05/26 20:06:53 by bostic

SCCS-vsn: include/rune.h 5.1

31 years agorune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 11:06:43 +0000 (03:06 -0800)]
rune support from Paul Borman

SCCS-vsn: include/ctype.h 5.8

31 years agosysctl arg 4 is size_t *, not int *
Chris Torek [Thu, 27 May 1993 09:54:26 +0000 (01:54 -0800)]
sysctl arg 4 is size_t *, not int *

SCCS-vsn: usr.sbin/rwhod/rwhod.c 5.27
SCCS-vsn: usr.bin/w/w.c 5.39

31 years agoallow fifo wait to be interruptable
Kirk McKusick [Thu, 27 May 1993 08:33:36 +0000 (00:33 -0800)]
allow fifo wait to be interruptable

SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 7.19

31 years agomove multibyte stuff into ../locale
Keith Bostic [Thu, 27 May 1993 08:11:10 +0000 (00:11 -0800)]
move multibyte stuff into ../locale

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.18

31 years agorune support from Paul Borman
Elan Amir [Thu, 27 May 1993 07:57:01 +0000 (23:57 -0800)]
rune support from Paul Borman

SCCS-vsn: include/stdlib.h 5.27

31 years agodelete ctype.c ctype_case.c; rune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 07:44:13 +0000 (23:44 -0800)]
delete ctype.c ctype_case.c; rune support from Paul Borman

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

31 years agodelete multibyte.c; rune support from Paul Borman
Keith Bostic [Thu, 27 May 1993 07:42:11 +0000 (23:42 -0800)]
delete multibyte.c; rune support from Paul Borman

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.17

31 years agoadd jot, lam and rs
Keith Bostic [Thu, 27 May 1993 05:49:01 +0000 (21:49 -0800)]
add jot, lam and rs

SCCS-vsn: usr.bin/Makefile 5.25

31 years agodate and time created 93/05/26 14:48:02 by bostic
Keith Bostic [Thu, 27 May 1993 05:48:02 +0000 (21:48 -0800)]
date and time created 93/05/26 14:48:02 by bostic

SCCS-vsn: usr.bin/jot/Makefile 5.1

31 years agodate and time created 93/05/26 14:48:00 by bostic
Keith Bostic [Thu, 27 May 1993 05:48:00 +0000 (21:48 -0800)]
date and time created 93/05/26 14:48:00 by bostic

SCCS-vsn: usr.bin/jot/jot.1 5.1

31 years agointegrate into the 4BSD release
Keith Bostic [Thu, 27 May 1993 05:45:28 +0000 (21:45 -0800)]
integrate into the 4BSD release

SCCS-vsn: usr.bin/jot/jot.c 4.4