unix-history/.git
31 years agoAdd available space accounting, so that the cleaner can be woken
Keith Bostic [Wed, 26 Aug 1992 06:02:27 +0000 (22:02 -0800)]
Add available space accounting, so that the cleaner can be woken
up explicitly when we need space and so we can return ENOSPC accurately.

SCCS-vsn: sbin/newlfs/lfs.c 5.20

31 years agoIf you cleaned some segments, keep cleaning in case other processes
Keith Bostic [Wed, 26 Aug 1992 05:56:45 +0000 (21:56 -0800)]
If you cleaned some segments, keep cleaning in case other processes
wrote a bunch of stuff just after you finished your cleaning spurt.

SCCS-vsn: libexec/lfs_cleanerd/cleanerd.c 5.3

31 years agoSegment structure now takes a vnode, make sure it gets set up and
Keith Bostic [Wed, 26 Aug 1992 05:52:22 +0000 (21:52 -0800)]
Segment structure now takes a vnode, make sure it gets set up and
maintained properly.

SCCS-vsn: sys/ufs/lfs/lfs_syscalls.c 7.20

31 years agogetblk cannot return a NULL bp, don't bother checking for it.
Keith Bostic [Wed, 26 Aug 1992 05:35:10 +0000 (21:35 -0800)]
getblk cannot return a NULL bp, don't bother checking for it.

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.53

31 years agoPut a vnode pointer in the segment structure.
Keith Bostic [Wed, 26 Aug 1992 05:34:07 +0000 (21:34 -0800)]
Put a vnode pointer in the segment structure.

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 7.30

31 years agoSEGDEC should look for 0 instead of UNASSIGNED disk addresses since
Keith Bostic [Wed, 26 Aug 1992 05:33:23 +0000 (21:33 -0800)]
SEGDEC should look for 0 instead of UNASSIGNED disk addresses since
it is reading the value off dinode or indirect page.

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.79

31 years agoCheck for valid bp after balloc instead of later since later,
Keith Bostic [Wed, 26 Aug 1992 05:32:35 +0000 (21:32 -0800)]
Check for valid bp after balloc instead of later since later,
VOP_BWRITE has been called and the bp should not be brelse'd.

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.92

31 years agoAdd vnode pointer to segment structure so that updatemeta knows
Keith Bostic [Wed, 26 Aug 1992 05:31:40 +0000 (21:31 -0800)]
Add vnode pointer to segment structure so that updatemeta knows
what file to finish off when it runs out of space in a partial or segment.

SCCS-vsn: sys/ufs/lfs/lfs.h 7.22

31 years agoadd sed
Keith Bostic [Wed, 26 Aug 1992 01:30:38 +0000 (17:30 -0800)]
add sed

SCCS-vsn: admin/admin/contrib/contrib 5.26

31 years agoshould be __pure, not const, labs() is a function for ANSI C
Keith Bostic [Tue, 25 Aug 1992 23:39:20 +0000 (15:39 -0800)]
should be __pure, not const, labs() is a function for ANSI C
from Chris Torek

SCCS-vsn: usr.bin/graph/graph.c 5.1

31 years agoupdate for new profiling style
Chris Torek [Tue, 25 Aug 1992 13:32:16 +0000 (05:32 -0800)]
update for new profiling style

SCCS-vsn: lib/csu/sparc/Makefile 5.2

31 years agonew, non-AT&T, version
Keith Bostic [Tue, 25 Aug 1992 12:30:12 +0000 (04:30 -0800)]
new, non-AT&T, version

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

31 years agomake empty RE's work, some minor cleanups, too
Keith Bostic [Tue, 25 Aug 1992 12:27:39 +0000 (04:27 -0800)]
make empty RE's work, some minor cleanups, too

SCCS-vsn: usr.bin/sed/compile.c 5.3
SCCS-vsn: usr.bin/sed/defs.h 5.2
SCCS-vsn: usr.bin/sed/process.c 5.3

31 years agodiscuss empty RE's
Keith Bostic [Tue, 25 Aug 1992 12:12:33 +0000 (04:12 -0800)]
discuss empty RE's

SCCS-vsn: usr.bin/sed/sed.1 5.2

