unix-history/.git
31 years agouse err/warn from the C library
Keith Bostic [Fri, 30 Apr 1993 04:18:25 +0000 (20:18 -0800)]
use err/warn from the C library

SCCS-vsn: bin/ps/keyword.c 5.16

31 years agouse err/warn from C library; lots of minor cleanup, lint
Keith Bostic [Fri, 30 Apr 1993 04:18:12 +0000 (20:18 -0800)]
use err/warn from C library; lots of minor cleanup, lint

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

31 years agouse err/warn from C library
Keith Bostic [Fri, 30 Apr 1993 04:17:52 +0000 (20:17 -0800)]
use err/warn from C library

SCCS-vsn: bin/ps/nlist.c 5.8

31 years agobe more informative and careful about error conditions
Keith Bostic [Fri, 30 Apr 1993 03:57:06 +0000 (19:57 -0800)]
be more informative and careful about error conditions

SCCS-vsn: bin/mv/mv.c 5.13

31 years agouse err/warn routines from C library
Keith Bostic [Fri, 30 Apr 1993 03:40:44 +0000 (19:40 -0800)]
use err/warn routines from C library

SCCS-vsn: bin/ls/extern.h 5.5

31 years agoprettiness police
Keith Bostic [Fri, 30 Apr 1993 03:40:29 +0000 (19:40 -0800)]
prettiness police

SCCS-vsn: bin/ls/cmp.c 5.8

31 years agouse err/warn routines from C library
Keith Bostic [Fri, 30 Apr 1993 03:40:15 +0000 (19:40 -0800)]
use err/warn routines from C library

SCCS-vsn: bin/ls/ls.c 5.75

31 years agouse err/warn(3) from C library, cast size arguments to printf
Keith Bostic [Fri, 30 Apr 1993 03:40:03 +0000 (19:40 -0800)]
use err/warn(3) from C library, cast size arguments to printf

SCCS-vsn: bin/ls/print.c 5.38

31 years agouse err/warn(3) from C library
Keith Bostic [Fri, 30 Apr 1993 03:39:44 +0000 (19:39 -0800)]
use err/warn(3) from C library

SCCS-vsn: bin/ls/util.c 5.13

31 years agorandom cleanups, lint, for 4.4BSD freeze
Keith Bostic [Fri, 30 Apr 1993 03:30:57 +0000 (19:30 -0800)]
random cleanups, lint, for 4.4BSD freeze

SCCS-vsn: bin/ln/ln.c 5.1

31 years agouse err/warn(3), lint for 4.4BSD freeze
Keith Bostic [Fri, 30 Apr 1993 03:21:24 +0000 (19:21 -0800)]
use err/warn(3), lint for 4.4BSD freeze

SCCS-vsn: bin/kill/kill.c 5.7

31 years agolint, freezing for 4.4BSD
Keith Bostic [Fri, 30 Apr 1993 03:15:24 +0000 (19:15 -0800)]
lint, freezing for 4.4BSD

SCCS-vsn: bin/hostname/hostname.c 5.5

31 years agodon't put comments in shell printf commands
Keith Bostic [Fri, 30 Apr 1993 03:06:54 +0000 (19:06 -0800)]
don't put comments in shell printf commands

SCCS-vsn: lib/libc/db/test/run.test 5.15

31 years agotest for DB_RECNO type before freeing key.data
Keith Bostic [Fri, 30 Apr 1993 01:52:01 +0000 (17:52 -0800)]
test for DB_RECNO type before freeing key.data

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

31 years agoput db.h last, so that compatibility version works.
Keith Bostic [Fri, 30 Apr 1993 01:42:00 +0000 (17:42 -0800)]
put db.h last, so that compatibility version works.

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

31 years agouse sysctl to start and stop profiling
Kirk McKusick [Fri, 30 Apr 1993 00:17:35 +0000 (16:17 -0800)]
use sysctl to start and stop profiling

SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.16

31 years agorefinement in comment in previous delta from Mike Karels at BSDI
Kirk McKusick [Thu, 29 Apr 1993 11:35:09 +0000 (03:35 -0800)]
refinement in comment in previous delta from Mike Karels at BSDI

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

