Commit graph

14638 commits

Author SHA1 Message Date
Wolfram Schneider 87c75898fe use <htmlur> for ftp address 1996-07-03 22:24:52 +00:00
Wolfram Schneider 5df3108f6a add a reference to killall(1) 1996-07-03 22:19:50 +00:00
Mike Pritchard 3b818f3a1f The default swap device is /dev/drum, not /dev/swap
as ps.1 states.

Submitted by:	Zahemszhky Gabor <zgabor@code.hu>
1996-07-03 22:17:28 +00:00
Gary Palmer 21496d485b Fix typo.
Submitted by:	Philippe Charnier <charnier@xp11.frmug.org>
1996-07-03 22:06:12 +00:00
Martin Renters ca7c8034d2 Check if username is a NULL pointer before dereferencing it. 1996-07-03 21:43:48 +00:00
John Fieber a3341c6330 Three little tweaks make this work, so put it back in. 1996-07-03 21:22:16 +00:00
Poul-Henning Kamp 0d3f1a2a53 Isolated all the crap for thread-safe so I can see what goes on again... 1996-07-03 05:03:07 +00:00
Mike Pritchard 2388ee9a46 Some grammer/typo fixes. I also added some additional sgml
formatting as phk suggested I might want to do.
1996-07-03 04:23:26 +00:00
Poul-Henning Kamp 41e4eb70b4 Comment out rootdev & rrootdev so a ls -l doesn't panic the machine. 1996-07-03 03:48:46 +00:00
Mike Pritchard dc987e4d24 Update the FILES section to reflect the actual range
of ptys that are available.

Submitted by:	Matthew N. Dodd
1996-07-03 03:07:03 +00:00
Mike Pritchard e9c032def8 Describe the "file pointer" in lseeks' man page a bit better
so that it is less likely someone will confuse it with a
"FILE *" type pointer.

Submitted by:	Based on James Raynard's patch
1996-07-03 02:55:10 +00:00
Mike Pritchard 8ae7d6b0cb Document the "sig" function parameter.
Submitted by:	James Raynard
1996-07-03 02:44:04 +00:00
Mike Pritchard 9ef62d7c38 Document how chat logis it information via syslog.
Submitted by:	Partially based on a patch by Mark Diekhans
1996-07-03 02:27:30 +00:00
Mike Pritchard d19eed81d4 Document the -i backward compatibility option (same as -v).
Submitted by:	Faried Nawaz
1996-07-03 02:11:39 +00:00
Jordan K. Hubbard 2ea241a943 Revert this document - it didn't build (I should have checked) and I don't
have time to mess with it right now.
1996-07-03 01:40:29 +00:00
Mike Pritchard 157f653e98 Fix some minor formatting problems in some examples.
Obtained from:  Partially obtained from NetBSD-bugs mailing list
1996-07-03 01:28:34 +00:00
Mike Pritchard e830e7f5fe Document login's use of /etc/login.access.
Submitted by:	David E. O'Brien
1996-07-03 01:20:09 +00:00
Jordan K. Hubbard d009678316 Only print the selected timezone in verification rather than the bogus time. 1996-07-03 01:17:34 +00:00
Jordan K. Hubbard 70dd5dab69 Jon Bresler's new hardware guide.
Submitted by:	jmb
1996-07-03 00:42:40 +00:00
Wolfram Schneider a7258e9fe6 Print a warning before starting dialog(1) if the user
has no write access to /dev/speaker or the speaker device is not
enabled in kernel.