31 years agowe can't survive some of the compile errors, just die
Keith Bostic [Tue, 25 Aug 1992 11:48:06 +0000 (03:48 -0800)]
we can't survive some of the compile errors, just die

SCCS-vsn: usr.bin/sed/extern.h 5.3
SCCS-vsn: usr.bin/sed/main.c 5.3

31 years agoadd discussion of empty RE's
Keith Bostic [Tue, 25 Aug 1992 11:47:37 +0000 (03:47 -0800)]
add discussion of empty RE's

SCCS-vsn: usr.bin/sed/POSIX 5.5

31 years agouse close-on-exec
Edward Wang [Tue, 25 Aug 1992 10:17:45 +0000 (02:17 -0800)]
use close-on-exec

SCCS-vsn: usr.bin/window/compress.c 3.7
SCCS-vsn: usr.bin/window/wwenviron.c 3.28
SCCS-vsn: usr.bin/window/context.c 3.13
SCCS-vsn: usr.bin/window/wwopen.c 3.30
SCCS-vsn: usr.bin/window/wwpty.c 3.20

31 years agowe can't survive some of the compile errors, just die
Keith Bostic [Tue, 25 Aug 1992 09:42:18 +0000 (01:42 -0800)]
we can't survive some of the compile errors, just die

SCCS-vsn: usr.bin/sed/misc.c 5.2

31 years agoalways die, we can't survive some of the compile errors
Keith Bostic [Tue, 25 Aug 1992 09:38:24 +0000 (01:38 -0800)]
always die, we can't survive some of the compile errors

SCCS-vsn: usr.bin/sed/misc.c 5.2

31 years agoecho quoted ^? correctly
Marc Teitelbaum [Tue, 25 Aug 1992 08:29:57 +0000 (00:29 -0800)]
echo quoted ^? correctly

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

31 years agosome flags got moved around and code wasen't consistent
Marc Teitelbaum [Tue, 25 Aug 1992 08:08:05 +0000 (00:08 -0800)]
some flags got moved around and code wasen't consistent

SCCS-vsn: sys/kern/tty.c 7.53
SCCS-vsn: sys/kern/tty_compat.c 7.15

31 years agoMDMBUF is a cflag!
Marc Teitelbaum [Tue, 25 Aug 1992 07:48:16 +0000 (23:48 -0800)]
MDMBUF is a cflag!

SCCS-vsn: bin/stty/modes.c 5.6

31 years agonew draft, from Diomidis
Keith Bostic [Tue, 25 Aug 1992 05:22:31 +0000 (21:22 -0800)]
new draft, from Diomidis

SCCS-vsn: usr.bin/sed/POSIX 5.4

31 years agoadd X11 link to /usr/bin
Keith Bostic [Tue, 25 Aug 1992 03:40:12 +0000 (19:40 -0800)]
add X11 link to /usr/bin

SCCS-vsn: etc/Makefile 5.25

31 years agofix prototype
Keith Bostic [Tue, 25 Aug 1992 03:26:52 +0000 (19:26 -0800)]
fix prototype

SCCS-vsn: usr.bin/sed/extern.h 5.2

31 years agotest error function from Diomidis
Keith Bostic [Tue, 25 Aug 1992 03:13:13 +0000 (19:13 -0800)]
test error function from Diomidis

SCCS-vsn: usr.bin/sed/TEST/sed.test 5.3

31 years agoadd test of 'd' command
Keith Bostic [Tue, 25 Aug 1992 03:08:08 +0000 (19:08 -0800)]
add test of 'd' command

SCCS-vsn: usr.bin/sed/TEST/sed.test 5.2

31 years agofix the 'd' and 'D' flags for the new "pd" variable
Keith Bostic [Tue, 25 Aug 1992 03:06:02 +0000 (19:06 -0800)]
fix the 'd' and 'D' flags for the new "pd" variable

SCCS-vsn: usr.bin/sed/process.c 5.2

31 years agoupdated error messages from Diomidis
Keith Bostic [Tue, 25 Aug 1992 03:05:47 +0000 (19:05 -0800)]
updated error messages from Diomidis

SCCS-vsn: usr.bin/sed/compile.c 5.2

