]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoAfter much consulting with bde, concluded that this fix was the best fix
Robert Watson [Tue, 22 Feb 2000 03:56:58 +0000 (03:56 +0000)]
After much consulting with bde, concluded that this fix was the best fix
to the current jail/chflags interactions.  This fix conditionalizes ``root
behavior'' in the chflags() case on not being in jail, so attempts to
perform a chflags in a jail are limited to what a normal user could do.
For example, this does allow setting of user flags as appropriate, but
prohibits changing of system flags.

Reviewed by: bde

24 years agoFix a 'tip' core dump caused by a null pointer dereference when
Brian S. Dean [Tue, 22 Feb 2000 02:01:17 +0000 (02:01 +0000)]
Fix a 'tip' core dump caused by a null pointer dereference when
sending a file to the remote system.

PR: bin/15660
Reviewed by: jkh
Approved by: jkh

24 years agoAdd 3.x -> 4.0 upgrade instructions
Warner Losh [Tue, 22 Feb 2000 01:50:25 +0000 (01:50 +0000)]
Add 3.x -> 4.0 upgrade instructions
Make it plainer the kernel rebuild required point.

I had thought these changes were already in.

24 years agoDon't scare the users.
Alfred Perlstein [Tue, 22 Feb 2000 01:40:43 +0000 (01:40 +0000)]
Don't scare the users.
Kirk argees that the comment about corruption caused by switching the flags
on an already mounted manpage are bogus, it doesn't happen.

Ok by: mckusick

24 years agoFix broken inet logging when wrapping options are not specified.
Yoshinobu Inoue [Tue, 22 Feb 2000 00:27:53 +0000 (00:27 +0000)]
Fix broken inet logging when wrapping options are not specified.

Approved by: jkh

Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoAdd the ESS Maestro and the ATI Mobility-1 to the generic chip match and
Bill Fumerola [Mon, 21 Feb 2000 21:46:19 +0000 (21:46 +0000)]
Add the ESS Maestro and the ATI Mobility-1 to the generic chip match and
the vga match (respectivly, though they aren't much different anymore..)

These can be found on newer Dell laptops.

Approved by: Sir Hubbard

24 years agoBuild and install gasp's infodocs along side the other binutil docs rather
David E. O'Brien [Mon, 21 Feb 2000 20:33:31 +0000 (20:33 +0000)]
Build and install gasp's infodocs along side the other binutil docs rather
than seperately.

Pointed out by: bde

24 years ago'duak' -> 'dual'
Bill Fumerola [Mon, 21 Feb 2000 19:55:15 +0000 (19:55 +0000)]
'duak' -> 'dual'

24 years agoSpell out '3' as 'three'
Bill Fumerola [Mon, 21 Feb 2000 19:54:36 +0000 (19:54 +0000)]
Spell out '3' as 'three'

24 years agoFix the changer code, dont wait for device ready on unload, it
Søren Schmidt [Mon, 21 Feb 2000 18:41:05 +0000 (18:41 +0000)]
Fix the changer code, dont wait for device ready on unload, it
wont become ready as there is no media - doh.

Update the command name reporting.

24 years agoFix several problems with EPSV (verbosity, one-per-session, missing place)
Andrey A. Chernov [Mon, 21 Feb 2000 18:18:41 +0000 (18:18 +0000)]
Fix several problems with EPSV (verbosity, one-per-session, missing place)

Approved by: jkh

24 years agoFix an __asm operand constraint which broke the -O3 and -O0 builds.
Brian S. Dean [Mon, 21 Feb 2000 13:06:50 +0000 (13:06 +0000)]
Fix an __asm operand constraint which broke the -O3 and -O0 builds.

Submitted by: Seigo Tanimura <tanimura@freebsd.org>
Approved by: jkh

24 years agoCleanup manpage a bit.
Ruslan Ermilov [Mon, 21 Feb 2000 11:05:56 +0000 (11:05 +0000)]
Cleanup manpage a bit.

24 years agoFix a buffer overflow.
Ruslan Ermilov [Mon, 21 Feb 2000 10:22:39 +0000 (10:22 +0000)]
Fix a buffer overflow.

PR: 16415
Submitted by: Kevin Day <toasty@dragondata.com>
Approved by: jkh

24 years ago(Null commit) rev 1.83 actually fixes the panic in the
Ruslan Ermilov [Mon, 21 Feb 2000 08:06:18 +0000 (08:06 +0000)]
(Null commit) rev 1.83 actually fixes the panic in the
sl_compress_tcp() due to the NULL pointer dereference.

24 years ago[[ Forced commit due to /tmp/msg botch ]]
Warner Losh [Mon, 21 Feb 2000 06:56:30 +0000 (06:56 +0000)]
[[ Forced commit due to /tmp/msg botch ]]

Minor improvements in pcic.
o Change IODF_ACTIVE to MDF_ACTIVE when dealing with memory.  This is
  a text only change.
o Better spl safty, ala comments from Bruce and the nomads.
o Default to resetting the pcic on resume.  This is needed for newer
  machines and may fix jordan's vaio problem.
o i/o mapping verbosity under bootverbose.
o Added comment about irqs that should have been in prior commit.
o Added sanity check on memory rid.

Approved by:  Der Uber Hubbard

24 years ago/tmp/msg
Warner Losh [Mon, 21 Feb 2000 06:52:20 +0000 (06:52 +0000)]
/tmp/msg

24 years agoFix grammar error (repeated word).`
Bill Fumerola [Mon, 21 Feb 2000 03:07:31 +0000 (03:07 +0000)]
Fix grammar error (repeated word).`

PR: bin/16810
Submitted by: Will Andrews <andrews@technologist.com>

24 years agoNewbus-ify the USR Sportster TA Intern driver.
Gary Jennejohn [Mon, 21 Feb 2000 02:10:10 +0000 (02:10 +0000)]
Newbus-ify the USR Sportster TA Intern driver.

Enable the driver in sys/conf/files.i386.

In isa/isavar.h increase ISA_NPORT from 32 to 50. This is required
because this brain-damaged card maps 49 (!) port ranges. This does
not have a negative impact because this value only specifies the maximum
number of entries in a linked list and not the size of an array which
is allocated in all drivers.

The register/fifo access routines were not newbus-ified because
1) I knew that the old code worked and is simpler and more efficient
2) the if_ed driver does something similar and
3) the newbus macros collapse to inb/outb anyway.

