unix-history/.git
30 years agorename fgetline -> fgetln, the semantics have changed
Keith Bostic [Tue, 4 Jan 1994 01:48:12 +0000 (17:48 -0800)]
rename fgetline -> fgetln, the semantics have changed

SCCS-vsn: lib/libedit/el.c 8.2

30 years agoadded procfs files
Jan-Simon Pendry [Tue, 4 Jan 1994 01:33:06 +0000 (17:33 -0800)]
added procfs files

SCCS-vsn: sys/conf/files.newconf 8.4

30 years agoHP-UX portability
Eric Allman [Tue, 4 Jan 1994 01:32:25 +0000 (17:32 -0800)]
HP-UX portability

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

30 years ago(no message)
Eric Allman [Tue, 4 Jan 1994 01:31:52 +0000 (17:31 -0800)]
(no message)

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

30 years agoConvex portability
Eric Allman [Tue, 4 Jan 1994 01:31:11 +0000 (17:31 -0800)]
Convex portability

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.59

30 years agoadded procfs files
Jan-Simon Pendry [Tue, 4 Jan 1994 01:30:17 +0000 (17:30 -0800)]
added procfs files

SCCS-vsn: sys/conf/files 8.3

30 years agorenumber the IP setsockopt options back to the Reno/Net2 versions,
Keith Bostic [Tue, 4 Jan 1994 01:24:05 +0000 (17:24 -0800)]
renumber the IP setsockopt options back to the Reno/Net2 versions,
moving the multicast options after them
From: Mike Karels <karels@BSDI.COM>

SCCS-vsn: sys/netinet/in.h 8.3

30 years agofix the copyright notice, the script didn't like just commas separating
Keith Bostic [Tue, 4 Jan 1994 00:49:14 +0000 (16:49 -0800)]
fix the copyright notice, the script didn't like just commas separating

SCCS-vsn: sys/netinet/in.h 8.2

30 years agodon't assume that the year is 19XX -- user's can enter 20XX and
Keith Bostic [Tue, 4 Jan 1994 00:27:40 +0000 (16:27 -0800)]
don't assume that the year is 19XX -- user's can enter 20XX and
(probably, theoretically) end up with something useful

SCCS-vsn: usr.bin/chpass/util.c 8.2

30 years agonvi 0.94 looks like the winner
Keith Bostic [Mon, 3 Jan 1994 13:23:03 +0000 (05:23 -0800)]
nvi 0.94 looks like the winner

SCCS-vsn: contrib/Makefile 8.2

30 years agoSet errno before calling quit() when not root. Cleanup whitespace
Keith Bostic [Mon, 3 Jan 1994 12:33:18 +0000 (04:33 -0800)]
Set errno before calling quit() when not root. Cleanup whitespace
and unused variables.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: sbin/route/route.c 8.2

30 years agodon't increment a void *, it's not healthy
Keith Bostic [Mon, 3 Jan 1994 10:13:01 +0000 (02:13 -0800)]
don't increment a void *, it's not healthy

SCCS-vsn: lib/libc/gen/fts.c 8.2

30 years agoAsh/sh doesn't support the -t flag
Keith Bostic [Mon, 3 Jan 1994 10:09:29 +0000 (02:09 -0800)]
Ash/sh doesn't support the -t flag

SCCS-vsn: bin/ed/ed.c 5.2

30 years agocheck stdin_ok first, may not have stat'ed the file
Keith Bostic [Mon, 3 Jan 1994 10:05:44 +0000 (02:05 -0800)]
check stdin_ok first, may not have stat'ed the file

SCCS-vsn: bin/rm/rm.c 8.2

