Commit Graph

9661 Commits

Author SHA1 Message Date
joerg
036808c79b Add a comment that a user with many open windows under X might need to
bump CHILD_MAX.

Closes PR # conf/708: CHILD_MAX set rather low...

Submitted by:	careilly@monoid.cs.tcd.ie
1995-08-27 14:13:04 +00:00
joerg
136398cad8 Make morse(6) realling playing the characters on the speaker.
Minor additions by me, mostly taken from the suggestion in PR # bin/709.

Submitted by:	lyndon@orthanc.com (Lyndon Nerenberg, VE7TCP/VE6BBM)
1995-08-27 14:06:15 +00:00
jfieber
1d51f50e5a Added some info on Boca and Digiboard multiport cards.
Submitted by:	Andrew Webster <awebster@dataradio.com>,
		Don Whiteside <whiteside@acm.org>
1995-08-27 02:44:20 +00:00
bde
c854b9d5a9 Change db_ps() to have the correct number and type of args for a ddb
command.
1995-08-27 02:40:39 +00:00
bde
aa76819f6f Change db_fncall() and db_panic() to have the correct number and type of
args for a ddb command.
1995-08-27 02:39:39 +00:00
dg
32d5877021 Backed out change in rev 1.2. 1995-08-27 02:02:19 +00:00
bde
5a504de50d Change vm_object_print() to have the correct number and type of args
for a ddb command.
1995-08-26 23:19:49 +00:00
bde
dba3676dfb Change vm_map_print() to have the correct number and type of args for
a ddb command.
1995-08-26 23:18:38 +00:00
bde
6830acbbd7 Don't declare a nonexistent function.
Fix formatting of recent changes.
1995-08-26 20:46:43 +00:00
bde
3c607d00a4 Remove "memory" clobber statement from enable_intr(). Enabling interrupts
doesn't invalidate loaded variables.

Fix formatting of recent changes.
1995-08-26 20:45:59 +00:00
bde
265f5feec8 Convert \n to \r\n in serial_putchar(). 1995-08-26 20:03:43 +00:00
jkh
a6a4b5b5b8 Accept escaped quotes in msg catalogs. 1995-08-26 18:37:49 +00:00
jkh
3af739a3a9 Make the play-pen searching routine even more agile in trying
to create a /usr/tmp dir if it makes sense to do so.
1995-08-26 18:36:27 +00:00
markm
22605bdc30 Remove register, registerd & make_keypair until thedes library is moved. m 1995-08-26 13:46:12 +00:00
joerg
b6d8c98f61 Import Paul Kranenburg's man page for ld.so (aka. rtld).
Obtained from:	NetBSD
1995-08-26 13:17:39 +00:00
markm
a7aa8d3019 Allow the kerberos utilities and kerberised code to still find des.h in
the old place. This corrects an upgrade that sneaked through too early.
1995-08-26 12:45:06 +00:00
dg
4ecefb1908 Fixed bug with decoding RIP packets - removed unnecessary ntohs()'s for
the sa_family.
1995-08-26 12:40:05 +00:00
jkh
480af4c950 Cleanup. Remove a gratuitous observation. 1995-08-26 12:07:06 +00:00
jkh
a1d1916597 Use size_t properly in all fs size ops. This kills a bug
encountered by someone who had his /tmp on a partition with 3.7GB of
free space!
Spotted by:	Francisco Rosich Viana <rosich@power.ci.uv.es>
1995-08-26 10:15:18 +00:00
asami
8dfac6ca20 Added Alain Kalker <alain@Wit401402.student.utwente.nl> for his
contributions of a new slirp port.
1995-08-26 07:54:44 +00:00
joerg
a8a4118dfe Bump the OSRELDATE to 199508. Too many things have changed since
2.0.5, most notably the NFSv3 kernel support.