Reviewed and tested by: hm
Approved by: jkh

24 years agoMake the doc menu work again by checking the right variables.
Jordan K. Hubbard [Sun, 20 Feb 2000 23:50:01 +0000 (23:50 +0000)]
Make the doc menu work again by checking the right variables.

24 years agoNow I remember why I didn't write out the gateway in the DHCP case;
Jordan K. Hubbard [Sun, 20 Feb 2000 21:58:10 +0000 (21:58 +0000)]
Now I remember why I didn't write out the gateway in the DHCP case;
it was a feature.

24 years agoFix possible SLIOCSUNIT panic
Andrey A. Chernov [Sun, 20 Feb 2000 21:03:53 +0000 (21:03 +0000)]
Fix possible SLIOCSUNIT panic
PR: 16564
Submitted by: ru
Approved by: jkh

24 years agoDon't forget to reset the hardware debug registers when a process that
Brian S. Dean [Sun, 20 Feb 2000 20:51:23 +0000 (20:51 +0000)]
Don't forget to reset the hardware debug registers when a process that
was using them exits.

Don't allow a user process to cause the kernel to take a TRCTRAP on a
user space address.

Reviewed by: jlemon, sef
Approved by: jkh

24 years agoFollowup to previous commit; change fd_mask from signed to unsigned as
Peter Wemm [Sun, 20 Feb 2000 15:01:37 +0000 (15:01 +0000)]
Followup to previous commit; change fd_mask from signed to unsigned as
it should have been to start with.  The implications of that are not
pleasant when combined with >> as it breaks on multiples of NFDBITS.
Right shifting of a signed value fills with a copy of the sign bit,
not a zero.

Reported by: bde

24 years agoSkeleton framework for network driver and initial probing of device.
Duncan Barclay [Sun, 20 Feb 2000 14:56:17 +0000 (14:56 +0000)]
Skeleton framework for network driver and initial probing of device.

24 years agoUpdate the documentation to reflect Bill Paul's latest changes.
Nick Hibma [Sun, 20 Feb 2000 14:41:54 +0000 (14:41 +0000)]
Update the documentation to reflect Bill Paul's latest changes.