Code cleanup.
1996-07-02 23:35:21 +00:00
Wolfram Schneider b23472acb2 Document that suid wrapper like suidperl(1) break option 'nosuid'. 1996-07-02 23:18:38 +00:00
Wolfram Schneider f50830ff75 Add little ISDN section
Submitted by:	Hellmuth Michaelis <hm@kts.org>
1996-07-02 23:16:17 +00:00
Wolfram Schneider c4a87a6a59 update comment for tun*
add comment for snp*
1996-07-02 23:11:06 +00:00
Wolfram Schneider ad7076c992 remove zopen, zopen is not part of libc. 1996-07-02 23:04:50 +00:00
Wolfram Schneider bb9656377b install fast version of zgrep 1996-07-02 23:01:01 +00:00
Mike Pritchard 6afc6d802b Fix a typo. 1996-07-02 21:53:54 +00:00
John Dyson 688bbd5b76 Implement locking for pfs nodes, when at the leaf. Concurrent access
to information from a single process causes hangs.  Specifically, this
fixes problems (hangs) with concurrent ps commands, when the system is under
heavy memory load.
Reviewed by:	davidg
1996-07-02 13:38:10 +00:00
Jordan K. Hubbard dd74699f76 Untabify. 1996-07-02 10:59:26 +00:00
Jordan K. Hubbard fdc0e7826c Document shortcuts.
Fix a bug which prevented variables from working properly
1996-07-02 10:57:58 +00:00
Jordan K. Hubbard 9accf5ed92 Add an extra /etc/hosts entry per advice of Joerg. 1996-07-02 09:12:34 +00:00
Gary Clark II d7583666a0 Make a small change to make a passage sound better. 1996-07-02 08:42:03 +00:00
John Dyson a6e6bcc5f4 Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential
problems with vm_map_remove/vm_map_delete.
1996-07-02 02:08:02 +00:00
Jean-Marc Zucconi 144e75837e Use read(fileno(fp), ...) instead of fread(..., fp) to avoid buffered input. 1996-07-02 01:49:47 +00:00
John Dyson c6c4b08e59 Fix a serious problem, with a window where an object lock is needed,
but not there.  The extent of the object lock is expanded to be over the
range that it is needed.  Additionally, clean up the code so that it conforms
to better coding style.
1996-07-02 01:40:52 +00:00
Jordan K. Hubbard 73410b698a Round out the examples a little better in showing custom buttons in operation
more than once.
1996-07-02 01:03:56 +00:00
Jordan K. Hubbard 3b307053cb Make it plainer how to exit. 1996-07-02 01:03:55 +00:00
Alexander Langer f8cc1596e7 Correct definition of 'established' keyword. 1996-07-02 00:29:22 +00:00
Jordan K. Hubbard c4d74c02f2 Put back the $PWD override behavior of revision 1.4. The concensus
*seems* to be that it was the right thing to do.
1996-07-01 22:55:57 +00:00
Jordan K. Hubbard 1b83dffc37 Update the commiter list.
Suggested-By: wosch
1996-07-01 22:04:18 +00:00
Gary Palmer 1e3ae6e45f Add ctm_dequeue to the SUBDIR list now that I've checked that it
compiles cleanly on 2.2
1996-07-01 21:59:22 +00:00
Ollivier Robert d5019c50bf Fix PR doc/1360 by replacing the '_' in <htmlurl>...</htmlurl> with the
proper &lowbar; entity.

Both the LaTeX and HTML output are good now.

Please someone close doc/1360.
1996-07-01 21:30:28 +00:00
Ollivier Robert cb4a54c743 Update the "CD-ROM not configured" question.
"It would be good to point out that a machine that only has SCSI devices
may also generate this message if an IDE CD-ROM is not configured as
the Master device. Words like these might work ..."

        This generally means that there is no CDROM in the CDROM drive,
        or the drive is not visible on the bus. Feed the drive
        something, and/or check it's master/slave status.

Submitted by:	Neil Smith <ngs@sesame.hensa.ac.uk> with a small addition
1996-07-01 21:07:49 +00:00
Gary Palmer a58791467b Add a facility for a `slow'' CTM delta queue, allowing x' number
of delta's to be mailed out every hour (or however often you schedule
the cron job).

ctm_dequeue is the cron job which takes the stuff from the
queue directory and punts it into sendmail. The chunks of
the deltas (and the complete deltas if they are that small)
are sorted into order before being dispatched, so the people
subscribing should still get the bits in the right order.

The changes to ctm_smail should be fairly safe as they won't be
activated unless you go for the new queue directory option.
1996-07-01 20:54:11 +00:00
Bruce Evans f6b4ae3c82 Added or restored #include of <machine/md_var.h>. Some declarations
moved from <machine/cpufunc.h> to better places.
1996-07-01 20:29:10 +00:00
Bruce Evans 7baccf64d3 Fixed lots of warnings about unportable casts of pointers to volatile
variables: don't depend on the compiler generating atomic code to set
the variables - use inline asm to specify the atomic instruction(s)
explicitly.
1996-07-01 20:16:10 +00:00
Søren Schmidt 7e5d90a0d7 Norwegian iso keyboard definition file added.
Submitted by:	"Åge Røbekk" <aagero@aage.priv.no>
1996-07-01 19:56:56 +00:00
Guido van Rooij 79a1b8d9e2 Implement incremental passwd database updates. This is done by ading a '-u'
option to pwd_mkdb and adding this option to utilities invoking it.
Further, the filling of both the secure and insecure databases has been
merged into one loop giving also a performance improvemnet.
Note that I did *not* change the adduser command. I don't read perl
(it is a write only language anyway).
The change will drastically improve performance for passwd and
friends with large passwd files. Vipw's performance won't change.
In order to do that some kind of diff should be made between the
old and new master.passwd and depending the amount of changes, an
incremental or complete update of the databases should be agreed
upon.
1996-07-01 19:38:50 +00:00
Bruce Evans a111a7f827 Moved declarations of non-cpu things from <machine/cpufunc.h> to better
places.
1996-07-01 18:12:24 +00:00
Bruce Evans d2700ee639 Use the standard timer (interrupt) frequency while calibrating the clocks.
Testing with the high frequency of 20000 Hz (to find problems) only found
the problem that this frequency is too high for slow i386's.

Disable interrupts while setting the timer frequency.  This was unnecessary
before rev.1.57 and forgotten in rev.1.57.  The critical (i8254) interrupts
are disabled in another way at boot time but not in the sysctl to change
the frequency.
1996-07-01 18:00:47 +00:00
Bruce Evans f441029838 Updated boot message. 1996-07-01 16:32:09 +00:00