]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoBreak cvs merge
markm [Fri, 15 Jan 1999 12:37:44 +0000 (12:37 +0000)]
Break cvs merge

25 years agoTypo: s/local/locale/ in LOCALEDIR.
peter [Fri, 15 Jan 1999 12:27:02 +0000 (12:27 +0000)]
Typo: s/local/locale/ in LOCALEDIR.

Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>

25 years agoFix(?) an apparent merge glitch. Half of xrealloc() was missing..
peter [Fri, 15 Jan 1999 12:24:56 +0000 (12:24 +0000)]
Fix(?) an apparent merge glitch.  Half of xrealloc() was missing..

25 years agoSigh. Fix broken merges. I hate CVS.
markm [Fri, 15 Jan 1999 12:06:17 +0000 (12:06 +0000)]
Sigh. Fix broken merges. I hate CVS.

25 years agoTidy logic in sccs2rcs,
danny [Fri, 15 Jan 1999 12:05:57 +0000 (12:05 +0000)]
Tidy logic in sccs2rcs,
Fix y2kbug "19$year" in log.pl
PR: 9501
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>

25 years agoPrint yyyy/mm/dd in /var/log/adduser, instead of yy/mm/dd
danny [Fri, 15 Jan 1999 10:26:59 +0000 (10:26 +0000)]
Print yyyy/mm/dd in /var/log/adduser, instead of yy/mm/dd
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>

25 years agoUse a fast interrupt handler for the PCI version of the cy driver
bde [Fri, 15 Jan 1999 10:00:12 +0000 (10:00 +0000)]
Use a fast interrupt handler for the PCI version of the cy driver
if option CY_PCI_FASTINTR is configured and mapping the irq to a
fastintr is possible.  Unfortunately, this has to be optional because
pci_map_int_right() doesn't handle the INTR_EXCL flag right --
INTR_EXCL is honoured even if the interrupt needs to be non-exclusive
for other devices to work.

25 years agoFixed corruption of the fd buffer queue. Once upon a time, the active
bde [Fri, 15 Jan 1999 09:15:27 +0000 (09:15 +0000)]
Fixed corruption of the fd buffer queue.  Once upon a time, the active
buffer had to be left on the head of the queue for [bufq]disksort()
to sort against.  This isn't right for devices that can support multiple
active i/o's, and only the fd driver did it.  "Fixing" this in rev.1.36
of ufs_disksubr.c broke the fd driver in much the same way as rev.1.52
of <sys/buf.h> broke it (see rev.1.119).

Bug reported and fix tested by: dt

25 years agoUse 69 pivot kludge from date(1) to make it consistant. Also honor
imp [Fri, 15 Jan 1999 07:37:00 +0000 (07:37 +0000)]
Use 69 pivot kludge from date(1) to make it consistant.  Also honor
is_delta and only apply date kludge when it isn't a delta time.

25 years agoAdd a file that I forgot to "cvs add", and remove a lot of stuff that is
markm [Fri, 15 Jan 1999 05:58:28 +0000 (05:58 +0000)]
Add a file that I forgot to "cvs add", and remove a lot of stuff that is
no longer a part of texinfo-3.12.
Pointed out by: dg (partially)

25 years agoY2K nit:
imp [Fri, 15 Jan 1999 05:46:28 +0000 (05:46 +0000)]
Y2K nit:
Make two digit years specified on the command line represent
the century that the computer currently resides.  So 99 means
1999 this year, but 2099 next year.

Pointed out by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>

25 years agoYet another y2k bug. (printf("19%s %s", $3, $4);)
danny [Fri, 15 Jan 1999 05:15:41 +0000 (05:15 +0000)]
Yet another y2k bug. (printf("19%s %s", $3, $4);)

25 years agofix optimize= settings - configpm understand only =' or =" as variables
ache [Fri, 15 Jan 1999 04:14:52 +0000 (04:14 +0000)]
fix optimize= settings - configpm understand only =' or =" as variables
and treat any other stuff as comments

