Commit Graph

5133 Commits

Author SHA1 Message Date
wollman
be26166865 Advanced route cache management is now an official part of IP support. 1994-12-11 21:36:10 +00:00
ats
c4f784c7bf Changed one occurence of rmail(1) to rmail(8). 1994-12-11 21:35:17 +00:00
wollman
35b9938bd2 install command was missing a ${DESTDIR}. 1994-12-11 21:27:14 +00:00
sef
0ec2da1a00 Added "cpuid" opcode. 1994-12-11 20:46:55 +00:00
gpalmer
5463f7c036 Early md5-checksumming code. This seems to work fine on my machine
but needs more testing on more ports than I have on my box.
1994-12-11 20:36:12 +00:00
gpalmer
abbb1310f0 Last gremlin-killer of the day. Typo fixed and missing .endif replaced. 1994-12-11 15:31:22 +00:00
gpalmer
64e425969f <Sigh> Got the placing of a .if wrong. Fix it. 1994-12-11 14:50:40 +00:00
gpalmer
132467f64c Erk. Damn. A hash perfixing a comment was lost somewhere.
Fixed.
1994-12-11 14:12:30 +00:00
dg
62c2f11de5 Removed inappropriate comment. 1994-12-11 03:33:58 +00:00
dg
93086cce38 Add additional comment. 1994-12-11 03:11:23 +00:00
dg
7b3253e34f Fix bogus comment. 1994-12-11 02:28:36 +00:00
dg
109e689664 The physical memory allocated for input DMA must be contiguous. The driver
worked in the past only because of good fortune. Anyway, use the contig alloc
routine I wrote awhile ago (vm_page_alloc_contig) for the sound code to do
this allocation. Also, specify read+write on the permissions to pmap_enter().
Specifying just read can have unexpected consquences.
1994-12-11 01:45:41 +00:00
dg
930a56ec5d Don't put objects that have no parent on the reverse_shadow_list. Problem
identified and explained by Gene Stark (thanks Gene!).

Submitted by:	John Dyson
1994-12-11 01:36:53 +00:00
ats
6b031da0f5 Document the options DUMMY_NOPS and TUNE_1542. 1994-12-11 00:09:34 +00:00
ats
8676d21a55 Fixed a typo: /usr/sbin/lpd* to /usr/sbin/lpd as the name of the daemon. 1994-12-11 00:02:22 +00:00
ache
5bfe7373e6 tputs prototypes... 1994-12-10 23:10:41 +00:00
ache
2a467c7131 tputs: (char) -> (int) 1994-12-10 23:02:33 +00:00
ache
965d6f2445 Prototypes... 1994-12-10 22:56:53 +00:00
ats
389b677b15 Correct a type in an ifndef EXCLUDE_3812 from 8312 -> 3812. Obtained
from the net or the mailinglist. Sorry, lost the original author.
1994-12-10 22:55:50 +00:00
ats
1d23343f58 Change the example in the printcap file for the spooling dir from
/var/spool/lpd to /var/spool/output/lpd. This is the new location
where the lpd-system now searches for files.
1994-12-10 22:46:25 +00:00
ache
9f1ec2efa1 tputs: (char) -> (int) 1994-12-10 22:01:25 +00:00
gpalmer
12f74c7804 1) Small tidyup
2) Change INSTALL_MANPAGES to NO_INSTALL_MANPAGES and document it

3) Add a PKGNAME variable to allow the package name
   not to be dictated by stupid DISTNAMEs

4) Add a PATCH_DEBUG option and a slight change to the default
   patch system - add --forward to help ensure correct patching