31 years agoset RLIMIT_RSS initial limit to currently available user memory
Kirk McKusick [Thu, 29 Apr 1993 10:51:27 +0000 (02:51 -0800)]
set RLIMIT_RSS initial limit to currently available user memory

SCCS-vsn: sys/vm/vm_glue.c 7.21

31 years agoset RLIMIT_RSS and RLIMIT_MEMLOCK maximums to all available user memory;
Kirk McKusick [Thu, 29 Apr 1993 10:50:30 +0000 (02:50 -0800)]
set RLIMIT_RSS and RLIMIT_MEMLOCK maximums to all available user memory;
set RLIMIT_MEMLOCK initial limit to 1/3 of available user memory

SCCS-vsn: sys/kern/init_main.c 7.59

31 years agoadd security routines iskmemdev, isdisk, and chrtoblk
Kirk McKusick [Thu, 29 Apr 1993 10:22:07 +0000 (02:22 -0800)]
add security routines iskmemdev, isdisk, and chrtoblk

SCCS-vsn: sys/hp300/hp300/conf.c 7.16

31 years agoadd checking for security levels
Kirk McKusick [Thu, 29 Apr 1993 10:19:11 +0000 (02:19 -0800)]
add checking for security levels

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

31 years agovfinddev returns 1 for success
Kirk McKusick [Thu, 29 Apr 1993 09:58:18 +0000 (01:58 -0800)]
vfinddev returns 1 for success

SCCS-vsn: sys/kern/vfs_subr.c 7.99
SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.42

31 years agobcopy -> memmove
Keith Bostic [Thu, 29 Apr 1993 09:24:42 +0000 (01:24 -0800)]
bcopy -> memmove

SCCS-vsn: contrib/ed/g.c 5.8
SCCS-vsn: contrib/ed/get_line.c 5.4
SCCS-vsn: contrib/ed/get_pattern.c 5.4
SCCS-vsn: contrib/ed/input_lines.c 5.10
SCCS-vsn: contrib/ed/re.c 5.5
SCCS-vsn: contrib/ed/sub.c 5.6

31 years agodeclare u_pop_n_swap
Keith Bostic [Thu, 29 Apr 1993 09:24:07 +0000 (01:24 -0800)]
declare u_pop_n_swap

SCCS-vsn: contrib/ed/extern.h 5.3

31 years agobcopy -> memmove
Keith Bostic [Thu, 29 Apr 1993 09:23:57 +0000 (01:23 -0800)]
bcopy -> memmove

SCCS-vsn: contrib/ed/add_line.c 5.6

31 years agosuser() sense changed way back when, but we forgot to fix it here
Chris Torek [Thu, 29 Apr 1993 09:23:45 +0000 (01:23 -0800)]
suser() sense changed way back when, but we forgot to fix it here

SCCS-vsn: sys/dev/scsi/sd.c 5.7

31 years agolint, "%?" isn't a valid format
Keith Bostic [Thu, 29 Apr 1993 09:20:34 +0000 (01:20 -0800)]
lint, "%?" isn't a valid format

SCCS-vsn: contrib/ed/main.c 5.10

31 years agoisatty(3) declared by unistd.h
Keith Bostic [Thu, 29 Apr 1993 09:18:23 +0000 (01:18 -0800)]
isatty(3) declared by unistd.h

SCCS-vsn: contrib/ed/main.c 5.9

31 years agol_len isn't used
Keith Bostic [Thu, 29 Apr 1993 09:17:35 +0000 (01:17 -0800)]
l_len isn't used

SCCS-vsn: contrib/ed/filename.c 5.6

31 years agocorrections for echoing the last command when "!!" is given,
Keith Bostic [Thu, 29 Apr 1993 09:07:18 +0000 (01:07 -0800)]
corrections for echoing the last command when "!!" is given,
undo working when 0 or 1 lines were in the buffer before the last buffer
modification, a RE interpretation correction; from Rodney Ruddock