24 years agoMove the warning on wrong IRQ values to the right place, before any
Nick Hibma [Sun, 20 Feb 2000 14:22:44 +0000 (14:22 +0000)]
Move the warning on wrong IRQ values to the right place, before any
resource allocation is attempted.

It will present the user with a message that he has to switch on USB
support in his BIOS.

24 years agoFix select(2) for the Alpha. (!!) It was never returning true for
Peter Wemm [Sun, 20 Feb 2000 13:36:26 +0000 (13:36 +0000)]
Fix select(2) for the Alpha. (!!)  It was never returning true for
fd's in the range of 32-63, 96-127 etc.  The first problem was the
FD_*() macros were shifting a 32 bit integer "1" left by more than
32 bits.  The same problem happened in selscan().  ffs() also takes
an int argument and causes failure.  For cases where int == long
(ie: the usual case for x86, but not always as gcc can have long
being a 64 bit quantity) ffs() could be used.

Reported by: Marian Stagarescu <marian@bile.skycache.com>
Reviewed by: dfr, gallatin (sys/types.h only)
Approved by: jkh

24 years agoHide the "devclass_alloc_unit: %s%d already exists, using next available..."
Søren Schmidt [Sun, 20 Feb 2000 10:07:28 +0000 (10:07 +0000)]
Hide the "devclass_alloc_unit: %s%d already exists, using next available..."
behind bootverbose

Approved by: jkh

24 years agoFix the fvwm desktop option (for all 3 of us who use it).
Jordan K. Hubbard [Sun, 20 Feb 2000 10:01:33 +0000 (10:01 +0000)]
Fix the fvwm desktop option (for all 3 of us who use it).

24 years agoDocfix: Note krb5 flags.
Jordan K. Hubbard [Sun, 20 Feb 2000 09:13:30 +0000 (09:13 +0000)]
Docfix: Note krb5 flags.

PR: 16818
Submitted by: martti.kuparinen@nomadiclab.com

24 years agoFix buffer overrun in pcfclock_read(). The submitter is the original
Sheldon Hearn [Sun, 20 Feb 2000 09:08:33 +0000 (09:08 +0000)]
Fix buffer overrun in pcfclock_read().  The submitter is the original
author of the affected code.

PR: 16552
Submitted by: Sascha Schumann <sascha@schumann.cx>
Approved by: jkh

24 years agoFix version # for ipfilter.
Jordan K. Hubbard [Sun, 20 Feb 2000 08:45:01 +0000 (08:45 +0000)]
Fix version # for ipfilter.

PR: 16818
Submitted by: martti.kuparinen@nomadiclab.com

24 years agoDo not conditionalize function prototype definition for functions we
Jason Evans [Sun, 20 Feb 2000 07:40:25 +0000 (07:40 +0000)]
Do not conditionalize function prototype definition for functions we
implement.

Noticed by: Thimble Smith <tim@mysql.com>
Approved by: jkh

24 years agoFix 'camcontrol inquiry'. The inquiry data structure changes (increased to
Kenneth D. Merry [Sun, 20 Feb 2000 04:42:44 +0000 (04:42 +0000)]
Fix 'camcontrol inquiry'.  The inquiry data structure changes (increased to
256 bytes) caused it to break on many devices.

The SCSI spec says that for commands with 8-bit length fields, a value of 0
means 256 bytes.  As it turns out, many devices don't deal with that
properly.  Some interpret the 0 as 0, and return no data.  Others return
more than 256 bytes of data, and cause an overrun.

The fix is to tell the device we've only allocated SHORT_INQUIRY_LENGTH (36
bytes) of inquiry data, instead of sizeof(struct scsi_inquiry_data).

camcontrol.c: Change inq_len in the call to scsi_inquiry() to
SHORT_INQUIRY_LENGTH, and add a long comment
explaining the reason for the change.

scsi_all.h: Add a comment above the definitinon of
SHORT_INQUIRY_LENGTH alerting people that it is
both the initial probe inquiry length, and the
minimum amount of data needed for scsi_print_inquiry()
to function.

scsi_all.c: Add a comment about SHORT_INQUIRY_LENGTH being the
minimum amount of data needed for
scsi_print_inquiry() to function.

Reviewed by: gibbs
Approved by: jkh
Reported by: "John W. DeBoskey" <jwd@unx.sas.com>