31 years agoupdate from Diomidis; increase the length of the string buffer
Keith Bostic [Tue, 25 Aug 1992 03:02:39 +0000 (19:02 -0800)]
update from Diomidis; increase the length of the string buffer

SCCS-vsn: usr.bin/sed/main.c 5.2

31 years agonew draft
Keith Bostic [Tue, 25 Aug 1992 02:40:26 +0000 (18:40 -0800)]
new draft

SCCS-vsn: usr.bin/sed/POSIX 5.3

31 years agodraft 2, sent to Diomidis
Keith Bostic [Tue, 25 Aug 1992 01:43:54 +0000 (17:43 -0800)]
draft 2, sent to Diomidis

SCCS-vsn: usr.bin/sed/POSIX 5.2

31 years agoget rid of getdtablesize; this code should be rethought
Keith Bostic [Mon, 24 Aug 1992 09:41:11 +0000 (01:41 -0800)]
get rid of getdtablesize; this code should be rethought

SCCS-vsn: usr.bin/mail/popen.c 5.18

31 years agodate and time created 92/08/23 18:26:37 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:26:37 +0000 (01:26 -0800)]
date and time created 92/08/23 18:26:37 by bostic

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

31 years agodate and time created 92/08/23 18:26:27 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:26:27 +0000 (01:26 -0800)]
date and time created 92/08/23 18:26:27 by bostic

SCCS-vsn: usr.bin/sed/TEST/sed.test 5.1

31 years agodate and time created 92/08/23 18:26:16 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:26:16 +0000 (01:26 -0800)]
date and time created 92/08/23 18:26:16 by bostic

SCCS-vsn: usr.bin/sed/process.c 5.1

31 years agodate and time created 92/08/23 18:26:10 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:26:10 +0000 (01:26 -0800)]
date and time created 92/08/23 18:26:10 by bostic

SCCS-vsn: usr.bin/sed/misc.c 5.1

31 years agodate and time created 92/08/23 18:26:05 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:26:05 +0000 (01:26 -0800)]
date and time created 92/08/23 18:26:05 by bostic

SCCS-vsn: usr.bin/sed/main.c 5.1

31 years agodate and time created 92/08/23 18:25:59 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:25:59 +0000 (01:25 -0800)]
date and time created 92/08/23 18:25:59 by bostic

SCCS-vsn: usr.bin/sed/extern.h 5.1

31 years agodate and time created 92/08/23 18:25:52 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:25:52 +0000 (01:25 -0800)]
date and time created 92/08/23 18:25:52 by bostic

SCCS-vsn: usr.bin/sed/defs.h 5.1

31 years agodate and time created 92/08/23 18:25:29 by bostic
Keith Bostic [Mon, 24 Aug 1992 09:25:29 +0000 (01:25 -0800)]
date and time created 92/08/23 18:25:29 by bostic

SCCS-vsn: usr.bin/sed/compile.c 5.1

31 years agonew version
Keith Bostic [Mon, 24 Aug 1992 05:48:43 +0000 (21:48 -0800)]
new version

SCCS-vsn: lib/libcurses/Makefile 5.12

31 years agomassive cleanup, welcome to the 90's!
Keith Bostic [Mon, 24 Aug 1992 05:44:38 +0000 (21:44 -0800)]
massive cleanup, welcome to the 90's!

SCCS-vsn: lib/libcurses/curses.c 5.8
SCCS-vsn: lib/libcurses/curses.h 5.10

31 years agodate and time created 92/08/23 14:44:10 by bostic
Keith Bostic [Mon, 24 Aug 1992 05:44:10 +0000 (21:44 -0800)]
date and time created 92/08/23 14:44:10 by bostic

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

31 years agodate and time created 92/08/23 14:43:04 by bostic
Keith Bostic [Mon, 24 Aug 1992 05:43:04 +0000 (21:43 -0800)]
date and time created 92/08/23 14:43:04 by bostic

SCCS-vsn: lib/libcurses/ctrace.c 5.1

31 years agorewrite for the new tty driver, 4.4BSD
Keith Bostic [Mon, 24 Aug 1992 05:42:48 +0000 (21:42 -0800)]
rewrite for the new tty driver, 4.4BSD