SCCS-vsn: contrib/ed/bang.c 5.5
SCCS-vsn: contrib/ed/e.c 5.6
SCCS-vsn: contrib/ed/ed.h 5.6
SCCS-vsn: contrib/ed/edhup.c 5.4
SCCS-vsn: contrib/ed/f.c 5.4
SCCS-vsn: contrib/ed/filename.c 5.5
SCCS-vsn: contrib/ed/g.c 5.7
SCCS-vsn: contrib/ed/input_lines.c 5.9
SCCS-vsn: contrib/ed/main.c 5.8
SCCS-vsn: contrib/ed/q.c 5.6
SCCS-vsn: contrib/ed/r.c 5.7
SCCS-vsn: contrib/ed/re.c 5.4
SCCS-vsn: contrib/ed/sub.c 5.5
SCCS-vsn: contrib/ed/u.c 5.4
SCCS-vsn: contrib/ed/w.c 5.6

31 years agocorrection about exit status values; from Rodney Ruddock
Keith Bostic [Thu, 29 Apr 1993 09:05:55 +0000 (01:05 -0800)]
correction about exit status values; from Rodney Ruddock

SCCS-vsn: contrib/ed/ed.1 5.7

31 years agopass special credential to allow opening of disks
Kirk McKusick [Thu, 29 Apr 1993 08:49:18 +0000 (00:49 -0800)]
pass special credential to allow opening of disks

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.85
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.91

31 years agolint
Keith Bostic [Thu, 29 Apr 1993 08:29:52 +0000 (00:29 -0800)]
lint

SCCS-vsn: bin/echo/echo.c 5.5

31 years agouse err/warn(3); getbsize no longer needs the program name
Keith Bostic [Thu, 29 Apr 1993 08:28:28 +0000 (00:28 -0800)]
use err/warn(3); getbsize no longer needs the program name

SCCS-vsn: lib/libc/gen/getbsize.c 5.5

31 years agouse err/warn; delete -k; bcopy -> memmove; getbsize no longer needs the
Keith Bostic [Thu, 29 Apr 1993 08:28:11 +0000 (00:28 -0800)]
use err/warn; delete -k; bcopy -> memmove; getbsize no longer needs the
program name; lint

SCCS-vsn: bin/df/df.c 5.33

31 years agogetbsize doesn't need the program name any longer
Keith Bostic [Thu, 29 Apr 1993 08:23:02 +0000 (00:23 -0800)]
getbsize doesn't need the program name any longer

SCCS-vsn: bin/ls/ls.c 5.74
SCCS-vsn: usr.bin/du/du.c 5.21

31 years agodelete -k option
Keith Bostic [Thu, 29 Apr 1993 08:17:54 +0000 (00:17 -0800)]
delete -k option

SCCS-vsn: bin/ls/ls.c 5.73

31 years agoadd FSCRED to identify opens by filesystems
Kirk McKusick [Thu, 29 Apr 1993 08:11:13 +0000 (00:11 -0800)]
add FSCRED to identify opens by filesystems

SCCS-vsn: sys/sys/ucred.h 7.6

31 years agoreport bytes/sec last
Keith Bostic [Thu, 29 Apr 1993 08:08:48 +0000 (00:08 -0800)]
report bytes/sec last

SCCS-vsn: bin/dd/misc.c 5.7

31 years agodon't increment truncation count if the next character would have ended
Keith Bostic [Thu, 29 Apr 1993 08:06:18 +0000 (00:06 -0800)]
don't increment truncation count if the next character would have ended
the block
test case is 'dd if=bigfile of=/dev/null ibs=4567 obs=4321 cbs=73 conv=block'
from Griff Smith

SCCS-vsn: bin/dd/conv.c 5.6

31 years agolint
Keith Bostic [Thu, 29 Apr 1993 07:36:47 +0000 (23:36 -0800)]
lint

SCCS-vsn: bin/dd/misc.c 5.6

31 years agobcopy -> memmove
Keith Bostic [Thu, 29 Apr 1993 07:36:38 +0000 (23:36 -0800)]
bcopy -> memmove

SCCS-vsn: bin/dd/conv.c 5.5

31 years agobcopy -> memmove, bzero -> memset
Keith Bostic [Thu, 29 Apr 1993 07:36:27 +0000 (23:36 -0800)]
bcopy -> memmove, bzero -> memset