25 years agoTypo.
jmz [Fri, 15 Jan 1999 02:38:33 +0000 (02:38 +0000)]
Typo.

25 years agoFall back to /boot/boot.conf, if /boot/loader.rc was not fount. This is
abial [Fri, 15 Jan 1999 00:31:45 +0000 (00:31 +0000)]
Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This is
to cover the transition period.

Suggested by: msmith

25 years agoIncrease the size of private thread flags so that the test for a
jb [Fri, 15 Jan 1999 00:21:03 +0000 (00:21 +0000)]
Increase the size of private thread flags so that the test for a
thread trying to call pthread_exit() from a cleanup handler actually
works.

Submitted by: David Leonard <david.leonard@csee.uq.edu.au> OpenBSD

25 years agoAdd sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be used
msmith [Fri, 15 Jan 1999 00:03:39 +0000 (00:03 +0000)]
Add sscanf/vsscanf/strtoq/strtouq to the kernel.  Initially these will be used
for parsing kernel environment values, although they have utility elsewhere.

25 years agoChange counter-intuitive pc@ and pc! to inb and outb.
abial [Thu, 14 Jan 1999 23:48:03 +0000 (23:48 +0000)]
Change counter-intuitive pc@ and pc! to inb and outb.

Submitted by: jkh

25 years agoBacked out previous commit. MALLOC_DEFINE() needs <sys/kernel.h>.
bde [Thu, 14 Jan 1999 23:43:22 +0000 (23:43 +0000)]
Backed out previous commit.  MALLOC_DEFINE() needs <sys/kernel.h>.

25 years agoUse the new kget syntax.
abial [Thu, 14 Jan 1999 23:23:19 +0000 (23:23 +0000)]
Use the new kget syntax.

25 years agoAdd natd entry.
abial [Thu, 14 Jan 1999 23:23:02 +0000 (23:23 +0000)]
Add natd entry.

25 years agoChange to new syscons devices.
abial [Thu, 14 Jan 1999 23:22:51 +0000 (23:22 +0000)]
Change to new syscons devices.

25 years agoUse the new syntax for kget.
abial [Thu, 14 Jan 1999 23:21:04 +0000 (23:21 +0000)]
Use the new syntax for kget.

25 years agoFix to match new syntax for kget.
abial [Thu, 14 Jan 1999 23:19:47 +0000 (23:19 +0000)]
Fix to match new syntax for kget.

25 years agoChange to the new syscons devices.
abial [Thu, 14 Jan 1999 23:15:39 +0000 (23:15 +0000)]
Change to the new syscons devices.

25 years agoMake transition to ELF kernel. Fix the userconfig_script handling.
abial [Thu, 14 Jan 1999 23:14:46 +0000 (23:14 +0000)]
Make transition to ELF kernel. Fix the userconfig_script handling.

25 years agoReturn error codes to user-land.
nsouch [Thu, 14 Jan 1999 22:55:03 +0000 (22:55 +0000)]
Return error codes to user-land.

Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>

25 years agoBring us one step closer to sysinstall'ing on a DOC2k device.
phk [Thu, 14 Jan 1999 21:48:13 +0000 (21:48 +0000)]
Bring us one step closer to sysinstall'ing on a DOC2k device.

25 years agoTerminate negociation if Ext. link negociation succeeds. This avoids
nsouch [Thu, 14 Jan 1999 21:38:16 +0000 (21:38 +0000)]
Terminate negociation if Ext. link negociation succeeds. This avoids
the unknown mode panic during boot probe.

25 years agoFix some more turdage from the original ./configure.
markm [Thu, 14 Jan 1999 20:27:26 +0000 (20:27 +0000)]
Fix some more turdage from the original ./configure.

Submitted by: bde