SCCS-vsn: lib/libcurses/tstp.c 5.7
SCCS-vsn: lib/libcurses/setterm.c 5.9

31 years agoreformat the code so you can actually read it -- no substantive change
Keith Bostic [Mon, 24 Aug 1992 05:40:16 +0000 (21:40 -0800)]
reformat the code so you can actually read it -- no substantive change

SCCS-vsn: lib/libcurses/refresh.c 5.7

31 years agofold mv routines in; lint
Keith Bostic [Mon, 24 Aug 1992 05:39:08 +0000 (21:39 -0800)]
fold mv routines in; lint

SCCS-vsn: lib/libcurses/printw.c 5.10
SCCS-vsn: lib/libcurses/scanw.c 5.9

31 years agolint
Keith Bostic [Mon, 24 Aug 1992 05:38:54 +0000 (21:38 -0800)]
lint

SCCS-vsn: lib/libcurses/delch.c 5.6
SCCS-vsn: lib/libcurses/toucholap.c 5.6
SCCS-vsn: lib/libcurses/addbytes.c 5.7
SCCS-vsn: lib/libcurses/delwin.c 5.6
SCCS-vsn: lib/libcurses/cr_put.c 5.7
SCCS-vsn: lib/libcurses/deleteln.c 5.7
SCCS-vsn: lib/libcurses/overwrite.c 5.6
SCCS-vsn: lib/libcurses/id_subwins.c 5.6
SCCS-vsn: lib/libcurses/insertln.c 5.6
SCCS-vsn: lib/libcurses/newwin.c 5.6

31 years agoKNF, add __unctrllen array
Keith Bostic [Mon, 24 Aug 1992 03:23:32 +0000 (19:23 -0800)]
KNF, add __unctrllen array

SCCS-vsn: lib/libcurses/unctrl.c 5.5

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 03:20:59 +0000 (19:20 -0800)]
KNF

SCCS-vsn: lib/libcurses/refresh.c 5.6
SCCS-vsn: lib/libcurses/scanw.c 5.8
SCCS-vsn: lib/libcurses/scroll.c 5.5
SCCS-vsn: lib/libcurses/standout.c 5.5
SCCS-vsn: lib/libcurses/toucholap.c 5.5
SCCS-vsn: lib/libcurses/touchwin.c 5.5

31 years agorename _putchar to __cputchar, lint, KNF
Keith Bostic [Mon, 24 Aug 1992 02:48:16 +0000 (18:48 -0800)]
rename _putchar to __cputchar, lint, KNF

SCCS-vsn: lib/libcurses/putchar.c 5.5

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 02:45:50 +0000 (18:45 -0800)]
KNF

SCCS-vsn: lib/libcurses/overlay.c 5.7
SCCS-vsn: lib/libcurses/overwrite.c 5.5
SCCS-vsn: lib/libcurses/printw.c 5.9

31 years agoKNF, lint
Keith Bostic [Mon, 24 Aug 1992 02:32:35 +0000 (18:32 -0800)]
KNF, lint

SCCS-vsn: lib/libcurses/newwin.c 5.5

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 02:23:41 +0000 (18:23 -0800)]
KNF

SCCS-vsn: lib/libcurses/move.c 5.6
SCCS-vsn: lib/libcurses/mvprintw.c 5.9
SCCS-vsn: lib/libcurses/mvscanw.c 5.6
SCCS-vsn: lib/libcurses/mvwin.c 5.5

31 years agoKNF, lint
Keith Bostic [Mon, 24 Aug 1992 02:12:24 +0000 (18:12 -0800)]
KNF, lint

SCCS-vsn: lib/libcurses/longname.c 5.5

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 02:10:45 +0000 (18:10 -0800)]
KNF

SCCS-vsn: lib/libcurses/insch.c 5.5
SCCS-vsn: lib/libcurses/insertln.c 5.5

31 years agoKNF and lint
Keith Bostic [Mon, 24 Aug 1992 02:06:54 +0000 (18:06 -0800)]
KNF and lint

SCCS-vsn: lib/libcurses/initscr.c 5.7

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 02:01:47 +0000 (18:01 -0800)]
KNF