SCCS-vsn: bin/dd/dd.c 5.16

31 years agolint, bzero -> memset, prototypes, use library err/warn routines
Keith Bostic [Thu, 29 Apr 1993 07:25:00 +0000 (23:25 -0800)]
lint, bzero -> memset, prototypes, use library err/warn routines

SCCS-vsn: bin/date/netdate.c 5.3
SCCS-vsn: bin/date/date.c 5.9

31 years agodate and time created 93/04/28 16:23:48 by bostic
Keith Bostic [Thu, 29 Apr 1993 07:23:48 +0000 (23:23 -0800)]
date and time created 93/04/28 16:23:48 by bostic

SCCS-vsn: bin/date/extern.h 5.1

31 years agofix vnode allocation once more
Jan-Simon Pendry [Thu, 29 Apr 1993 07:15:33 +0000 (23:15 -0800)]
fix vnode allocation once more

SCCS-vsn: sys/miscfs/fdesc/fdesc_vnops.c 7.6

31 years agolint
Keith Bostic [Thu, 29 Apr 1993 07:12:25 +0000 (23:12 -0800)]
lint

SCCS-vsn: bin/cp/utils.c 5.8

31 years agopwcache moved to C library
Keith Bostic [Thu, 29 Apr 1993 07:02:52 +0000 (23:02 -0800)]
pwcache moved to C library

SCCS-vsn: bin/rm/Makefile 5.4

31 years agorelax restrictions on opening /dev/tty (from Karels at BSDI)
Kirk McKusick [Thu, 29 Apr 1993 06:37:07 +0000 (22:37 -0800)]
relax restrictions on opening /dev/tty (from Karels at BSDI)

SCCS-vsn: sys/kern/tty_tty.c 7.21

31 years agoerr now in the C library
Keith Bostic [Thu, 29 Apr 1993 06:30:35 +0000 (22:30 -0800)]
err now in the C library

SCCS-vsn: admin/style/README 5.2

31 years agohave to vget vnodes with zero references
Kirk McKusick [Thu, 29 Apr 1993 06:23:44 +0000 (22:23 -0800)]
have to vget vnodes with zero references

SCCS-vsn: sys/miscfs/fdesc/fdesc_vnops.c 7.5

31 years agomv libdbm to /usr/src/old/libndbm
Keith Bostic [Thu, 29 Apr 1993 06:21:13 +0000 (22:21 -0800)]
mv libdbm to /usr/src/old/libndbm

SCCS-vsn: lib/Makefile 5.31

31 years agopanic when vref is used on zero ref count vnodes
Kirk McKusick [Thu, 29 Apr 1993 05:47:26 +0000 (21:47 -0800)]
panic when vref is used on zero ref count vnodes

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

31 years agodelete trss from -v format, it's not available in the new VM
Keith Bostic [Thu, 29 Apr 1993 05:18:01 +0000 (21:18 -0800)]
delete trss from -v format, it's not available in the new VM

SCCS-vsn: bin/ps/ps.1 6.20

31 years agodelete trs from -v format, it's not available in the new VM
Keith Bostic [Thu, 29 Apr 1993 05:17:41 +0000 (21:17 -0800)]
delete trs from -v format, it's not available in the new VM

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

31 years agoadd hooks to allow unlocking
Eric Allman [Thu, 29 Apr 1993 03:26:30 +0000 (19:26 -0800)]
add hooks to allow unlocking

SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.50
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.26

31 years agouse err/warn, instead of rolling our own
Keith Bostic [Thu, 29 Apr 1993 03:26:15 +0000 (19:26 -0800)]
use err/warn, instead of rolling our own

SCCS-vsn: lib/libc/gen/initgroups.c 5.9

31 years agouse C library err routine
Keith Bostic [Thu, 29 Apr 1993 03:23:03 +0000 (19:23 -0800)]
use C library err routine

SCCS-vsn: sbin/dmesg/dmesg.c 5.15

31 years agodaemon(3) now in the C library
Keith Bostic [Thu, 29 Apr 1993 01:46:24 +0000 (17:46 -0800)]
daemon(3) now in the C library