25 years agoOption names have changes for texinfo-3.12
markm [Thu, 14 Jan 1999 20:02:41 +0000 (20:02 +0000)]
Option names have changes for texinfo-3.12

25 years agoUpdate this area for Texinfo-3.12.
markm [Thu, 14 Jan 1999 20:00:46 +0000 (20:00 +0000)]
Update this area for Texinfo-3.12.
Submitted by: lkoeller@cc.fh-lippe.de

25 years agoResove conflicts.
markm [Thu, 14 Jan 1999 19:56:32 +0000 (19:56 +0000)]
Resove conflicts.

25 years agoInstead of a wrapper <linker_set.h>, use a symlink to
jdp [Thu, 14 Jan 1999 19:52:38 +0000 (19:52 +0000)]
Instead of a wrapper <linker_set.h>, use a symlink to
<sys/linker_set.h>.

Submitted by: bde

25 years agoThis commit was generated by cvs2svn to compensate for changes in r42660,
markm [Thu, 14 Jan 1999 19:35:19 +0000 (19:35 +0000)]
This commit was generated by cvs2svn to compensate for changes in r42660,
which included commits to RCS files with non-trunk default branches.

25 years agoUpgrade texinfo to the latest-and-greatest.
markm [Thu, 14 Jan 1999 19:35:19 +0000 (19:35 +0000)]
Upgrade texinfo to the latest-and-greatest.

This has big improvements to the .info file utility support and
much recent OSS requires its features.

25 years agoDidn't get all the mods on the fixup.
obrien [Thu, 14 Jan 1999 17:03:12 +0000 (17:03 +0000)]
Didn't get all the mods on the fixup.

25 years ago(Fix null log in previous commit).
abial [Thu, 14 Jan 1999 15:36:53 +0000 (15:36 +0000)]
(Fix null log in previous commit).

Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.

Agreed upon by: jkh, msmith and many others

25 years agoDocument rwhod_flags
jkh [Thu, 14 Jan 1999 09:13:00 +0000 (09:13 +0000)]
Document rwhod_flags

25 years agoDon't use /usr/obj/elf for make world anymore.
jhay [Thu, 14 Jan 1999 06:45:53 +0000 (06:45 +0000)]
Don't use /usr/obj/elf for make world anymore.

NOTE: Your old /usr/obj/elf won't be deleted automagicaly, you will have to
do it yourself.

25 years agoReplace includes of <sys/kernel.h> with includes of
jdp [Thu, 14 Jan 1999 06:22:10 +0000 (06:22 +0000)]
Replace includes of <sys/kernel.h> with includes of
<sys/linker_set.h> in those files that use only the linker set
definitions.

25 years agoAdd entry for the target mode black hole driver.
gibbs [Thu, 14 Jan 1999 06:16:45 +0000 (06:16 +0000)]
Add entry for the target mode black hole driver.

25 years agoAdd support for routing initiator transactions to disabled luns to the
gibbs [Thu, 14 Jan 1999 06:14:15 +0000 (06:14 +0000)]
Add support for routing initiator transactions to disabled luns to the
black hole device.  The controller will now only accept selections if
the black hole device is present and some other target/lun is enabled
for target mode.

Handle the IGNORE WIDE RESIDUE message.  This support has not been tested.

Checkpoint work on handling ABORT, BUS DEVICE RESET, TERMINATE I/O PROCESS,
and CLEAR QUEUE messages as a target.

Fix a few problems with tagged command handling in target mode.

Wait until the sync offset counter falls to 0 before changing phase
after a data-in transfer completes as the DMA logic seems to indicate
transfer complete as soon as our last REQ is issued.

Simplify some of the target mode message handling code in the sequencer.

25 years agoAdd support for wildcard device entries in the EDT. The target mode
gibbs [Thu, 14 Jan 1999 06:03:59 +0000 (06:03 +0000)]
Add support for wildcard device entries in the EDT.  The target mode
'Black Hole' device uses this feature to schedule itself against any
target or lun attached to a controller that receives an unwanted request
from an initiator instead of having an instance per potential target/lun
request.