24 years ago- As jail(8) has been almost completely rewritten, prepend another copyright/
Robert Watson [Sun, 20 Feb 2000 02:51:11 +0000 (02:51 +0000)]
- As jail(8) has been almost completely rewritten, prepend another copyright/
  BSD-style license, as an add-on to phk's beerware license.  Please fedex
  some beer to phk.

- Add a ``make depend'' line to the jail-building, which fixes openssl,
  among other things.  Suggested by: kris

- Add ``newaliases'' to the list of things to do when setting up a new
  jail, so that the jailed sendmail doesn't complain.

- Correct references to ``kern.jail.set_hostname_allowed'' which now read
  ``jail.set_hostname_allowed''.

- Add a reference to sysctl.conf where the sysctl can easily be set in
  a persistent way.

- Add a list of cross references to the man page.

- Fix a formatting nit or two.

24 years agoDisable chflags() from within jail() so that root within jail can't make
Robert Watson [Sun, 20 Feb 2000 01:10:36 +0000 (01:10 +0000)]
Disable chflags() from within jail() so that root within jail can't make
a mess in securelevel environments.  Results in one warning during
/etc/rc as it attempts to remove file flags, but this is harmless.

Approved by: High Lord Hubbard

24 years agoIf user says they're in the USA, record that fact in /etc/make.conf
Jordan K. Hubbard [Sat, 19 Feb 2000 23:22:22 +0000 (23:22 +0000)]
If user says they're in the USA, record that fact in /etc/make.conf

24 years agoFixed a little bit strange INET6 output.
Yoshinobu Inoue [Sat, 19 Feb 2000 21:46:45 +0000 (21:46 +0000)]
Fixed a little bit strange INET6 output.

Specified by: Ben Smithurst <ben@scientia.demon.co.uk>
Approved by: jkh

24 years agodetect deleted tty lines in /etc/ttys.
Alfred Perlstein [Sat, 19 Feb 2000 20:28:45 +0000 (20:28 +0000)]
detect deleted tty lines in /etc/ttys.

24 years agoUse static buffer to save source route hostnames.
Yoshinobu Inoue [Sat, 19 Feb 2000 16:33:14 +0000 (16:33 +0000)]
Use static buffer to save source route hostnames.

Approved by: jkh

24 years agoPrint "Trying ..." for each host. Also cleanups for error printing.
Yoshinobu Inoue [Sat, 19 Feb 2000 16:17:41 +0000 (16:17 +0000)]
Print "Trying ..." for each host. Also cleanups for error printing.

Approved by: jkh

Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoRemoved bogus line.
Yoshinobu Inoue [Sat, 19 Feb 2000 16:13:03 +0000 (16:13 +0000)]
Removed bogus line.

Specified by: ache
Approved by: jkh

24 years agoChange IPv6 scoped addr format again based on recent standard discussion.
Yoshinobu Inoue [Sat, 19 Feb 2000 16:10:16 +0000 (16:10 +0000)]
Change IPv6 scoped addr format again based on recent standard discussion.
Sorry for the flapping, but no change will be done for 4.0 anymore.
Official standard will be published around April or later.
If different format would be adopted at that time, then support for
the new format will be added to the succeeding FreeBSD 4.x.

Approved by: jkh

24 years agoAdded IPv6 name resolving support for utmp logging.
Yoshinobu Inoue [Sat, 19 Feb 2000 15:57:52 +0000 (15:57 +0000)]
Added IPv6 name resolving support for utmp logging.

Approved by: jkh

24 years agoPS/2 mice are a lot more common than serial mice now; use /dev/psm0
Jordan K. Hubbard [Sat, 19 Feb 2000 13:07:21 +0000 (13:07 +0000)]
PS/2 mice are a lot more common than serial mice now; use /dev/psm0
as default rather than /dev/cuaa0

24 years agono need to fix moused setting here; fix in defaults
Jordan K. Hubbard [Sat, 19 Feb 2000 13:05:14 +0000 (13:05 +0000)]
no need to fix moused setting here; fix in defaults

24 years agoWhoops, forgot to delete the ! operator in the reversed conditional
Jordan K. Hubbard [Sat, 19 Feb 2000 12:42:03 +0000 (12:42 +0000)]
Whoops, forgot to delete the ! operator in the reversed conditional
for anonftp.  Fix.