SCCS-vsn: usr.sbin/syslogd/syslogd.c 5.52

31 years ago<sys/sysctl.h> now needs <sys/param.h>
Keith Bostic [Thu, 29 Apr 1993 01:43:54 +0000 (17:43 -0800)]
<sys/sysctl.h> now needs <sys/param.h>

SCCS-vsn: usr.bin/uname/uname.c 5.4

31 years ago<sys/kinfo_proc.h> information moved to <sys/sysctl.h>
Keith Bostic [Thu, 29 Apr 1993 01:43:13 +0000 (17:43 -0800)]
<sys/kinfo_proc.h> information moved to <sys/sysctl.h>

SCCS-vsn: usr.bin/gcore/gcore.c 5.16

31 years ago<sys/sysctl.h> now needs param.h, "struct session" used in <sys/proc.h>
Keith Bostic [Thu, 29 Apr 1993 01:42:33 +0000 (17:42 -0800)]
<sys/sysctl.h> now needs param.h, "struct session" used in <sys/proc.h>

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

31 years agomove user_from_uid and group_from_gid into libc
Keith Bostic [Thu, 29 Apr 1993 01:38:57 +0000 (17:38 -0800)]
move user_from_uid and group_from_gid into libc

SCCS-vsn: bin/ls/ls.c 5.72

31 years agoprotect against multiple inclusion
Kirk McKusick [Wed, 28 Apr 1993 14:52:18 +0000 (06:52 -0800)]
protect against multiple inclusion

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

31 years agoraise maximum memory size to 64M
Kirk McKusick [Wed, 28 Apr 1993 14:46:47 +0000 (06:46 -0800)]
raise maximum memory size to 64M

SCCS-vsn: sys/hp300/include/vmparam.h 7.5

31 years agofix typo
Chris Torek [Wed, 28 Apr 1993 14:01:50 +0000 (06:01 -0800)]
fix typo

SCCS-vsn: lib/libc/gen/daemon.3 5.2

31 years agosystat does not compile on sparc
Chris Torek [Wed, 28 Apr 1993 13:58:16 +0000 (05:58 -0800)]
systat does not compile on sparc

SCCS-vsn: usr.bin/Makefile 5.18

31 years agofix bug that can cause senders to be queued as recipients if the
Eric Allman [Wed, 28 Apr 1993 13:06:04 +0000 (05:06 -0800)]
fix bug that can cause senders to be queued as recipients if the
name server is down when the mail is initially sent

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.69

31 years agofix the coypright notice
Keith Bostic [Wed, 28 Apr 1993 10:42:36 +0000 (02:42 -0800)]
fix the coypright notice

SCCS-vsn: usr.sbin/eeprom/eeprom.c 5.2

31 years agomove #include <sys/stat.h> into conf.h
Eric Allman [Wed, 28 Apr 1993 09:52:04 +0000 (01:52 -0800)]
move #include <sys/stat.h> into conf.h

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.37
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.59
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.33
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.31
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.68
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.52
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.33

31 years agodon't ignore postmaster alias for emergency fallback
Eric Allman [Wed, 28 Apr 1993 09:48:48 +0000 (01:48 -0800)]
don't ignore postmaster alias for emergency fallback

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.37

31 years agoonly flock regular files (specifically, not /dev/null)
Eric Allman [Wed, 28 Apr 1993 09:48:15 +0000 (01:48 -0800)]
only flock regular files (specifically, not /dev/null)

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

31 years agocompile flag hpux ==> __hpux
Eric Allman [Wed, 28 Apr 1993 09:47:47 +0000 (01:47 -0800)]
compile flag hpux ==> __hpux

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

31 years agodate and time created 93/04/27 18:46:16 by bostic
Keith Bostic [Wed, 28 Apr 1993 09:46:16 +0000 (01:46 -0800)]
date and time created 93/04/27 18:46:16 by bostic

SCCS-vsn: lib/libc/gen/daemon.3 5.1