Use the wildcard entries to simplify wildcard async callback storage.

Don't announce devices twice to peripheral drivers.  The devices will
be announced as soon as the AC_PATH_REGISTERED event is registered by
the peripheral driver, so no manaul push of this event is required.

Reviewed by: Kenneth Merry <ken@FreeBSD.org>

25 years agoThe target mode 'Black Hole' device. This peripheral driver provides inquiry
gibbs [Thu, 14 Jan 1999 06:00:29 +0000 (06:00 +0000)]
The target mode 'Black Hole' device.  This peripheral driver provides inquiry
data and sense information for target mode devices for which no other
peripheral driver is attached.  This simplifies the task of dealing with
luns that are not otherwise enabled for target mode if the controller
does not have firmware that automatically deals with this case (e.g.
the aic7xxx driver).

25 years agoAfter much negative feedback, go back to plain ASCII for this file.
imp [Thu, 14 Jan 1999 05:59:52 +0000 (05:59 +0000)]
After much negative feedback, go back to plain ASCII for this file.

25 years agoProperly handle transfers that only consume partial buffers.
gibbs [Thu, 14 Jan 1999 05:57:32 +0000 (05:57 +0000)]
Properly handle transfers that only consume partial buffers.

25 years agoProperly print devices that do not have attached peripherals.
gibbs [Thu, 14 Jan 1999 05:56:30 +0000 (05:56 +0000)]
Properly print devices that do not have attached peripherals.

Submitted by: Kenneth Merry <ken@FreeBSD.org>

25 years agoAdd a wrapper <linker_set.h> for <sys/linker_set.h>, so that
jdp [Thu, 14 Jan 1999 05:53:54 +0000 (05:53 +0000)]
Add a wrapper <linker_set.h> for <sys/linker_set.h>, so that
userland programs can use linker sets.

25 years agoMove the linker set definitions into a new header file
jdp [Thu, 14 Jan 1999 05:48:46 +0000 (05:48 +0000)]
Move the linker set definitions into a new header file
<sys/linker_set.h>.  <sys/kernel.h> includes the new header, so
functionally everything is still the same.

25 years agodftp -> dtfp Get it right...
msmith [Thu, 14 Jan 1999 03:47:55 +0000 (03:47 +0000)]
dftp -> dtfp  Get it right...

25 years agoadd HZ missing in options.
kjc [Thu, 14 Jan 1999 03:30:48 +0000 (03:30 +0000)]
add HZ missing in options.
changing HZ used to break xntpd's PLL but it should be ok now (unless
xntpd is misconfigured).

25 years agoFix various breakage after the recent keyboard driver change.
yokota [Thu, 14 Jan 1999 03:17:32 +0000 (03:17 +0000)]
Fix various breakage after the recent keyboard driver change.

- Don't try to set typematic rate if there is not a keyboard.
- Fix wrong test on error code.
- Don't try to claim the keyboard twice.  The second call will fail.

25 years agoRemoval unneccessary definitions
n_hibma [Thu, 14 Jan 1999 01:35:12 +0000 (01:35 +0000)]
Removal unneccessary definitions

25 years agoCorrected the latent fact that the uhub driver was providing a driver for
n_hibma [Thu, 14 Jan 1999 01:28:15 +0000 (01:28 +0000)]
Corrected the latent fact that the uhub driver was providing a driver for
the usb device class instead of the uhub devclass. Only a problem with more
than one USB host controller.

25 years agoAdded Entrega Parallel and Serial Connectors to the information
n_hibma [Thu, 14 Jan 1999 01:18:44 +0000 (01:18 +0000)]
Added Entrega Parallel and Serial Connectors to the information
file.

25 years agoIn the event of a disk error, boot2 is expecting an error
rnordier [Wed, 13 Jan 1999 23:30:07 +0000 (23:30 +0000)]
In the event of a disk error, boot2 is expecting an error
code to be returned: give it one