SCCS-vsn: lib/libcurses/delwin.c 5.5
SCCS-vsn: lib/libcurses/erase.c 5.5
SCCS-vsn: lib/libcurses/fullname.c 5.5
SCCS-vsn: lib/libcurses/getch.c 5.7
SCCS-vsn: lib/libcurses/getstr.c 5.5
SCCS-vsn: lib/libcurses/id_subwins.c 5.5
SCCS-vsn: lib/libcurses/idlok.c 5.5

31 years agouse library routine to set the line to spaces
Keith Bostic [Mon, 24 Aug 1992 01:45:19 +0000 (17:45 -0800)]
use library routine to set the line to spaces

SCCS-vsn: lib/libcurses/deleteln.c 5.6

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 01:44:15 +0000 (17:44 -0800)]
KNF

SCCS-vsn: lib/libcurses/delch.c 5.5
SCCS-vsn: lib/libcurses/deleteln.c 5.5

31 years agoKNF, lint
Keith Bostic [Mon, 24 Aug 1992 01:32:38 +0000 (17:32 -0800)]
KNF, lint

SCCS-vsn: lib/libcurses/cr_put.c 5.6

31 years agoKNF, return a value
Keith Bostic [Mon, 24 Aug 1992 01:11:45 +0000 (17:11 -0800)]
KNF, return a value

SCCS-vsn: lib/libcurses/clrtoeol.c 5.5

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 01:08:45 +0000 (17:08 -0800)]
KNF

SCCS-vsn: lib/libcurses/clrtobot.c 5.6

31 years agoKNF, pass back error value if any
Keith Bostic [Mon, 24 Aug 1992 01:04:24 +0000 (17:04 -0800)]
KNF, pass back error value if any

SCCS-vsn: lib/libcurses/clear.c 5.5

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 01:02:13 +0000 (17:02 -0800)]
KNF

SCCS-vsn: lib/libcurses/box.c 5.5

31 years agoforgot to compile it before checking it in; typo
Keith Bostic [Mon, 24 Aug 1992 00:57:42 +0000 (16:57 -0800)]
forgot to compile it before checking it in; typo

SCCS-vsn: lib/libcurses/addch.c 5.7

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 00:56:40 +0000 (16:56 -0800)]
KNF
waddbytes takes a string, not a pointer to a single character

SCCS-vsn: lib/libcurses/addch.c 5.6

31 years agoSYNCH_OUT and SYNCH_IN reversed on tabs, they didn't work right if the
Keith Bostic [Mon, 24 Aug 1992 00:54:03 +0000 (16:54 -0800)]
SYNCH_OUT and SYNCH_IN reversed on tabs, they didn't work right if the
first characters in the line.
don't reset the x and y coordinates unless they're great than win->_maxx
and win->maxy, didn't work right for the last column of the line

SCCS-vsn: lib/libcurses/addbytes.c 5.6

31 years agoKNF
Keith Bostic [Mon, 24 Aug 1992 00:51:34 +0000 (16:51 -0800)]
KNF

SCCS-vsn: lib/libcurses/addbytes.c 5.5

31 years agoupdate to 4.4BSD-Alpha
Keith Bostic [Sun, 23 Aug 1992 23:57:25 +0000 (15:57 -0800)]
update to 4.4BSD-Alpha

SCCS-vsn: sys/conf/newvers.sh 7.5

31 years agoCreate indirect blocks as soon as the associated data blocks are
Keith Bostic [Sat, 22 Aug 1992 08:30:33 +0000 (00:30 -0800)]
Create indirect blocks as soon as the associated data blocks are
created, so we can do correct bookkeeping.

SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.36

31 years agoMake lfs_markv perform segment writing. It sets up its data and
Keith Bostic [Sat, 22 Aug 1992 08:29:27 +0000 (00:29 -0800)]
Make lfs_markv perform segment writing.  It sets up its data and
uses gatherblock and writeseg to output the results of segment cleaning.
Data is left in user space until the writer needs to copy it.  Add code to
use inodes from cleaner if they are up to date.

SCCS-vsn: sys/ufs/lfs/lfs_syscalls.c 7.19