24 years agoRemove the vga-pci driver. It serves no purpose and it hides the hardware
Doug Rabson [Sat, 19 Feb 2000 09:44:06 +0000 (09:44 +0000)]
Remove the vga-pci driver. It serves no purpose and it hides the hardware
from useful drivers such as the 3D DRI drivers I will be porting for
hardware accelerated OpenGL. The hardware will still be reported during
boot using the nomatch system.

Approved by: jkh

24 years ago1. If checking for directory-ness, check "dir" and "dir/" to catch
Jordan K. Hubbard [Sat, 19 Feb 2000 08:58:54 +0000 (08:58 +0000)]
1. If checking for directory-ness, check "dir" and "dir/" to catch
   the case where we have a symlink pointing at a dir.

2. Restore stomped character before returning in make_hierarchy()

24 years ago1. If checking for directory-ness, check "dir" and "dir/" to catch
Jordan K. Hubbard [Sat, 19 Feb 2000 08:52:52 +0000 (08:52 +0000)]
1. If checking for directory-ness, check "dir" and "dir/" to catch
   the case where we have a symlink pointing at a dir.

2. Restore stomped character before returning in make_hierarchy()

24 years agoRe-add "May" to the list of dates supported.
Alfred Perlstein [Fri, 18 Feb 2000 23:41:45 +0000 (23:41 +0000)]
Re-add "May" to the list of dates supported.

Approved by: jkh

24 years agoUpdate the ata driver to take more advantage of newbus, this
Søren Schmidt [Fri, 18 Feb 2000 20:57:33 +0000 (20:57 +0000)]
Update the ata driver to take more advantage of newbus, this
was needed to make attach/detach of devices work, which is
needed for the PCCARD support.
(PCCARD support is still not working though, more to come on that)

Support the CMD646 chip which is used on many alphas, sadly only
in WDMA2 mode, as the silicon is broken beyond belief for UDMA modes.

Lots of cosmetic fixes here and there.

Sorry for the size of this megapatchfromhell but it was not
possible otherwise...

newbus patches based on work from: dfr (Doug Rabson)

24 years agoFix up a few documentation nits in jail(8), as well as improve the
Robert Watson [Fri, 18 Feb 2000 19:02:22 +0000 (19:02 +0000)]
Fix up a few documentation nits in jail(8), as well as improve the
instructions so as to reduce warnings during jail startup, etc.
Add a somewhat bolder warning recommending the use of
kern.jail.set_hostname to limit jail renamining.

24 years agoInvert the meaning of two questions in the Standard installation so just
Jordan K. Hubbard [Fri, 18 Feb 2000 18:33:15 +0000 (18:33 +0000)]
Invert the meaning of two questions in the Standard installation so just
whapping "Yes" by default does not turn you into an anonymous FTP-supporting
gateway machine.  Those aren't the right "defaults."

24 years agoCorrect an error message presumably as a result of cut/paste.
Peter Wemm [Fri, 18 Feb 2000 16:39:00 +0000 (16:39 +0000)]
Correct an error message presumably as a result of cut/paste.
kvm_getfiles() referred to itself as kvm_getprocs().

24 years agoDont allow burn when format not selected.
Søren Schmidt [Fri, 18 Feb 2000 16:36:28 +0000 (16:36 +0000)]
Dont allow burn when format not selected.

Use the right format in printfs.

Fix the partial write error (the res variable).

Reminder by: (Bill Fumerola <billf@FreeBSD.org>)

24 years agoFix the installworld breakage from rev 1.9.
Ruslan Ermilov [Fri, 18 Feb 2000 13:21:16 +0000 (13:21 +0000)]
Fix the installworld breakage from rev 1.9.

Submitted by: reg
Reviewed by: ru
Approved by: jasone (rev 1.9)
Pointy hat to: unfurl

24 years agoHBH hdr len correction.
Yoshinobu Inoue [Fri, 18 Feb 2000 11:48:04 +0000 (11:48 +0000)]
HBH hdr len correction.

  Without this fix, MLD query to all nodes fails to send.
  Merge from recent KAME bug fix.

Approved by: jkh

24 years agoComplete the make-over to transform Novice to Standard install.
Jordan K. Hubbard [Fri, 18 Feb 2000 07:11:40 +0000 (07:11 +0000)]
Complete the make-over to transform Novice to Standard install.