30 years agof you have no checked out SCCS files (e.g. you don't use SCCS) the script
Keith Bostic [Mon, 3 Jan 1994 08:32:34 +0000 (00:32 -0800)]
f you have no checked out SCCS files (e.g. you don't use SCCS) the script
botches horribly.  "$TDIR/*" doesn't expand because there is no match so
the basename command yields "*" which expands to every file in /etc (the
current directory) so you wind up trying "Mail -s whatever *" which tryes
to send mail to every file in /etc.
From: Mike Hibler <hibler@vangogh.CS.Berkeley.EDU>

SCCS-vsn: etc/weekly 8.2

30 years agospelling
Keith Bostic [Mon, 3 Jan 1994 07:14:05 +0000 (23:14 -0800)]
spelling

SCCS-vsn: games/fortune/datfiles/fortunes 8.3

30 years ago% mkdir obj
Keith Bostic [Mon, 3 Jan 1994 07:06:33 +0000 (23:06 -0800)]
% mkdir obj
% touch foo.c README
% cat Makefile
all :: foo.c README
echo ${.OODATE}
Notice that it expands the path for the .c file, but not for README.
This is because the search path for the null suffix is empty and it
should be the default search path.
From: christos@deshaw.com (Christos Zoulas)

SCCS-vsn: usr.bin/make/suff.c 8.2

30 years agocosmetic changes, to cast to the right type for printf
Keith Bostic [Mon, 3 Jan 1994 07:05:36 +0000 (23:05 -0800)]
cosmetic changes, to cast to the right type for printf

SCCS-vsn: usr.bin/make/var.c 8.2

30 years agoinquote is a char, should be assigned to '\0' not to NULL.
Keith Bostic [Mon, 3 Jan 1994 07:05:03 +0000 (23:05 -0800)]
inquote is a char, should be assigned to '\0' not to NULL.

SCCS-vsn: usr.bin/make/str.c 8.2

30 years agotime_t is a long on most machines so it should need a %ld
Keith Bostic [Mon, 3 Jan 1994 07:04:02 +0000 (23:04 -0800)]
time_t is a long on most machines so it should need a %ld

SCCS-vsn: usr.bin/make/arch.c 8.2

30 years ago(no message)
Keith Bostic [Mon, 3 Jan 1994 07:02:21 +0000 (23:02 -0800)]
(no message)

SCCS-vsn: usr.bin/make/str.c 8.2
SCCS-vsn: usr.bin/make/suff.c 8.2
SCCS-vsn: usr.bin/make/var.c 8.2

30 years agoIn case $MAKEOBJDIR is not a directory or we cannot stat it, then we
Keith Bostic [Mon, 3 Jan 1994 06:59:04 +0000 (22:59 -0800)]
In case $MAKEOBJDIR is not a directory or we cannot stat it, then we
restore the path to .
From: christos@deshaw.com (Christos Zoulas)

SCCS-vsn: usr.bin/make/main.c 8.2

30 years agocredit Harvard Lampoon with a `Bored of the Rings' quote
Keith Bostic [Mon, 3 Jan 1994 06:52:45 +0000 (22:52 -0800)]
credit Harvard Lampoon with a `Bored of the Rings' quote

SCCS-vsn: games/fortune/datfiles/fortunes 8.2
SCCS-vsn: games/fortune/datfiles/fortunes2 8.2

30 years agofgetline(3) renamed to be fgetln(3)
Keith Bostic [Mon, 3 Jan 1994 06:41:33 +0000 (22:41 -0800)]
fgetline(3) renamed to be fgetln(3)

SCCS-vsn: lib/libc/gen/getcap.c 8.2
SCCS-vsn: lib/libc/stdio/fseek.c 8.3
SCCS-vsn: lib/libc/stdio/local.h 8.2

30 years agoHenry Spencer's fix for end-of-word matching
Keith Bostic [Mon, 3 Jan 1994 06:30:41 +0000 (22:30 -0800)]
Henry Spencer's fix for end-of-word matching
Word matching considers '_' to terminate a word, i.e. vm_page_free\>
matches vm_page_free_count.  This isn't historic vi practice.

SCCS-vsn: lib/libc/regex/engine.c 8.2
SCCS-vsn: lib/libc/regex/regex2.h 8.2

30 years agofgetline(3) interface changed, newline no longer replaced
Keith Bostic [Mon, 3 Jan 1994 06:26:52 +0000 (22:26 -0800)]
fgetline(3) interface changed, newline no longer replaced
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>
rename fgetline -> fgetln

SCCS-vsn: usr.bin/rev/rev.c 8.2

30 years agorename fgetline.{3,c} -> fgetln.{3,c}
Keith Bostic [Mon, 3 Jan 1994 06:24:46 +0000 (22:24 -0800)]
rename fgetline.{3,c} -> fgetln.{3,c}

SCCS-vsn: include/stdio.h 8.2

30 years ago-w should set iflag, so the output looks like the old 'netstat 1'
Keith Bostic [Mon, 3 Jan 1994 06:17:49 +0000 (22:17 -0800)]
-w should set iflag, so the output looks like the old 'netstat 1'
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

SCCS-vsn: usr.bin/netstat/main.c 8.2

30 years agoupdate of netstat from Mike Karels at BSDI
Keith Bostic [Mon, 3 Jan 1994 06:11:25 +0000 (22:11 -0800)]
update of netstat from Mike Karels at BSDI

SCCS-vsn: usr.bin/netstat/netstat.1 8.3

30 years agorename fgetline.{3,c} -> fgetln.{3,c}
Keith Bostic [Mon, 3 Jan 1994 06:06:42 +0000 (22:06 -0800)]
rename fgetline.{3,c} -> fgetln.{3,c}

SCCS-vsn: lib/libc/stdio/Makefile.inc 8.2
SCCS-vsn: lib/libc/stdio/fgetln.3 8.2
SCCS-vsn: lib/libc/stdio/fgetln.c 8.2

30 years agocfsetspeed should return the same values as cfsetispeed and
Keith Bostic [Mon, 3 Jan 1994 05:51:07 +0000 (21:51 -0800)]
cfsetspeed should return the same values as cfsetispeed and
cfsetospeed
From: Paul A Vixie <vixie@vix.com>

SCCS-vsn: lib/libc/gen/tcsetattr.3 8.3

30 years agoclear PENDIN if ICANON is cleared
Keith Bostic [Mon, 3 Jan 1994 05:41:01 +0000 (21:41 -0800)]
clear PENDIN if ICANON is cleared
retain the PENDIN flag if set when ICANON is set
From: karels@BSDI.COM (Mike Karels)

SCCS-vsn: sys/kern/tty.c 8.6

30 years agoThere are some hardwired /var/tmp's in the locate database script.
Keith Bostic [Mon, 3 Jan 1994 05:34:21 +0000 (21:34 -0800)]
There are some hardwired /var/tmp's in the locate database script.
There are also an unexplain 28 blank lines at the end.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: usr.bin/locate/locate/updatedb.csh 8.2

30 years agoSerious quoteing problem in conditionals:
Keith Bostic [Mon, 3 Jan 1994 05:12:24 +0000 (21:12 -0800)]
Serious quoteing problem in conditionals:
% cat Makefile
V1=foo
V2=bar
all:
.if (${V1} != ${V2})
echo "Not equal"
.else
echo "Equal"
.endif
% make
"Makefile", line 5: Malformed conditional ((${V1} != ${V2}))
"Makefile", line 5: Missing dependency operator
"Makefile", line 7: if-less else
"Makefile", line 7: Need an operator
"Makefile", line 9: if-less endif
"Makefile", line 9: Need an operator
From: christos@deshaw.com (Christos Zoulas)

SCCS-vsn: usr.bin/make/cond.c 8.2

30 years agoChange <sys/dir.h> to <dirent.h>
Keith Bostic [Mon, 3 Jan 1994 05:11:09 +0000 (21:11 -0800)]
Change <sys/dir.h> to <dirent.h>

SCCS-vsn: usr.bin/make/dir.c 8.2

30 years agoprettiness police
Keith Bostic [Mon, 3 Jan 1994 05:08:39 +0000 (21:08 -0800)]
prettiness police

SCCS-vsn: lib/libc/gen/scandir.c 8.3

30 years agoHelp scandir compile on systems such as SVR4 where "d_name[]", in
Keith Bostic [Mon, 3 Jan 1994 05:06:22 +0000 (21:06 -0800)]
Help scandir compile on systems such as SVR4 where "d_name[]", in
"struct dirent", is declared as having one member rather than
MAXNAMLEN+1 members.  (It still may require that an "__P()" macro be
provided, but, once the last compiler that doesn't support prototypes
dies, "__P()" can be nuked - SVR4's compilers should all support
prototypes.)
From: guy@auspex.com (Guy Harris)

SCCS-vsn: lib/libc/gen/scandir.c 8.2

30 years agoThis prevents you from specifying a raw ip address if the nameserver
Keith Bostic [Mon, 3 Jan 1994 05:01:38 +0000 (21:01 -0800)]
This prevents you from specifying a raw ip address if the nameserver
is hosed.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: usr.bin/finger/net.c 8.3

30 years agoUse lstat() when poking around in /dev. The routine is converting a
Keith Bostic [Mon, 3 Jan 1994 04:57:09 +0000 (20:57 -0800)]
Use lstat() when poking around in /dev.  The routine is converting a
device number to a name (seems like there are very few cases where stat()
is preferred over lstat()).  Exit with a nice message if dumpdev is NODEV,
for running diskless.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: sbin/savecore/savecore.c 8.3

30 years agoIf you're going to fall through, say so!
Keith Bostic [Mon, 3 Jan 1994 04:53:54 +0000 (20:53 -0800)]
If you're going to fall through, say so!
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: usr.sbin/arp/arp.c 8.2

30 years agoAssign printer pointer after forking so the parent doesn't print
Keith Bostic [Mon, 3 Jan 1994 04:50:23 +0000 (20:50 -0800)]
Assign printer pointer after forking so the parent doesn't print
garbage in error messages
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: usr.sbin/lpr/lpd/lpd.c 8.2

30 years agoendwin() needs to restore the stop signal handler
Keith Bostic [Mon, 3 Jan 1994 04:29:49 +0000 (20:29 -0800)]
endwin() needs to restore the stop signal handler

SCCS-vsn: lib/libcurses/tty.c 8.2

30 years agoonly block SIGALRM and SIGWINCH, not every signal, otherwise the
Keith Bostic [Mon, 3 Jan 1994 04:29:10 +0000 (20:29 -0800)]
only block SIGALRM and SIGWINCH, not every signal, otherwise the
program has no chance to handle things like SIGHUP/SIGTERM without
repainting, and, with SIGTTOU blocked, the repainting will succeed
as well

SCCS-vsn: lib/libcurses/tstp.c 8.2

30 years agoit's LINES, not ROWS!
Keith Bostic [Mon, 3 Jan 1994 04:28:08 +0000 (20:28 -0800)]
it's LINES, not ROWS!

SCCS-vsn: lib/libcurses/setterm.c 8.3

30 years agodelete HZ, it's Hazeltine specific, and conflicts with HZ as Hertz
Keith Bostic [Mon, 3 Jan 1994 04:27:33 +0000 (20:27 -0800)]
delete HZ, it's Hazeltine specific, and conflicts with HZ as Hertz

SCCS-vsn: lib/libcurses/curses.c 8.2
SCCS-vsn: lib/libcurses/curses.h 8.2
SCCS-vsn: lib/libcurses/setterm.c 8.2

30 years agorename hash.c to cur_hash.c, it conflicts with hash.c in dbopen(3) code
Keith Bostic [Mon, 3 Jan 1994 04:21:06 +0000 (20:21 -0800)]
rename hash.c to cur_hash.c, it conflicts with hash.c in dbopen(3) code

SCCS-vsn: lib/libcurses/Makefile 8.2

30 years agointegrate latest version into 4.4BSD-Lite
Keith Bostic [Mon, 3 Jan 1994 04:12:15 +0000 (20:12 -0800)]
integrate latest version into 4.4BSD-Lite

SCCS-vsn: lib/libc/db/test/dbtest.c 8.7
SCCS-vsn: lib/libc/db/test/Makefile 8.7

30 years agomake the man page RECNOINFO element order match the db.h structure
Keith Bostic [Mon, 3 Jan 1994 04:03:47 +0000 (20:03 -0800)]
make the man page RECNOINFO element order match the db.h structure

SCCS-vsn: lib/libc/db/man/recno.3 8.2

30 years agomake the db.h HASHINFO element order match the man page
Keith Bostic [Mon, 3 Jan 1994 03:58:30 +0000 (19:58 -0800)]
make the db.h HASHINFO element order match the man page

SCCS-vsn: lib/libc/db/man/hash.3 8.4

30 years agomake db.h BTREEINFO include ordering match the man page
Keith Bostic [Mon, 3 Jan 1994 03:56:23 +0000 (19:56 -0800)]
make db.h BTREEINFO include ordering match the man page

SCCS-vsn: lib/libc/db/man/btree.3 8.2

30 years agomake it possible to compile new versions of db that load against
Keith Bostic [Mon, 3 Jan 1994 03:47:00 +0000 (19:47 -0800)]
make it possible to compile new versions of db that load against
old DB users (ex: nvi with NET/2 C library getpwent.o's)

SCCS-vsn: include/db.h 8.3

30 years agomove acceptable open(2) flag check to dbopen, no longer need #define
Keith Bostic [Mon, 3 Jan 1994 03:46:22 +0000 (19:46 -0800)]
move acceptable open(2) flag check to dbopen, no longer need #define
add DB_{LOCK,SHMEM,TXN} flags to the open calls
minor whitespace cleanup

SCCS-vsn: include/db.h 8.2

30 years agocopyediting for Usenix manuals
Keith Bostic [Mon, 3 Jan 1994 03:40:39 +0000 (19:40 -0800)]
copyediting for Usenix manuals

SCCS-vsn: lib/libc/db/man/dbopen.3 8.5
SCCS-vsn: lib/libc/db/man/hash.3 8.3

30 years agoadd a way to specify the config file (-C)
Keith Bostic [Mon, 3 Jan 1994 02:41:47 +0000 (18:41 -0800)]
add a way to specify the config file (-C)

SCCS-vsn: usr.bin/man/pathnames.h 8.3

30 years agorewrite man to make the configuration file more flexible
Keith Bostic [Mon, 3 Jan 1994 02:41:26 +0000 (18:41 -0800)]
rewrite man to make the configuration file more flexible

SCCS-vsn: usr.bin/man/pathnames.h 8.2

30 years ago_version goes from BSD.1 -> BSD.2
Keith Bostic [Mon, 3 Jan 1994 02:40:39 +0000 (18:40 -0800)]
_version goes from BSD.1 -> BSD.2

SCCS-vsn: usr.bin/man/man.conf.5 8.5

30 years agominor wordsmithing
Keith Bostic [Mon, 3 Jan 1994 02:40:15 +0000 (18:40 -0800)]
minor wordsmithing

SCCS-vsn: usr.bin/man/man.conf.5 8.4

30 years agodocument that fnmatch is used for the suffix matching, not glob
Keith Bostic [Mon, 3 Jan 1994 02:39:48 +0000 (18:39 -0800)]
document that fnmatch is used for the suffix matching, not glob

SCCS-vsn: usr.bin/man/man.conf.5 8.3

30 years agodocument _suffix, _build
Keith Bostic [Mon, 3 Jan 1994 02:39:13 +0000 (18:39 -0800)]
document _suffix, _build

SCCS-vsn: usr.bin/man/man.conf.5 8.2

30 years agoif only one argument, don't use it as a section
Keith Bostic [Mon, 3 Jan 1994 02:37:26 +0000 (18:37 -0800)]
if only one argument, don't use it as a section
fix from Tony Sanders at BSDI

SCCS-vsn: usr.bin/man/man.c 8.13

30 years agoinitialization not right in two places, lint cleanups
Keith Bostic [Mon, 3 Jan 1994 02:36:39 +0000 (18:36 -0800)]
initialization not right in two places, lint cleanups

SCCS-vsn: usr.bin/man/man.c 8.12

30 years agoconvert to new <sys/queue.h> structures
Keith Bostic [Mon, 3 Jan 1994 02:36:13 +0000 (18:36 -0800)]
convert to new <sys/queue.h> structures

SCCS-vsn: usr.bin/man/man.c 8.11

30 years agotypo
Keith Bostic [Mon, 3 Jan 1994 02:35:47 +0000 (18:35 -0800)]
typo

SCCS-vsn: usr.bin/man/man.c 8.10

30 years agoput built pages into the pathv[] list, so the man page order is
Keith Bostic [Mon, 3 Jan 1994 02:35:06 +0000 (18:35 -0800)]
put built pages into the pathv[] list, so the man page order is
preserved

SCCS-vsn: usr.bin/man/man.c 8.9

30 years agoonly manual() tests for f_all and returns if it's set -- the main
Keith Bostic [Mon, 3 Jan 1994 02:34:12 +0000 (18:34 -0800)]
only manual() tests for f_all and returns if it's set -- the main
loop calls manual for each user argument, so each page found is displayed

SCCS-vsn: usr.bin/man/man.c 8.8

30 years agotypo, *ap should be **ap
Keith Bostic [Mon, 3 Jan 1994 02:33:22 +0000 (18:33 -0800)]
typo, *ap should be **ap
the fnmatch code was letting "man.conf.0" match when "man.0" was what was
wanted
reverse the direction of the review of what glob returned, it matters if
you're only looking at the first one

SCCS-vsn: usr.bin/man/man.c 8.7

30 years agouse GLOB_QUOTE, so you can escape magic characters in man.conf
Keith Bostic [Mon, 3 Jan 1994 02:32:21 +0000 (18:32 -0800)]
use GLOB_QUOTE, so you can escape magic characters in man.conf

SCCS-vsn: usr.bin/man/man.c 8.6

30 years agocheck machine subdirectories for sections even if they don't have a
Keith Bostic [Mon, 3 Jan 1994 02:31:40 +0000 (18:31 -0800)]
check machine subdirectories for sections even if they don't have a
trailing slash; add support for old-style man.conf files that didn't have
the _suffix keyword

SCCS-vsn: usr.bin/man/man.c 8.5

30 years agoadd a way to specify the config file (-C)
Keith Bostic [Mon, 3 Jan 1994 02:30:34 +0000 (18:30 -0800)]
add a way to specify the config file (-C)

SCCS-vsn: usr.bin/man/man.c 8.4

30 years agorewrite man to make the configuration file more flexible
Keith Bostic [Mon, 3 Jan 1994 02:30:13 +0000 (18:30 -0800)]
rewrite man to make the configuration file more flexible

SCCS-vsn: usr.bin/man/man.c 8.3

30 years agoargc needs to be decremented, as it's tested later
Keith Bostic [Mon, 3 Jan 1994 02:29:47 +0000 (18:29 -0800)]
argc needs to be decremented, as it's tested later

SCCS-vsn: usr.bin/man/man.c 8.2

30 years agodocument -C for users that want their own environment
Keith Bostic [Mon, 3 Jan 1994 02:29:04 +0000 (18:29 -0800)]
document -C for users that want their own environment

SCCS-vsn: usr.bin/man/man.1 8.2

30 years agolen == 1 for empty lines, now
Keith Bostic [Mon, 3 Jan 1994 02:26:02 +0000 (18:26 -0800)]
len == 1 for empty lines, now

SCCS-vsn: usr.bin/man/config.c 8.6

30 years agoconvert to new <sys/queue.h> structures
Keith Bostic [Mon, 3 Jan 1994 02:25:19 +0000 (18:25 -0800)]
convert to new <sys/queue.h> structures

SCCS-vsn: usr.bin/man/config.c 8.5

30 years agoadd a way to specify the config file (-C)
Keith Bostic [Mon, 3 Jan 1994 02:24:55 +0000 (18:24 -0800)]
add a way to specify the config file (-C)

SCCS-vsn: usr.bin/man/config.c 8.4

30 years agoNULL dereference
Keith Bostic [Mon, 3 Jan 1994 02:24:22 +0000 (18:24 -0800)]
NULL dereference

SCCS-vsn: usr.bin/man/config.c 8.3

30 years agorewrite man to make the configuration file more flexible
Keith Bostic [Mon, 3 Jan 1994 02:23:55 +0000 (18:23 -0800)]
rewrite man to make the configuration file more flexible

SCCS-vsn: usr.bin/man/config.c 8.2

30 years agoconvert to new <sys/queue.h> structures
Keith Bostic [Mon, 3 Jan 1994 02:21:06 +0000 (18:21 -0800)]
convert to new <sys/queue.h> structures

SCCS-vsn: usr.bin/whatis/whatis.c 8.5
SCCS-vsn: usr.bin/whatis/whatis.c 8.5

30 years agoDonn's patches for exit values and malloc sizes
Keith Bostic [Mon, 3 Jan 1994 02:19:52 +0000 (18:19 -0800)]
Donn's patches for exit values and malloc sizes

SCCS-vsn: usr.bin/whatis/whatis.c 8.4

30 years agoadd a way to specify the config file (-C)
Keith Bostic [Mon, 3 Jan 1994 02:19:32 +0000 (18:19 -0800)]
add a way to specify the config file (-C)

SCCS-vsn: usr.bin/whatis/whatis.c 8.3

30 years agorewrite man to make the configuration file more flexible
Keith Bostic [Mon, 3 Jan 1994 02:19:08 +0000 (18:19 -0800)]
rewrite man to make the configuration file more flexible

SCCS-vsn: usr.bin/whatis/whatis.c 8.2

30 years agoconvert to new <sys/queue.h> structures
Keith Bostic [Mon, 3 Jan 1994 02:17:15 +0000 (18:17 -0800)]
convert to new <sys/queue.h> structures

SCCS-vsn: usr.bin/apropos/apropos.c 8.5

30 years agoDonn's patches for exit values and malloc sizes
Keith Bostic [Mon, 3 Jan 1994 02:16:40 +0000 (18:16 -0800)]
Donn's patches for exit values and malloc sizes

SCCS-vsn: usr.bin/apropos/apropos.c 8.4

30 years agoadd a way to specify the config file (-C)
Keith Bostic [Mon, 3 Jan 1994 02:15:53 +0000 (18:15 -0800)]
add a way to specify the config file (-C)

SCCS-vsn: usr.bin/apropos/apropos.c 8.3

30 years agorewrite man to make the configuration file more flexible
Keith Bostic [Mon, 3 Jan 1994 02:15:21 +0000 (18:15 -0800)]
rewrite man to make the configuration file more flexible

SCCS-vsn: usr.bin/apropos/apropos.c 8.2

30 years agofix bogosity in H lines in queue file for null $x expansions
Eric Allman [Sun, 2 Jan 1994 04:53:29 +0000 (20:53 -0800)]
fix bogosity in H lines in queue file for null $x expansions

SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.35

30 years agolint
Kirk McKusick [Fri, 31 Dec 1993 10:06:40 +0000 (02:06 -0800)]
lint

SCCS-vsn: sys/dev/vn.c 8.4

30 years agodelete comment about chown'ing a symbolic link
Kirk McKusick [Fri, 31 Dec 1993 09:44:43 +0000 (01:44 -0800)]
delete comment about chown'ing a symbolic link

SCCS-vsn: lib/libc/sys/chown.2 8.2

30 years agoput back missing code (from karels@bsdi.com)
Kirk McKusick [Fri, 31 Dec 1993 09:42:53 +0000 (01:42 -0800)]
put back missing code (from karels@bsdi.com)

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

30 years agofields printed out backwards (from karels@bsdi.com)
Kirk McKusick [Fri, 31 Dec 1993 09:41:44 +0000 (01:41 -0800)]
fields printed out backwards (from karels@bsdi.com)

SCCS-vsn: usr.bin/netstat/inet.c 8.2

30 years agodon't send FIN along with one byte of data (from dab@cray.com)
Kirk McKusick [Fri, 31 Dec 1993 08:40:35 +0000 (00:40 -0800)]
don't send FIN along with one byte of data (from dab@cray.com)

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

30 years agochange from Bostic for POSIX
Kirk McKusick [Fri, 31 Dec 1993 08:37:31 +0000 (00:37 -0800)]
change from Bostic for POSIX

SCCS-vsn: usr.bin/find/find.1 8.2

30 years agonew queue structure; vget now locks optionally
Kirk McKusick [Fri, 31 Dec 1993 08:30:29 +0000 (00:30 -0800)]
new queue structure; vget now locks optionally

SCCS-vsn: sys/kern/vfs_subr.c 8.2

30 years agonew queue structure
Kirk McKusick [Fri, 31 Dec 1993 08:23:08 +0000 (00:23 -0800)]
new queue structure

SCCS-vsn: sys/kern/vfs_syscalls.c 8.4

30 years agoadd hook to initialize vnode table data structures
Kirk McKusick [Fri, 31 Dec 1993 08:22:45 +0000 (00:22 -0800)]
add hook to initialize vnode table data structures

SCCS-vsn: sys/kern/vfs_init.c 8.2

30 years agonew queue structure
Kirk McKusick [Fri, 31 Dec 1993 08:22:19 +0000 (00:22 -0800)]
new queue structure

SCCS-vsn: sys/kern/init_main.c 8.8
SCCS-vsn: sys/kern/vfs_bio.c 8.4
SCCS-vsn: sys/kern/kern_subr.c 8.2

30 years agonew queue structure; vget now locks optionally
Kirk McKusick [Fri, 31 Dec 1993 08:21:13 +0000 (00:21 -0800)]
new queue structure; vget now locks optionally

SCCS-vsn: sys/nfs/nfs_nqlease.c 8.2

30 years agonew queue structure
Kirk McKusick [Fri, 31 Dec 1993 08:20:54 +0000 (00:20 -0800)]
new queue structure

SCCS-vsn: sys/nfs/nfs_bio.c 8.4

30 years agonew queue structure; vget now locks optionally
Kirk McKusick [Fri, 31 Dec 1993 08:20:34 +0000 (00:20 -0800)]
new queue structure; vget now locks optionally

SCCS-vsn: sys/nfs/nfs_vfsops.c 8.2
SCCS-vsn: sys/nfs/nfs_vnops.c 8.3

30 years agonew queue structure
Kirk McKusick [Fri, 31 Dec 1993 08:19:48 +0000 (00:19 -0800)]
new queue structure

SCCS-vsn: sys/nfs/nfs_syscalls.c 8.2