31 years agomove daemon(3) to libc rom libutil
Keith Bostic [Wed, 28 Apr 1993 09:46:14 +0000 (01:46 -0800)]
move daemon(3) to libc rom libutil

SCCS-vsn: lib/libc/gen/daemon.c 5.5

31 years agomove pwcache routines to libc from libutil
Keith Bostic [Wed, 28 Apr 1993 09:43:23 +0000 (01:43 -0800)]
move pwcache routines to libc from libutil

SCCS-vsn: lib/libc/gen/pwcache.3 5.5
SCCS-vsn: lib/libc/gen/pwcache.c 5.6

31 years agoadd daemon, group_from_gid, user_from_uid
Keith Bostic [Wed, 28 Apr 1993 09:42:51 +0000 (01:42 -0800)]
add daemon, group_from_gid, user_from_uid

SCCS-vsn: include/stdlib.h 5.26

31 years agono longer needs program name variable
Keith Bostic [Wed, 28 Apr 1993 09:40:43 +0000 (01:40 -0800)]
no longer needs program name variable

SCCS-vsn: usr.bin/compress/compress.c 5.26

31 years agoadd sparc eeprom utility
Chris Torek [Wed, 28 Apr 1993 09:39:40 +0000 (01:39 -0800)]
add sparc eeprom utility

SCCS-vsn: usr.sbin/Makefile 5.16

31 years agodate and time created 93/04/27 18:38:43 by torek
Chris Torek [Wed, 28 Apr 1993 09:38:43 +0000 (01:38 -0800)]
date and time created 93/04/27 18:38:43 by torek

SCCS-vsn: usr.sbin/eeprom/eeprom.8 5.1

31 years agodelete zopen(3) from the C library, moved to compress source tree
Keith Bostic [Wed, 28 Apr 1993 09:37:09 +0000 (01:37 -0800)]
delete zopen(3) from the C library, moved to compress source tree

SCCS-vsn: lib/libc/stdio/Makefile.inc 5.10

31 years agodate and time created 93/04/27 18:36:30 by torek
Chris Torek [Wed, 28 Apr 1993 09:36:30 +0000 (01:36 -0800)]
date and time created 93/04/27 18:36:30 by torek

SCCS-vsn: usr.sbin/eeprom/eeprom.c 5.1
SCCS-vsn: usr.sbin/eeprom/pathnames.h 5.1

31 years agodate and time created 93/04/27 18:36:29 by torek
Chris Torek [Wed, 28 Apr 1993 09:36:29 +0000 (01:36 -0800)]
date and time created 93/04/27 18:36:29 by torek

SCCS-vsn: usr.sbin/eeprom/Makefile 5.1

31 years agouse standard C library err/warn routines
Keith Bostic [Wed, 28 Apr 1993 09:35:56 +0000 (01:35 -0800)]
use standard C library err/warn routines

SCCS-vsn: usr.bin/compress/compress.c 5.25

31 years agopwcache(3) moved to the C library
Keith Bostic [Wed, 28 Apr 1993 09:34:40 +0000 (01:34 -0800)]
pwcache(3) moved to the C library

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

31 years ago<sys/kinfo_proc.h> moved to <sys/sysctl.h>
Keith Bostic [Wed, 28 Apr 1993 09:32:55 +0000 (01:32 -0800)]
<sys/kinfo_proc.h> moved to <sys/sysctl.h>

SCCS-vsn: usr.bin/systat/pigs.c 5.15

31 years agopwcache(3) now in the C library
Keith Bostic [Wed, 28 Apr 1993 09:18:24 +0000 (01:18 -0800)]
pwcache(3) now in the C library

SCCS-vsn: usr.bin/find/Makefile 5.4
SCCS-vsn: usr.bin/fstat/Makefile 5.9
SCCS-vsn: usr.bin/lastcomm/Makefile 5.6
SCCS-vsn: usr.sbin/quot/Makefile 5.5

31 years agokinfo_proc.h gone, stuff moved to <sys/sysctl.h>
Keith Bostic [Wed, 28 Apr 1993 09:16:37 +0000 (01:16 -0800)]
kinfo_proc.h gone, stuff moved to <sys/sysctl.h>