1994-12-10 18:07:38 +00:00
ache
1fd643ec5b Fix tputs/tparm declarations 1994-12-09 22:02:19 +00:00
ache
9d8ac0137b Fix tputs declaration 1994-12-09 21:59:06 +00:00
ache
2a1cff7111 Fix tputs/tparm declarations 1994-12-09 21:52:47 +00:00
ache
88f8af59dd Change all 'regoff_t' occurances to 'int'. GNU typedefed it as 'int',
but BSD 4.4 typedefed it as 'off_t'. Make _RX_C_ hook for sucessful
rx.c compilation
1994-12-09 02:26:23 +00:00
ache
56b2665188 Change #include order to not redifine __P 1994-12-09 01:51:16 +00:00
ache
4e42c65e6a Regcomp, re_comp eliminating 1994-12-09 01:08:56 +00:00
ache
aa700af850 More kosher regexp eliminating, based on BSD date now 1994-12-09 01:08:01 +00:00
ache
52dd051a2b Eliminate buggy regcomp and re_comp implementations,
we already have them in another place.
1994-12-09 00:46:42 +00:00
ache
cadfa3e269 Remove links before creating them 1994-12-08 22:27:49 +00:00
phk
66746fdf5e Update to current reality. 1994-12-08 21:46:04 +00:00
phk
a65b8e646a Would you please correct nfs/nfs_vfsops.c so that the ip address of the
root filesystem is printed out correctly?
It's line 299 in nfs/nfs_vfsops.c.

Reviewed by:	phk
Submitted by:	Luigi Rizzo luigi@iet.unipi.it
1994-12-08 20:59:33 +00:00
bde
3f6612d0e1 Fix __CONCAT() for the ANSI case to work with #define'd args, in
particular, when one of the args is another __CONCAT().
1994-12-08 15:42:17 +00:00
ache
fbda28b008 Fix wrong regexps 1994-12-08 00:44:55 +00:00
ache
f5cd25ca49 Fix wrong unit=expr for tty? cua? 1994-12-06 23:06:10 +00:00
bde
f57cb47b36 Don't allow negative limits at all. Convert them to RLIM_INFINITY instead
of returning EINVAL since something may depend on them being broken.
Allowing negative limits caused bugs almost everywhere.  The recent
fixes for MAXSSIZ checked the limits too late to stop anyone defeating
limits set by root...
1994-12-06 22:53:37 +00:00
bde
d97e2106be Finish removing `#ifdef STATCLOCK'. Not removing it properly here
probably broke (only) the association of interrupts with strings
in vmstat output.
1994-12-06 22:01:16 +00:00
bde
c9df67757b Don't refer to "hardwired" ports. 1994-12-06 20:14:30 +00:00
bde
fcd26acc24 Rename tty0* -> ttyd*. Comment about "serial" terminals instead of
"hardwired" or "dialin" terminals.
1994-12-06 19:59:24 +00:00
bde
fa622f57ad Name the serial ports tty* and cua* in comments. ttyd* and cuaa* don't
match all the port names.

Start using shell functions to avoid duplication.

Make tty* independent of cua*.  Restore support for old names (tty0 ==
ttyd0, cua0 = cuaa0...).

Restore making of lpt1 and lpt2 by default.

Keep umask 077 for making vty*.  World-ioctable vtys are huge security holes
because of bugs in syscons.

Make vga if a vty is made.  It may still be required for X.  It got nuked
with pc*.

Start using umask consistently to avoid using chmod.
1994-12-06 19:50:17 +00:00
gpalmer
5a79a84806 Add kryten.atinc.com 1994-12-06 19:48:07 +00:00
sos
a76f7d468f Changed the behavior of KDMKTONE to comply with svr4, default to
old behavior if no argument present.
1994-12-06 19:32:00 +00:00
bde
9ea4394110 Use lstat() instead of stat() for checking if the final source file exists,
so that `ln -fs' works when the source is a symlink pointing to a non-
existent file.
1994-12-06 18:50:44 +00:00
smace
ca2ab7f1c0 Add ftp.neosoft.com mirror. 1994-12-06 16:07:16 +00:00
phk
3d1d20a298 Avoid a panic if vn is configured as swapdev. Seems to work fine. 1994-12-06 06:47:32 +00:00
ache
e7021573a6 8bit locale ajustment fix 1994-12-06 04:23:42 +00:00
ache
ff3ac9fff7 Upgrade to version 2.0 1994-12-06 03:16:45 +00:00
jkh
492d4eeb1e More changes from John T. Kohl. Man pages, mostly.
Submitted by:	jtkohl
1994-12-06 01:04:17 +00:00
jkh
3f74cd1688 Many of John T. Kohl's patches from NetBSD. Thanks, John!
Submitted by:	jkohl
1994-12-06 00:51:50 +00:00