25 years agoDon't install vinum(8) sgid.
grog [Wed, 13 Jan 1999 23:05:26 +0000 (23:05 +0000)]
Don't install vinum(8) sgid.

Reported-by: Paul Hart <hart@iserver.com>

25 years agoChange /boot/boot.conf to /boot/loader.rc - this name reflects what it
abial [Wed, 13 Jan 1999 21:59:58 +0000 (21:59 +0000)]
Change /boot/boot.conf to /boot/loader.rc - this name reflects what it
really is.

Agreed upon by: jkh, msmith and many others

25 years ago*** empty log message ***
abial [Wed, 13 Jan 1999 21:56:58 +0000 (21:56 +0000)]
*** empty log message ***

25 years agoAdd words "pc!" and "pc@" which allow to manipulate I/O ports. This can
abial [Wed, 13 Jan 1999 21:31:50 +0000 (21:31 +0000)]
Add words "pc!" and "pc@" which allow to manipulate I/O ports. This can
be helpful when directly fiddling with PC hardware.

Also, define "arch-i386" appropriately, as suggested by Daniel C. Sobral.

25 years agoFix conflicts.
obrien [Wed, 13 Jan 1999 20:04:00 +0000 (20:04 +0000)]
Fix conflicts.

25 years agoUpdated version string to 6.0-release.
obrien [Wed, 13 Jan 1999 19:33:02 +0000 (19:33 +0000)]
Updated version string to 6.0-release.