31 years agoMove SEGMENT structure definition to include for use by lfs_syscalls.
Keith Bostic [Sat, 22 Aug 1992 08:28:04 +0000 (00:28 -0800)]
Move SEGMENT structure definition to include for use by lfs_syscalls.
Break lfs_gather into block-oriented interface for cleaner calls.  Count
segments used to trigger checkpoints. Restructure to work from lfs_markv call.
Many of the parameters from updatemeta and gather now live in the segment
structure.

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 7.29

31 years agoAdd lfs_check and lfs_getattr; make lfs_newbuf visible for
Keith Bostic [Sat, 22 Aug 1992 08:26:12 +0000 (00:26 -0800)]
Add lfs_check and lfs_getattr; make lfs_newbuf visible for
lfs_syscalls.c

SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.20

31 years agoFormatting. Change UBWRITE to VOP_BWRITE, add inode accounting.
Keith Bostic [Sat, 22 Aug 1992 08:25:35 +0000 (00:25 -0800)]
Formatting.  Change UBWRITE to VOP_BWRITE, add inode accounting.
Fix inode block accounting and free space accounting.

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.78

31 years agoChange LFS_UBWRITE calls to VOP_BWRITE, add inode accounting.
Keith Bostic [Sat, 22 Aug 1992 08:24:40 +0000 (00:24 -0800)]
Change LFS_UBWRITE calls to VOP_BWRITE, add inode accounting.

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.52

31 years agoMake a local getattr that doesn't call ITIMES (temporary). Add
Keith Bostic [Sat, 22 Aug 1992 08:21:58 +0000 (00:21 -0800)]
Make a local getattr that doesn't call ITIMES (temporary).  Add
calls to lfs_check.  Get rid of #ifdef and add synchronous I/O
support.  Handle bp from lfs_balloc correctly.

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.91

31 years agoFix threshholds for kicking off a write. Make lfs_bwrite to inode
Keith Bostic [Sat, 22 Aug 1992 08:21:31 +0000 (00:21 -0800)]
Fix threshholds for kicking off a write.  Make lfs_bwrite to inode
accounting and available disk block accounting.  Add global to determine if
a writer has already been kicked off to free up some buffers.  Add lfs_check
routine which determines if there is memory space available.

SCCS-vsn: sys/ufs/lfs/lfs_bio.c 7.15

31 years agoAdd fields in struct lfs for available space accounting, and number of active
Keith Bostic [Sat, 22 Aug 1992 08:20:04 +0000 (00:20 -0800)]
Add fields in struct lfs for available space accounting, and number of active
segments since last checkpoint.  Add error information for ifile panics.
Get rid of the macro UBWRITE and do everything in lfs_bwrite.  Add all the
dynamic fields to segment structure so cleaner can use it.

SCCS-vsn: sys/ufs/lfs/lfs.h 7.21

31 years agoincrease the hpibidtimeout so hpib devices are correctly autoconfigured
Carl Staelin [Sat, 22 Aug 1992 07:40:09 +0000 (23:40 -0800)]
increase the hpibidtimeout so hpib devices are correctly autoconfigured

SCCS-vsn: sys/hp300/dev/hpib.c 7.6

31 years agoChange markv calling convention to take a single array containing
Keith Bostic [Sat, 22 Aug 1992 03:01:09 +0000 (19:01 -0800)]
Change markv calling convention to take a single array containing
both blocks and inodes.

SCCS-vsn: libexec/lfs_cleanerd/library.c 5.3
SCCS-vsn: libexec/lfs_cleanerd/cleanerd.c 5.2
SCCS-vsn: libexec/lfs_cleanerd/print.c 5.2

31 years agoChange markv calling to take a single array containing blocks
Keith Bostic [Sat, 22 Aug 1992 03:00:08 +0000 (19:00 -0800)]
Change markv calling to take a single array containing blocks

SCCS-vsn: libexec/lfs_cleanerd/clean.h 5.2

31 years agodon't use mmap until the buffer cache and VM are in sync
Keith Bostic [Fri, 21 Aug 1992 23:32:57 +0000 (15:32 -0800)]
don't use mmap until the buffer cache and VM are in sync

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