Reviewed by:	the mailing lists
1995-08-26 06:47:52 +00:00
dg
9fcfa4e776 Document the -a option, and mention ``noauto''. 1995-08-26 06:06:15 +00:00
dg
e4399032af Document "noauto" as an fstab option. 1995-08-26 05:52:24 +00:00
dg
3e7a767c99 Killed MNT_NOAUTO. 1995-08-26 05:40:52 +00:00
dg
d28bf0579f The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTO
is a kernel flag, and the kernel definately doesn't need to know about
it.
1995-08-26 05:39:53 +00:00
dg
b87f24347c Brought in changes from rev 1.14.2.1 into main branch. 1995-08-26 04:57:03 +00:00
jfieber
95bcd2d871 Another minor correction about Adaptec controllers.
Submitted by:	"Justin T. Gibbs" <gibbs@FreeBSD.org>
1995-08-26 03:09:12 +00:00
jfieber
303dabdf20 Fixed a small omission:
<item>Adaptec 274X/284X/2940 (Narrow/Wide/Twin)
	      series ISA/EISA/VLB/PCI SCSI controllers
                              ^^^
Submitted by:	"Justin T. Gibbs" <gibbs@FreeBSD.org>
1995-08-25 23:51:08 +00:00
jfieber
8390fd193a Make the -ascii option generate filename.ascii rather than filename.txt 1995-08-25 23:26:49 +00:00
markm
a83b802bad Start the eBones cleanup ball rolling.
These are the start of a lot of work to clean up the FreeBSD eBones code.
these changes include, but are not limited to:
- Create prototypes for all the library routines
- Make all the libraries compile clean with -Wall set
- Fix numerous small bugs shown up in the above process
- Prepare the code for libdes's removal to secure/
- add register, registerd and make_keypair to the make
Lots more will follow in days to come.

OK'ed by: rgrimes
1995-08-25 22:52:32 +00:00
jfieber
2d8492d7c8 Added some notes on PCI chipsets and their quirks.
Submitted by:	jhk@freebsd.org for rgrimes@freebsd.org
1995-08-25 22:14:30 +00:00
bde
c8287897a6 Don't compile the diagnostic functions vhold() and holdrele() unless
DIAGNOSTIC is defined.
1995-08-25 20:49:44 +00:00
bde
6d2e1daf9a Remove extra arg from one call to uha_done(). 1995-08-25 20:39:01 +00:00
bde
1919b096ca Remove extra arg from one of the calls to (*pr_usrreq)(). 1995-08-25 20:27:46 +00:00
bde
fcc83c46d8 Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() from
msdosfs_setattr().  The bug was benign because the arg isn't used.
1995-08-25 20:12:23 +00:00
bde
76258d109c Call nosys() from lkmnosys() with the correct number and type of args
instead of with none.  The first (struct proc *) arg is used if lkmnosys()
if is actually called.

Implement lkmnosys() with the correct number and type of args so that
the first of them can be used and the others won't need to be fixed
lated.
1995-08-25 20:03:02 +00:00
bde
503fc0f056 Remove extra arg from the call to ds_crc(). 1995-08-25 19:50:15 +00:00
bde
0bdfde4001 Don't call VOP_UPDATE() with volatile timestamps. 1995-08-25 19:40:32 +00:00
bde
c7d155d78a Remove extra args from the calls to getit(). The bug was benign with the
default function call convention.
1995-08-25 19:24:56 +00:00
dg
1cd7b96192 Added Kirk McKusick. 1995-08-25 10:43:59 +00:00
phk
7ccb38e01e Remove my xxxinit hack. It was too gross. 1995-08-25 09:49:20 +00:00
phk
911405e226 Shut warnings.
Add selwake calls.
remove some trash.
1995-08-25 09:47:06 +00:00
phk
7f28a516d8 Shut a bunch of warnings. 1995-08-25 09:46:01 +00:00
phk
649141cd25 Add a couple of makefiles. 1995-08-25 09:45:05 +00:00
dg
709901aa3d Add missing quote.
Submitted by:	Morgan Davis <root@io.cts.com>
1995-08-25 07:18:04 +00:00
dg
94dbdb2761 Added Kirk McKusick. 1995-08-24 23:22:39 +00:00
dg
05ce7ad654 Another minor optimization, this time to incore(). 1995-08-24 13:59:14 +00:00
dg
71510114b2 Minor optimization. 1995-08-24 13:28:16 +00:00
dg
d0bcef8ee6 Improved BUFHASH algorithm. 1995-08-24 12:57:17 +00:00
dg
b4c4ba5932 Killed some gratuitous #include's. 1995-08-24 12:54:11 +00:00