25 years agoThis commit was generated by cvs2svn to compensate for changes in r42629,
obrien [Wed, 13 Jan 1999 19:23:16 +0000 (19:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r42629,
which included commits to RCS files with non-trunk default branches.

25 years agoVirgin import of AMD (am-utils) v6.0
obrien [Wed, 13 Jan 1999 19:23:16 +0000 (19:23 +0000)]
Virgin import of AMD (am-utils) v6.0

25 years agoMention isdn4bsd support.
joerg [Wed, 13 Jan 1999 17:36:31 +0000 (17:36 +0000)]
Mention isdn4bsd support.

Forgotten by: phk :)

25 years agoAdd some special hooks for sppp(4) interfaces. In addition to the
joerg [Wed, 13 Jan 1999 17:32:37 +0000 (17:32 +0000)]
Add some special hooks for sppp(4) interfaces.  In addition to the
normal ifconfig stuff, one might need to pass down authentication
parameters for them.

This is closely tied to Hellmuth's impending rc patches for ISDN, but
sppp can also be used separately (thus it doesn't go directly into the
planned ISDN section of rc.conf).

Reviewed by: hm

25 years agoUse the correct macro to test flags; we need KBD_IS_INITIALIZED here,
yokota [Wed, 13 Jan 1999 11:19:19 +0000 (11:19 +0000)]
Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,
not KBD_IS_PROBED.

25 years agoAllocate aligned memory according to sizeof(char *).
simokawa [Wed, 13 Jan 1999 10:37:22 +0000 (10:37 +0000)]
Allocate aligned memory according to sizeof(char *).

Approved by: jkh
Obtained from: NetBSD

25 years agoAdd '-fno-builtin' to CFLAGS for alpha.
simokawa [Wed, 13 Jan 1999 10:27:00 +0000 (10:27 +0000)]
Add '-fno-builtin' to CFLAGS for alpha.
Builtin memcpy is not align-aware.

Approved by: jkh

25 years agoCalculate the number of bitmap colors in the correct way.
yokota [Wed, 13 Jan 1999 09:59:30 +0000 (09:59 +0000)]
Calculate the number of bitmap colors in the correct way.

The bug found by: Kevin Street <street@iname.com>

25 years agoMove notes on some flags for AT keyboard. They used to be for sc0,
yokota [Wed, 13 Jan 1999 09:55:19 +0000 (09:55 +0000)]
Move notes on some flags for AT keyboard.  They used to be for sc0,
and now for atkbd0.

# I know I should be writing a man page rather than editing LINT...

Spotted by: tom@geotec.net (Tom Jackson)

25 years agoIntegrate the ISDN subsystem into the /etc/rc framework
hm [Wed, 13 Jan 1999 08:20:55 +0000 (08:20 +0000)]
Integrate the ISDN subsystem into the /etc/rc framework
Reviewed by: Joerg Wunsch

25 years agoTypo in patch application.
msmith [Wed, 13 Jan 1999 08:11:41 +0000 (08:11 +0000)]
Typo in patch application.

PR: kern/9459
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>

25 years agoSort options alphabetically.
des [Wed, 13 Jan 1999 08:07:56 +0000 (08:07 +0000)]
Sort options alphabetically.

25 years agoAssign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>
msmith [Wed, 13 Jan 1999 08:05:16 +0000 (08:05 +0000)]
Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>

25 years agoExample "19%y" changed to "%Y" to discourage poor usage.
danny [Wed, 13 Jan 1999 07:01:07 +0000 (07:01 +0000)]
Example "19%y" changed to "%Y" to discourage poor usage.

25 years agoMF22 - allow dates to 2069
danny [Wed, 13 Jan 1999 06:31:55 +0000 (06:31 +0000)]
MF22 - allow dates to 2069
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>

25 years agoLet drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
bde [Wed, 13 Jan 1999 04:59:19 +0000 (04:59 +0000)]
Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
using the new pci_map_int_right() variant of pci_map_int().  Fast
interrupts work for PCI devices if and only if they are exclusive.
(The PCI interrupt mux doesn't support fast interrupts and can't
support a mixture of fast and slow interrupts even in principle.)

Don't assume that intrmask_t == unsigned in pci_map_int().

25 years agoAdd support for the ACER LABS Aladin chipset UDMA controller.
julian [Wed, 13 Jan 1999 04:40:50 +0000 (04:40 +0000)]
Add support for the ACER LABS Aladin chipset UDMA controller.
Submitted by: Lee Cremeans <lee@st-lcremean.tidalwave.net>

25 years agoRe-enable the options in ps(1) that were disabled with the Linux
julian [Wed, 13 Jan 1999 03:11:43 +0000 (03:11 +0000)]
Re-enable the options in ps(1) that were disabled with the Linux
threads support.

Submitted by: "Richard Seaman, Jr." <dick@tar.com>

25 years agoOops, I accidentaly left the debug option on by default.
yokota [Wed, 13 Jan 1999 01:16:39 +0000 (01:16 +0000)]
Oops, I accidentaly left the debug option on by default.
It's set to off now.

25 years agoGet conditional compilation right so that unnecessary reference
yokota [Wed, 13 Jan 1999 01:14:26 +0000 (01:14 +0000)]
Get conditional compilation right so that unnecessary reference
to splash-relatec call won't be made if there is no splash pseudo
device.

25 years agoChanged 'xxxdebug = 0' to '...= 1' (Brian Feldman)
n_hibma [Wed, 13 Jan 1999 01:09:14 +0000 (01:09 +0000)]
Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)

25 years agoRemoved warning and comments
n_hibma [Wed, 13 Jan 1999 01:05:43 +0000 (01:05 +0000)]
Removed warning and comments

25 years ago1) Bug fix: Interrupt transfers worked only for the first packet.
n_hibma [Wed, 13 Jan 1999 00:50:02 +0000 (00:50 +0000)]
1) Bug fix: Interrupt transfers worked only for the first packet.
   The second packet was not seen as finished.
2) Textual changes

25 years agoFix for compiling on alpha.
mjacob [Tue, 12 Jan 1999 23:06:29 +0000 (23:06 +0000)]
Fix for compiling on alpha.
Obtained from:yokota@zodiac.mech.utsunomiya-u.ac.jp