24 years agoDon't call it a Novice install, call it Standard.
Jordan K. Hubbard [Fri, 18 Feb 2000 07:09:45 +0000 (07:09 +0000)]
Don't call it a Novice install, call it Standard.
Also say thousands of packages, not hundreds.

24 years agoSupport logging for IPv6 remote host.
Yoshinobu Inoue [Fri, 18 Feb 2000 07:08:03 +0000 (07:08 +0000)]
Support logging for IPv6 remote host.

Approved by: jkh

PR: bin/16789
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk

24 years agoDon't try EPSV once it failed.
Yoshinobu Inoue [Fri, 18 Feb 2000 07:02:48 +0000 (07:02 +0000)]
Don't try EPSV once it failed.

Specified by: Andrey A. Chernov" <ache@nagual.pp.ru>
Approved by: jkh

24 years agoWhile looking for a bug, tripped over style issues with added
Jordan K. Hubbard [Fri, 18 Feb 2000 07:00:01 +0000 (07:00 +0000)]
While looking for a bug, tripped over style issues with added
code.  Fix them.

24 years agoModify MAKEDEV to create four bpf devices instead of one when doing a
Robert Watson [Fri, 18 Feb 2000 05:49:08 +0000 (05:49 +0000)]
Modify MAKEDEV to create four bpf devices instead of one when doing a
MAKEDEV all, making DHCP on multiple interfaces happier, and allowing use
of tcpdump to to debug DHCP, without creating more devices.
(we need devfs)

Modify MAKEDEV to create four tun devices in MAKEDEV all as well, since
we're being gratuitous with network pseudo-devices.
(we need devfs)

Approved by: The Hubbard

24 years agofixed missing trailing \
Bill Swingle [Fri, 18 Feb 2000 05:31:26 +0000 (05:31 +0000)]
fixed missing trailing \

Submitted by: Thimble Smith <tim@mysql.com>

24 years agoReflect that dd accepts octal and hexadecimal numbers (in addition to decimal).
Gregory Sutter [Fri, 18 Feb 2000 04:55:40 +0000 (04:55 +0000)]
Reflect that dd accepts octal and hexadecimal numbers (in addition to decimal).

PR: 16750
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>

24 years agoack. Ignore me. Log should read:
Bill Swingle [Fri, 18 Feb 2000 03:36:52 +0000 (03:36 +0000)]
ack. Ignore me. Log should read:

Added references to related man pages that should be under the
"See Also" section. The related PR mentions some missing man pages
that Jason has added to his to do list.

24 years agoHide more debugging behind isDebug(); what's currently
Jordan K. Hubbard [Fri, 18 Feb 2000 03:06:43 +0000 (03:06 +0000)]
Hide more debugging behind isDebug(); what's currently
spewing out will only alarm people.

24 years agoadd missing newline to previous cosmetic fixes.
Jordan K. Hubbard [Fri, 18 Feb 2000 03:02:32 +0000 (03:02 +0000)]
add missing newline to previous cosmetic fixes.

24 years agoForced commit to correct log message of previous commit: create
Satoshi Asami [Fri, 18 Feb 2000 02:35:24 +0000 (02:35 +0000)]
Forced commit to correct log message of previous commit: create
${X11BASE}/lib/X11/fonts/local.

24 years agoAdds missing symlinks for pthread related manpages.
Bill Swingle [Fri, 18 Feb 2000 02:26:27 +0000 (02:26 +0000)]
Adds missing symlinks for pthread related manpages.

PR: 16537
Submitted by: AnarCat <beaupran@iro.umontreal.ca>
Approved by: jasone

24 years agoRemoved pthread(3) references to non-existant pthread related manpages.
Bill Swingle [Fri, 18 Feb 2000 02:10:38 +0000 (02:10 +0000)]
Removed pthread(3) references to non-existant pthread related manpages.
I discussed this with Jason Evans and he's put these on his to-do list.

PR: 16537
Submitted by: AnarCat <beaupran@iro.umontreal.ca>
Approved by: jasone

24 years agoAdd ${X11BASE}/lib/X11/local -- this directory is created by the X
Satoshi Asami [Fri, 18 Feb 2000 01:20:12 +0000 (01:20 +0000)]
Add ${X11BASE}/lib/X11/local -- this directory is created by the X
installation, so it should be in this file too.

Approved by: jkh