31 years agoadd dumpfs.8 to see also section
Keith Bostic [Fri, 21 Aug 1992 05:16:26 +0000 (21:16 -0800)]
add dumpfs.8 to see also section

SCCS-vsn: sbin/newfs/newfs.8 6.12

31 years agoadd dumpfs to see all section
Keith Bostic [Fri, 21 Aug 1992 05:15:42 +0000 (21:15 -0800)]
add dumpfs to see all section

SCCS-vsn: sbin/tunefs/tunefs.8 6.7

31 years agoinline the simple sort function
Keith Bostic [Fri, 21 Aug 1992 05:05:05 +0000 (21:05 -0800)]
inline the simple sort function

SCCS-vsn: lib/libc/stdlib/radixsort.c 5.15

31 years agodate and time created 92/08/20 11:12:03 by bostic
Keith Bostic [Fri, 21 Aug 1992 02:12:03 +0000 (18:12 -0800)]
date and time created 92/08/20 11:12:03 by bostic

SCCS-vsn: usr.bin/sed/POSIX 5.1

31 years agoclose file descriptors; ANSI C while I'm here
Keith Bostic [Fri, 21 Aug 1992 01:48:23 +0000 (17:48 -0800)]
close file descriptors; ANSI C while I'm here

SCCS-vsn: usr.bin/cut/cut.c 5.5

31 years agoreturn value was backwards
Marc Teitelbaum [Thu, 20 Aug 1992 06:08:33 +0000 (22:08 -0800)]
return value was backwards

SCCS-vsn: lib/libc/stdio/fgetpos.c 5.2

31 years agoadd sed
Keith Bostic [Wed, 19 Aug 1992 04:48:13 +0000 (20:48 -0800)]
add sed

SCCS-vsn: old/Makefile 5.27

31 years agoadd pig
Keith Bostic [Wed, 19 Aug 1992 01:57:16 +0000 (17:57 -0800)]
add pig

SCCS-vsn: games/Makefile 5.17

31 years agodate and time created 92/08/18 10:56:07 by bostic
Keith Bostic [Wed, 19 Aug 1992 01:56:07 +0000 (17:56 -0800)]
date and time created 92/08/18 10:56:07 by bostic

SCCS-vsn: games/pig/pig.6 5.1

31 years agodate and time created 92/08/18 10:56:05 by bostic
Keith Bostic [Wed, 19 Aug 1992 01:56:05 +0000 (17:56 -0800)]
date and time created 92/08/18 10:56:05 by bostic

SCCS-vsn: games/pig/pig.c 5.1

31 years agodate and time created 92/08/18 10:56:02 by bostic
Keith Bostic [Wed, 19 Aug 1992 01:56:02 +0000 (17:56 -0800)]
date and time created 92/08/18 10:56:02 by bostic

SCCS-vsn: games/pig/Makefile 5.1

31 years agoAdded db(3) support to routines. Added return value to getent()
Elan Amir [Tue, 18 Aug 1992 00:37:46 +0000 (16:37 -0800)]
Added db(3) support to routines.  Added return value to getent()
that specifies an unresolved tc expansion rather than it being an error.

SCCS-vsn: lib/libc/gen/getcap.c 5.4

31 years agochanges from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
Edward Wang [Mon, 17 Aug 1992 10:22:51 +0000 (02:22 -0800)]
changes from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
and others

SCCS-vsn: usr.bin/window/wwrint.c 3.13

31 years agochanges from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
Edward Wang [Mon, 17 Aug 1992 10:21:58 +0000 (02:21 -0800)]
changes from Brian Buhrow, primitive yank and put, Posix MIN and TIME,

SCCS-vsn: usr.bin/window/wwrint.c 3.13

31 years agodate and time created 92/08/16 18:26:33 by edward
Edward Wang [Mon, 17 Aug 1992 09:26:33 +0000 (01:26 -0800)]
date and time created 92/08/16 18:26:33 by edward

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

31 years agoneed to strip high bit when checking for escapec
Edward Wang [Mon, 17 Aug 1992 08:54:07 +0000 (00:54 -0800)]
need to strip high bit when checking for escapec

SCCS-vsn: usr.bin/window/mloop.c 3.18
SCCS-vsn: usr.bin/window/ww.h 3.66