SCCS-vsn: bin/ps/keyword.c 5.15
SCCS-vsn: usr.bin/fstat/fstat.c 5.44

31 years agopwcache(3) now in the C library
Keith Bostic [Wed, 28 Apr 1993 09:15:26 +0000 (01:15 -0800)]
pwcache(3) now in the C library

SCCS-vsn: sys/i386/floppy/ls/Makefile 5.2
SCCS-vsn: bin/ps/Makefile 5.10

31 years agopwcache(3) now in C library
Keith Bostic [Wed, 28 Apr 1993 09:13:13 +0000 (01:13 -0800)]
pwcache(3) now in C library

SCCS-vsn: bin/ls/Makefile 5.6

31 years agogetloadavg, daemon(3) now in the C library
Keith Bostic [Wed, 28 Apr 1993 09:13:06 +0000 (01:13 -0800)]
getloadavg, daemon(3) now in the C library

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

31 years agodaemon(3) now in the C library
Keith Bostic [Wed, 28 Apr 1993 09:11:35 +0000 (01:11 -0800)]
daemon(3) now in the C library

SCCS-vsn: sbin/XNSrouted/Makefile 5.15
SCCS-vsn: sbin/mount_portal/Makefile 5.2
SCCS-vsn: sbin/mountd/Makefile 5.6
SCCS-vsn: sbin/nfsd/Makefile 5.4
SCCS-vsn: sbin/nfsiod/Makefile 5.4
SCCS-vsn: sbin/routed/Makefile 5.17
SCCS-vsn: usr.sbin/cron/Makefile 5.8
SCCS-vsn: usr.sbin/inetd/Makefile 5.6
SCCS-vsn: usr.sbin/lpr/lpd/Makefile 5.6
SCCS-vsn: usr.sbin/portmap/Makefile 5.3
SCCS-vsn: usr.sbin/update/Makefile 5.6
SCCS-vsn: usr.sbin/syslogd/Makefile 5.8

31 years agohave to lock after the other namei too
Kirk McKusick [Wed, 28 Apr 1993 08:50:31 +0000 (00:50 -0800)]
have to lock after the other namei too

SCCS-vsn: sys/kern/kern_exec.c 7.75

31 years agomove daemon(3) from libutil to libc
Keith Bostic [Wed, 28 Apr 1993 08:47:01 +0000 (00:47 -0800)]
move daemon(3) from libutil to libc

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

31 years agomove pwcache routines from libutil to libc
Keith Bostic [Wed, 28 Apr 1993 08:39:32 +0000 (00:39 -0800)]
move pwcache routines from libutil to libc

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

31 years ago<sys/sysctl.h> needs <sys/param.h> now
Keith Bostic [Wed, 28 Apr 1993 08:35:32 +0000 (00:35 -0800)]
<sys/sysctl.h> needs <sys/param.h> now

SCCS-vsn: lib/libc/gmon/gmon.c 5.14

31 years ago<sys/sysctl.h> now needs <sys/param.h>
Keith Bostic [Wed, 28 Apr 1993 08:33:07 +0000 (00:33 -0800)]
<sys/sysctl.h> now needs <sys/param.h>

SCCS-vsn: lib/libc/gen/getloadavg.c 6.6

31 years agoneed sys/stat.h
Eric Allman [Wed, 28 Apr 1993 08:27:08 +0000 (00:27 -0800)]
need sys/stat.h

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

31 years agomove compatibility hooks for S_ISREG et al to conf.h
Eric Allman [Wed, 28 Apr 1993 08:24:31 +0000 (00:24 -0800)]
move compatibility hooks for S_ISREG et al to conf.h

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.30
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.24

31 years agobug fixes for LEASES from Rick Macklem
Kirk McKusick [Wed, 28 Apr 1993 07:31:20 +0000 (23:31 -0800)]
bug fixes for LEASES from Rick Macklem

SCCS-vsn: sys/nfs/nfs.h 7.20
SCCS-vsn: sys/nfs/nfs_node.c 7.47
SCCS-vsn: sys/nfs/nfs_nqlease.c 7.20
SCCS-vsn: sys/nfs/nfs_socket.c 7.43