25 years agofix for compiling on alpha
mjacob [Tue, 12 Jan 1999 23:05:45 +0000 (23:05 +0000)]
fix for compiling on alpha

25 years agoReplace /mnt with ${MNT}
msmith [Tue, 12 Jan 1999 22:12:12 +0000 (22:12 +0000)]
Replace /mnt with ${MNT}

PR: misc/7965
Submitted by: Junji SAKAI sakai@jp.freebsd.org

25 years agoIf we've configured CBCP *and* another not-so-important
brian [Tue, 12 Jan 1999 21:50:20 +0000 (21:50 +0000)]
If we've configured CBCP *and* another not-so-important
CALLBACK protocol and end up agreeing CBCP, DTRT and go
into CBCP phase rather than mistakenly terminating as
if CBCP wasn't agreed.
Problem reported by: Alexander Dubinin <alex@nstl.nnov.ru>

25 years agoConvert to HTML. Verified to work on Netscape 4.5 and Netscape
imp [Tue, 12 Jan 1999 20:11:29 +0000 (20:11 +0000)]
Convert to HTML.  Verified to work on Netscape 4.5 and Netscape
3.something.  We were getting a lot of URL links in this file and it
seemed like a good idea to convert this file to html so people can
follow them easily.

This does not use the doc tools to generate.  I'm doing it all by hand
at the moment.

25 years agoFix leap year comments. 2000 is a leap year, so code without a century-test
danny [Tue, 12 Jan 1999 19:38:55 +0000 (19:38 +0000)]
Fix leap year comments.  2000 is a leap year, so code without a century-test
still works until 2100.

25 years agoFix leap year calculations, including 2000. The code was broken for all
danny [Tue, 12 Jan 1999 19:37:32 +0000 (19:37 +0000)]
Fix leap year calculations, including 2000.  The code was broken for all
years!
Reviewed by: <thepish@freebsd.org>, <ishisone@sra.co.jp>

25 years agoAllow --newer and friends to handle dates beyond 1999/12/31
danny [Tue, 12 Jan 1999 18:43:38 +0000 (18:43 +0000)]
Allow --newer and friends to handle dates beyond 1999/12/31

25 years ago... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(
eivind [Tue, 12 Jan 1999 16:43:52 +0000 (16:43 +0000)]
... _and_ the (void*) casts for %p.   Next, I'll forget my own name :-(

25 years agoAvoid unnecessary GCCism - I hadn't noticed the __unused macro.
eivind [Tue, 12 Jan 1999 16:40:57 +0000 (16:40 +0000)]
Avoid unnecessary GCCism - I hadn't noticed the __unused macro.

25 years agoMake dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.
eivind [Tue, 12 Jan 1999 16:26:19 +0000 (16:26 +0000)]
Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.
This silence the warnings and makes it more obvious where the bugs
have to be fixed.

25 years agoAdded FreeBSD 2.2.8, FreeBSD 3.0, FreeBSD 3.1
wosch [Tue, 12 Jan 1999 16:14:24 +0000 (16:14 +0000)]
Added FreeBSD 2.2.8, FreeBSD 3.0, FreeBSD 3.1
Added NetBSD 1.3.3, OpenBSD 2.4
Update URL & Copyright

25 years agoAllow chflags(1) to fail inside the chroot environment for /R. This
joerg [Tue, 12 Jan 1999 15:37:19 +0000 (15:37 +0000)]
Allow chflags(1) to fail inside the chroot environment for /R.  This
can happen iff ${CHROOTDIR} is NFS-mounted.

25 years agoOops, I missed a few more /etc/nologin references yesterday. It appears
asami [Tue, 12 Jan 1999 14:09:23 +0000 (14:09 +0000)]
Oops, I missed a few more /etc/nologin references yesterday.  It appears
my check of the tree was incomplete.  Sorry guys.

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