24 years agoTypo fix: s/replace/replaced/
Jordan K. Hubbard [Fri, 18 Feb 2000 00:12:25 +0000 (00:12 +0000)]
Typo fix: s/replace/replaced/

Submitted by: Adam <bsdx@looksharp.net>

24 years agoIncrease the time we spend waiting for the controller to become ready to
Mike Smith [Thu, 17 Feb 2000 23:33:57 +0000 (23:33 +0000)]
Increase the time we spend waiting for the controller to become ready to
accept a new command; in high load cases it may be too busy for the old
value.

This loop needs something to tie it to real time, rather than just the CPU's
ability to fetch from the L1 data cache, but this hack works for now.

Approved by: jkh

24 years agoChange the mountroot prompt to something that doesn't look at all like a
Mike Smith [Thu, 17 Feb 2000 23:32:08 +0000 (23:32 +0000)]
Change the mountroot prompt to something that doesn't look at all like a
firmware prompt.  Several sleepy folk mistook the '>>>' for the SRM
prompt, which was never the desired idea.

Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
Approved by: jkh

24 years agoDon't include <machine/ipl.h> in <sys/systm.h> in the i386 case. This
Bruce Evans [Thu, 17 Feb 2000 18:37:45 +0000 (18:37 +0000)]
Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case.  This
fixes some namespace pollution in general and breakage of modules that
aren't in the sys tree in particular (<machine/ipl.h> includes further
headers that aren't installed under /usr/include).

Reimplemented SPLASSERT() so that it is more machine independent and
less bloated and doesn't require the <machine/ipl.h> include spam.
In particular, don't assume that `cpl' can be printed using %08x
format.  The alpha arch doesn't even have `cpl'.  SPLASSERT() was
harmless on alphas because it isn't actually used.

24 years agoIf no distribution file is found, abort the installation. Previous
Daniel C. Sobral [Thu, 17 Feb 2000 17:59:41 +0000 (17:59 +0000)]
If no distribution file is found, abort the installation. Previous
behavior silently ignored the problem. This affects installations
from a filesystem, and possible other types of media.

Approved by: jkh

24 years agoIf the installation media disappears in the process of installing
Daniel C. Sobral [Thu, 17 Feb 2000 17:57:40 +0000 (17:57 +0000)]
If the installation media disappears in the process of installing
a distribution, recognize it and treat as fatal media error. This
happens in the case of a timeout on FTP installations where the
user chooses not to select another FTP site, and resulted in
segmentation fault.

Approved by: jkh

24 years agoMerged from sys/isa/sio.c rev 1.288.
KATO Takenori [Thu, 17 Feb 2000 15:09:12 +0000 (15:09 +0000)]
Merged from sys/isa/sio.c rev 1.288.

24 years agoSynced with sys/i386/i386/userconfig.c rev 1.173.
KATO Takenori [Thu, 17 Feb 2000 14:45:05 +0000 (14:45 +0000)]
Synced with sys/i386/i386/userconfig.c rev 1.173.

24 years agoNote SA_SIGINFO, FPE trapcodes and sh fixes.
Martin Cracauer [Thu, 17 Feb 2000 07:59:37 +0000 (07:59 +0000)]
Note SA_SIGINFO, FPE trapcodes and sh fixes.
Fix whitespace, use two blank lines before new chapters.

Approved by: jkh

24 years agoVarious cosmetic fixes, stop saying "DES" when we really mean "crypto",
Jordan K. Hubbard [Thu, 17 Feb 2000 06:15:11 +0000 (06:15 +0000)]
Various cosmetic fixes, stop saying "DES" when we really mean "crypto",
go for more sensible defaults in a couple of menus.

24 years agoAdd the VIA 82C596B PCI ISA south bridge on my ASUS P3V133.
Warner Losh [Thu, 17 Feb 2000 06:12:16 +0000 (06:12 +0000)]
Add the VIA 82C596B PCI ISA south bridge on my ASUS P3V133.

Approved by: jkh

24 years agoFix previous commit to not use the PAO 'any' keyword.
Warner Losh [Thu, 17 Feb 2000 06:02:21 +0000 (06:02 +0000)]
Fix previous commit to not use the PAO 'any' keyword.

Approved: Prior commit approved by jkh

24 years agoThe default rule in this file actually sent mail to root as its default
Jordan K. Hubbard [Thu, 17 Feb 2000 04:52:23 +0000 (04:52 +0000)]
The default rule in this file actually sent mail to root as its default
action when denying access to a service.  Unfortunately, this also makes
a dandy denial-of-service attack possible.  Change to just log the event
and shoot a "go away" response back down the socket.

24 years agos/wd/ad/ - new ATA code
Jordan K. Hubbard [Thu, 17 Feb 2000 04:40:11 +0000 (04:40 +0000)]
s/wd/ad/ - new ATA code

24 years agoFrom the PR:
Bill Swingle [Thu, 17 Feb 2000 03:40:21 +0000 (03:40 +0000)]
From the PR:

  The description of -X option in csh(1) manpage uses a wording
  that references the descriptions of -x, -v and -V.  This might
  be a little confusing.  Changed this to a complete description
  that does not reference other paragraphs.

PR: 16762
Submitted: Giorgos Keramidas <keramida@ceid.upatras.gr>

24 years agoFix nybble-order bug in PIM printer.
Bill Fenner [Thu, 17 Feb 2000 03:30:04 +0000 (03:30 +0000)]
Fix nybble-order bug in PIM printer.

Approved by: jkh

24 years agoFrom the PR:
Bill Swingle [Thu, 17 Feb 2000 03:23:39 +0000 (03:23 +0000)]
From the PR:

  The first paragraph of "Argument list processing" says that an
  argument of - will make csh be a login shell.  However, running
  csh with only a - as an argument fails with the error message.

csh(1) corrected to reflect this.

PR: 16754
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>

24 years agoFrom the PR:
Bill Swingle [Thu, 17 Feb 2000 03:17:03 +0000 (03:17 +0000)]
From the PR:

  Three minor changes to the manpage of chmod(1).

  1. At the description of -H option, I added that symlinks are
  not followed _by default_ to show that links can be followed,
  but the default chmod behavior is not to do so.

  2. Moved a misplaced .Va file command up to the place it belongs.

  3. Simplified the grammar that describes symbolic modes.

PR: 16749
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>

24 years agoupdates the vidcontrol man page to include mention of the new -M flag
Bill Swingle [Thu, 17 Feb 2000 03:00:38 +0000 (03:00 +0000)]
updates the vidcontrol man page to include mention of the new -M flag

PR: 16221
Submitted by: Kelly Yancey <kbyanc@posi.net>

24 years agoTypo in example: 'vn0' should be 'vn1'
Gregory Sutter [Thu, 17 Feb 2000 02:54:36 +0000 (02:54 +0000)]
Typo in example: 'vn0' should be 'vn1'
'boundry' -->  'boundary'
'seperated' --> 'separated'

PR: 16623
Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp>

24 years agoClose a file descriptor leak in the code which loads file objects.
Mike Smith [Thu, 17 Feb 2000 02:19:19 +0000 (02:19 +0000)]
Close a file descriptor leak in the code which loads file objects.

Submitted by: Paul Saab <paul@mu.org>
Approved by: jkh

24 years agoCommitted changes to restore(8) for previously undocumented -N option.
Bill Swingle [Thu, 17 Feb 2000 02:15:18 +0000 (02:15 +0000)]
Committed changes to restore(8) for previously undocumented -N option.

PR: 15600
Reviewed by: jim

24 years agoDoc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LS
Peter Wemm [Thu, 17 Feb 2000 02:14:11 +0000 (02:14 +0000)]
Doc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LS
unconditionally active already.

Noticed by: obrien

24 years ago/tmp --> /var/tmp, for consistency with the rest of the example.
Gregory Sutter [Thu, 17 Feb 2000 00:43:04 +0000 (00:43 +0000)]
/tmp --> /var/tmp, for consistency with the rest of the example.

PR: 16463
Submitted by: Mike Heffner <spock@techfour.net>
Reviewed by: jim

24 years agoModified jail.8 to correct a typo (inetd_flas vs. inetd_flags), and add
Robert Watson [Wed, 16 Feb 2000 23:50:43 +0000 (23:50 +0000)]
Modified jail.8 to correct a typo (inetd_flas vs. inetd_flags), and add
a comment to the effect that I'm responsible for the additional
documentation, et al, so that phk gets fewer messages about my errors.

24 years agoFix a typo (simple --> simply).
Jason Evans [Wed, 16 Feb 2000 22:45:51 +0000 (22:45 +0000)]
Fix a typo (simple --> simply).