]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoRemove the cautionary note concerning the move of the chown binary
sheldonh [Wed, 12 Jan 2000 14:49:51 +0000 (14:49 +0000)]
Remove the cautionary note concerning the move of the chown binary
and its link chgrp, since the change has been reverted.

Reported by: Kelly Yancey <kbyanc@posi.net>

24 years agoWe do not support the -B option.
asmodai [Wed, 12 Jan 2000 14:49:38 +0000 (14:49 +0000)]
We do not support the -B option.

PR: 15925
Submitted by: Thierry Herbelot

24 years agoAdd selected manual pages transcribed from the HTML documentation.
sheldonh [Wed, 12 Jan 2000 14:41:00 +0000 (14:41 +0000)]
Add selected manual pages transcribed from the HTML documentation.
Those pages which have not been transcribed are referenced as
gracefully as possible.

There is no perfect section for the ntp_* files, which document
configuration options for the NTP suite, so I'm putting them in
the same section as the pages for the utilities themselves.

24 years agoAdd gross hack to work around bogus dependency information created
marcel [Wed, 12 Jan 2000 14:33:00 +0000 (14:33 +0000)]
Add gross hack to work around bogus dependency information created
by gnu/usr.bin/cc/cc_tools/Makefile. This bug is painfully visible
when making buildworld with -DNOCLEAN. This work around is beyond
dirty...

24 years agoFix a bungle with the CAM static wiring tables. Write CAMCONF_UNSPEC
peter [Wed, 12 Jan 2000 14:20:12 +0000 (14:20 +0000)]
Fix a bungle with the CAM static wiring tables.  Write CAMCONF_UNSPEC
instead of -2.  This (I believe) caused static wirings to not match.
This should fix Bill Pechter's problem but we'll see.

Problem discovered by: Bill Pechter <pechter@shell.monmouth.com>

24 years agoMerge from sys/conf/files.i386 revision 1.296.
nyan [Wed, 12 Jan 2000 13:43:23 +0000 (13:43 +0000)]
Merge from sys/conf/files.i386 revision 1.296.

24 years agoAdd necessary tmac files to the tmac Makefile and install them
asmodai [Wed, 12 Jan 2000 13:37:57 +0000 (13:37 +0000)]
Add necessary tmac files to the tmac Makefile and install them
in /usr/share/tmac like the rest.

24 years agoAllow devhtml and grohtml to be built.
asmodai [Wed, 12 Jan 2000 13:17:51 +0000 (13:17 +0000)]
Allow devhtml and grohtml to be built.
This is a new feature of groff and is a html driver for groff.

From the manual page:
"grohtml translates the output of GNU troff to html."

This is very interesting for people working on documentation.

24 years agoAdd bmake glue for devhtml and grohtml of the groff package.
asmodai [Wed, 12 Jan 2000 13:14:27 +0000 (13:14 +0000)]
Add bmake glue for devhtml and grohtml of the groff package.

24 years agoAdd devhtml entry for the groff_font directory.
asmodai [Wed, 12 Jan 2000 13:06:44 +0000 (13:06 +0000)]
Add devhtml entry for the groff_font directory.
This is needed for the new devhtml in the groff 1.15 package.

24 years agoMake the mouse cursor char code configurable via the CONS_MOUSECTL
yokota [Wed, 12 Jan 2000 12:30:33 +0000 (12:30 +0000)]
Make the mouse cursor char code configurable via the CONS_MOUSECTL
ioctl.

By popular demand.

24 years agoAdd support for detection of the ESS 1878 chip.
deischen [Wed, 12 Jan 2000 11:16:23 +0000 (11:16 +0000)]
Add support for detection of the ESS 1878 chip.

24 years agoThe groff package is not maintained by jjc@jclark.com anymore.
asmodai [Wed, 12 Jan 2000 10:35:57 +0000 (10:35 +0000)]
The groff package is not maintained by jjc@jclark.com anymore.
Reflect this change in the upgrade file.

24 years agoAllow grog to be made during compilation.
asmodai [Wed, 12 Jan 2000 10:31:55 +0000 (10:31 +0000)]
Allow grog to be made during compilation.

24 years agoAdd bmake glue for grog(1), an utility which guesses groff's
asmodai [Wed, 12 Jan 2000 10:30:27 +0000 (10:30 +0000)]
Add bmake glue for grog(1), an utility which guesses groff's
flags and options.

Requested by: andreas

24 years agoFix conflicts which arose during import, also add $FreeBSD$.
asmodai [Wed, 12 Jan 2000 10:26:36 +0000 (10:26 +0000)]
Fix conflicts which arose during import, also add $FreeBSD$.

24 years agoFix broken installkernel target. Don't use the WMAKE context to
marcel [Wed, 12 Jan 2000 10:00:36 +0000 (10:00 +0000)]
Fix broken installkernel target. Don't use the WMAKE context to
install; use the IMAKE context.

Reported by: sheldonh

24 years agoThis commit was generated by cvs2svn to compensate for changes in r55839,
asmodai [Wed, 12 Jan 2000 09:51:43 +0000 (09:51 +0000)]
This commit was generated by cvs2svn to compensate for changes in r55839,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of FSF groff v1.15
asmodai [Wed, 12 Jan 2000 09:51:43 +0000 (09:51 +0000)]
Virgin import of FSF groff v1.15

24 years agoTrack libc's three-tier symbol naming. libc_r must currently implement
jasone [Wed, 12 Jan 2000 09:28:58 +0000 (09:28 +0000)]
Track libc's three-tier symbol naming.  libc_r must currently implement
the _libc_*() entry points and add *() weak aliases.  This will all
change for the better when libc_r becomes libpthread.

24 years agoAdd three-tier symbol naming in support of POSIX thread cancellation
jasone [Wed, 12 Jan 2000 09:23:48 +0000 (09:23 +0000)]
Add three-tier symbol naming in support of POSIX thread cancellation
points.  For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep().  The arrows represent weak aliases.  For
system calls, the pattern is _read() <-- _libc_read() <-- read().

24 years agoUnremoved used include of <sys/stat.h> (don't depend on pollution in
bde [Wed, 12 Jan 2000 09:16:13 +0000 (09:16 +0000)]
Unremoved used include of <sys/stat.h> (don't depend on pollution in
<sys/mount.h).  Broken in: previous commit.

Removed unused include of <nwfs/nwfs.h>.

24 years agoUse mktemp(1) for tempfiles (concatdb.sh), and increase the number of X's.
kris [Wed, 12 Jan 2000 08:01:01 +0000 (08:01 +0000)]
Use mktemp(1) for tempfiles (concatdb.sh), and increase the number of X's.

24 years agoSpeedup if_start routine a little. TX threshold logic needs some more
mdodd [Wed, 12 Jan 2000 06:42:49 +0000 (06:42 +0000)]
Speedup if_start routine a little.  TX threshold logic needs some more
kicking but these changes get me around 1000 KB/sec.

24 years agoFix the performance problems I caused by setting ifq_maxlen to 8.
mdodd [Wed, 12 Jan 2000 05:27:08 +0000 (05:27 +0000)]
Fix the performance problems I caused by setting ifq_maxlen to 8.
Use IFQ_MAXLEN instead.  This seemed like a good idea at the time since
most 3c509s have all of 2k for their TX fifo.  My intention was to revisit
ifq_maxlen and auto-scale it or something.

ttcp-t: 16777216 bytes in 21.53 real seconds = 761.07 KB/sec +++
ttcp-t: 2771 I/O calls, msec/call = 7.96, calls/sec = 128.72
ttcp-t: 0.0user 2.9sys 0:21real 13% 20i+280d 222maxrss 0+2pf 717+0csw

ttcp-r: 16777216 bytes in 14.11 real seconds = 1161.48 KB/sec +++
ttcp-r: 2050 I/O calls, msec/call = 7.05, calls/sec = 145.33
ttcp-r: 0.0user 1.4sys 0:14real 10% 87i+1198d 196maxrss 0+1pf 1949+186csw

I've got some tweaks that move the TX speed up to the RX speed but I've
got to groom them from the mess I've made of my source tree.

Yelled at by: wpaul

24 years agoSort.
obrien [Wed, 12 Jan 2000 02:30:42 +0000 (02:30 +0000)]
Sort.

24 years agoCorrectly set the data length when transmitting 802.3 frames (we need to
wpaul [Wed, 12 Jan 2000 00:57:27 +0000 (00:57 +0000)]
Correctly set the data length when transmitting 802.3 frames (we need to
subtract the length of the SNAP header).

24 years agoAdd opt_ukbd.h.
yokota [Wed, 12 Jan 2000 00:46:08 +0000 (00:46 +0000)]
Add opt_ukbd.h.

24 years agoFix various mandoc bugs
brian [Wed, 12 Jan 2000 00:29:16 +0000 (00:29 +0000)]
Fix various mandoc bugs

24 years agoStraighten out the logic in kue_setmulti() a little (the case where we
wpaul [Tue, 11 Jan 2000 18:09:19 +0000 (18:09 +0000)]
Straighten out the logic in kue_setmulti() a little (the case where we
have no multicast entries to add is not handled right).

24 years agoRevert gratuitous change in rev. 1.123 which broke building world
marcel [Tue, 11 Jan 2000 16:23:51 +0000 (16:23 +0000)]
Revert gratuitous change in rev. 1.123 which broke building world
as non-root.

Breakage caused by: green

24 years agoAdd $FreeBSD$
peter [Tue, 11 Jan 2000 15:35:16 +0000 (15:35 +0000)]
Add $FreeBSD$
Make the alpha linker script more like the i386 version - delete the
/usr/local and egcs directories

24 years agoAiee! I committed the wrong conf/files. Replace the changes for newppbus
peter [Tue, 11 Jan 2000 14:54:09 +0000 (14:54 +0000)]
Aiee! I committed the wrong conf/files.  Replace the changes for newppbus
with the intended changes.
Drop db_aout.c from files, let db_kld.c do the work.

Noticed by: bde

24 years agoAdd a new mechanism, cndbctl(), to tell the console driver that
yokota [Tue, 11 Jan 2000 14:54:01 +0000 (14:54 +0000)]
Add a new mechanism, cndbctl(), to tell the console driver that
ddb is entered.  Don't refer to `in_Debugger' to see if we
are in the debugger.  (The variable used to be static in Debugger()
and wasn't updated if ddb is entered via traps and panic anyway.)

- Don't refer to `in_Debugger'.
- Add `db_active' to i386/i386/db_interface.d (as in
  alpha/alpha/db_interface.c).
- Remove cnpollc() stub from ddb/db_input.c.
- Add the dbctl function to syscons, pcvt, and sio. (The function for
  pcvt and sio is noop at the moment.)

Jointly developed by: bde and me

(The final version was tweaked by me and not reviewed by bde.  Thus,
if there is any error in this commit, that is entirely of mine, not
his.)

Some changes were obtained from: NetBSD

24 years agoFix bogon in previous commit: pass a string argument to printf(3) to
sheldonh [Tue, 11 Jan 2000 13:40:20 +0000 (13:40 +0000)]
Fix bogon in previous commit:  pass a string argument to printf(3) to
satisfy the %s conversion format specifier.

Reported by: Mark Huizer <freebsd@xaa.iae.nl>

24 years agoRework shifta/ctla/alta key handling. It appears that there was
yokota [Tue, 11 Jan 2000 13:39:05 +0000 (13:39 +0000)]
Rework shifta/ctla/alta key handling.  It appears that there was
misunderstanding between the PR originator and me.  I hope I got it
right this time.

24 years agoUnused file. This (NetBSD derived) file was obsoleted by kld.
peter [Tue, 11 Jan 2000 13:29:10 +0000 (13:29 +0000)]
Unused file.  This (NetBSD derived) file was obsoleted by kld.

24 years agoFix a typo in the db_kld.c file - it's kld support not raw a.out support.
peter [Tue, 11 Jan 2000 13:25:12 +0000 (13:25 +0000)]
Fix a typo in the db_kld.c file - it's kld support not raw a.out support.
Always use db_kld.c for symbol table support as the base kernel maintains
this information.

24 years agoRemove Bison from "bootstrap-tools" as we don't use it to build anything
obrien [Tue, 11 Jan 2000 13:19:57 +0000 (13:19 +0000)]
Remove Bison from "bootstrap-tools" as we don't use it to build anything
in /usr/src/ anymore.

24 years agoThis is the second half of unbreaking the world build. Add a -DNOHTML
green [Tue, 11 Jan 2000 12:51:56 +0000 (12:51 +0000)]
This is the second half of unbreaking the world build.  Add a -DNOHTML
corollary for -DNOINFO and -DNOMAN.  I'll fix this properly (add
specific HTML doc magic) in the .mk files later; right now, just
unbreak the world.

24 years agoActually install mailer.conf.5.
sheldonh [Tue, 11 Jan 2000 12:48:39 +0000 (12:48 +0000)]
Actually install mailer.conf.5.

24 years ago*draws his sword*
green [Tue, 11 Jan 2000 12:37:57 +0000 (12:37 +0000)]
*draws his sword*
I smite thee, vile buildworld breakage!

The story is that these were added to beforeinstall improperly.  In our
beforeinstall, a full mtree has not been populated.  Since the tree is
not populated, we explode from missing directories on doc install.  It
should not be done in beforeinstall (includes) anyway.

24 years agoUse a more helpful fatal error message than "Toto! This doesn't look
sheldonh [Tue, 11 Jan 2000 12:37:16 +0000 (12:37 +0000)]
Use a more helpful fatal error message than "Toto! This doesn't look
like Kansas anymore!" when unable to return to the original working
directory.

PR: bin/16015

24 years agoAck, missed a CVSHeader reference in a switch. *blush*
peter [Tue, 11 Jan 2000 11:55:26 +0000 (11:55 +0000)]
Ack, missed a CVSHeader reference in a switch.  *blush*

Submitted by: ru

24 years agoMinor display fix.
ru [Tue, 11 Jan 2000 11:54:25 +0000 (11:54 +0000)]
Minor display fix.

24 years agoChange the /usr/src mention to /usr/doc, since it is a doc supfile.
asmodai [Tue, 11 Jan 2000 10:48:47 +0000 (10:48 +0000)]
Change the /usr/src mention to /usr/doc, since it is a doc supfile.

PR: 15974
Submitted by: Vivek Khera <khera@kciLink.com>

24 years agoAdd the -r flag to CONFIGARGS instead of assigning to it so that
marcel [Tue, 11 Jan 2000 10:44:37 +0000 (10:44 +0000)]
Add the -r flag to CONFIGARGS instead of assigning to it so that
it's more easy to build a kernel with debugging information.

Suggested by: sheldonh

24 years agoDrop the use of Bison for Byacc now that we don't need to depend on the
obrien [Tue, 11 Jan 2000 10:37:38 +0000 (10:37 +0000)]
Drop the use of Bison for Byacc now that we don't need to depend on the
--broken-undeftoken-init Bison 1.25 bug.

24 years agoexclude chips with subdevices specified on a list of non-ac97 chips
cg [Tue, 11 Jan 2000 10:37:16 +0000 (10:37 +0000)]
exclude chips with subdevices specified on a list of non-ac97 chips

24 years agoThe only known cause of this panic is running out of disk space.
mckusick [Tue, 11 Jan 2000 08:27:00 +0000 (08:27 +0000)]
The only known cause of this panic is running out of disk space.
The problem occurs when an indirect block and a data block are
being allocated at the same time. For example when the 13th block
of the file is written, the filesystem needs to allocate the first
indirect block and a data block. If the indirect block allocation
succeeds, but the data block allocation fails, the error code
dellocates the indirect block as it has nothing at which to point.
Unfortunately, it does not deallocate the indirect block's associated
dependencies which then fail when they find the block unexpectedly
gone (ptr == 0 instead of its expected value). The fix is to fsync
the file before doing the block rollback, as the fsync will flush
out all of the dependencies. Once the rollback is done the file
must be fsync'ed again so that the soft updates code does not find
unexpected changes. This approach is much slower than writing the
code to back out the extraneous dependencies, but running out of
disk space is not expected to be a common occurence, so just getting
it right is the main criterion.

PR: kern/15063
Submitted by: Assar Westerlund <assar@stacken.kth.se>

24 years agoAdd missing -p /tmp/MTREE to mtree command in README so that it
rgrimes [Tue, 11 Jan 2000 07:57:09 +0000 (07:57 +0000)]
Add missing -p /tmp/MTREE to mtree command in README so that it
will actually work now.

Remove tabs and once again sort the *.dist files.

24 years agoDocument the (in)security features of CTM, especially ctm_rmail.
kris [Tue, 11 Jan 2000 07:46:33 +0000 (07:46 +0000)]
Document the (in)security features of CTM, especially ctm_rmail.

24 years agoBacked out removal of vendor id and gratuitous change of tmpfile prefix
bde [Tue, 11 Jan 2000 07:28:46 +0000 (07:28 +0000)]
Backed out removal of vendor id and gratuitous change of tmpfile prefix
in previous commit.

24 years agoWe cannot proceed to free the blocks of the file until the dependencies
mckusick [Tue, 11 Jan 2000 06:52:35 +0000 (06:52 +0000)]
We cannot proceed to free the blocks of the file until the dependencies
have been cleaned up by deallocte_dependencies(). Once that is done, it
is safe to post the request to free the blocks. A similar change is also
needed for the freefile case.

24 years agoUpgrade to XFree86 3.3.6
jkh [Tue, 11 Jan 2000 03:59:14 +0000 (03:59 +0000)]
Upgrade to XFree86 3.3.6

24 years agoThis change was mis-identified as the problem, sorry. It appears to be
jkh [Tue, 11 Jan 2000 03:27:33 +0000 (03:27 +0000)]
This change was mis-identified as the problem, sorry.  It appears to be
an anomaly restricted only to the alpha in FreeBSD-current (weird).

24 years agoBack out the previous change to install the examples - it breaks the release builds.
jkh [Tue, 11 Jan 2000 02:18:33 +0000 (02:18 +0000)]
Back out the previous change to install the examples - it breaks the release builds.

24 years ago correct the entry for the Linksys EtherFast 10/100
jmb [Tue, 11 Jan 2000 02:03:12 +0000 (02:03 +0000)]
correct the entry for the Linksys EtherFast 10/100
PC Card (PCMPC100).  the entry was one character
short...the final ")" was missing.

Pointed out by: Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org

24 years agoAttempt to fix a problem with receiving packets on USB ethernet interfaces.
wpaul [Mon, 10 Jan 2000 23:12:54 +0000 (23:12 +0000)]
Attempt to fix a problem with receiving packets on USB ethernet interfaces.
Packets are received inside USB bulk transfer callbacks, which run at
splusb() (actually splbio()). The packet input queues are meant to be
manipulated at splimp(). However the locking apparently breaks down under
certain circumstances and the input queues can get trampled.

There's a similar problem with if_ppp, which is driven by hardware/tty
interrupts from the serial driver, but which must also manipulate the
packet input queues at splimp(). The fix there is to use a netisr, and
that's the fix I used here. (I can hear you groaning back there. Hush up.)

The usb_ethersubr module maintains a single queue of its own. When a
packet is received in the USB callback routine, it's placed on this
queue with usb_ether_input(). This routine also schedules a soft net
interrupt with schednetisr(). The ISR routine then runs later, at
splnet, outside of the USB callback/interrupt context, and passes the
packet to ether_input(), hopefully in a safe manner.

The reason this is implemented as a separate module is that there are
a limited number of NETISRs that we can use, and snarfing one up for
each driver that needs it is wasteful (there will be three once I get
the CATC driver done). It also reduces code duplication to a certain
small extent. Unfortunately, it also needs to be linked in with the
usb.ko module in order for the USB ethernet drivers to share it.

Also removed some uneeded includes from if_aue.c and if_kue.c

Fix suggested by: peter
Not rejected as a hairbrained idea by: n_hibma

24 years agoDon't fail if less then MAXDEV /dev/usb\d+ entries exist.
n_hibma [Mon, 10 Jan 2000 22:35:33 +0000 (22:35 +0000)]
Don't fail if less then MAXDEV /dev/usb\d+ entries exist.

24 years agoAdd an entry for dhclient and the USB ethernet adapters.
n_hibma [Mon, 10 Jan 2000 22:34:36 +0000 (22:34 +0000)]
Add an entry for dhclient and the USB ethernet adapters.

24 years agoAdd an extra debugging message.
n_hibma [Mon, 10 Jan 2000 22:33:43 +0000 (22:33 +0000)]
Add an extra debugging message.

24 years agoAdd Sun keyboard and NetChip
n_hibma [Mon, 10 Jan 2000 22:31:01 +0000 (22:31 +0000)]
Add Sun keyboard and NetChip

24 years agoUpdate syscalls to Linux kernel 2.3.38. These syscalls are
marcel [Mon, 10 Jan 2000 22:19:06 +0000 (22:19 +0000)]
Update syscalls to Linux kernel 2.3.38. These syscalls are
implemented as dummies to ease problem solving.

24 years agoUpdate the syscalls to Linux kernel 2.3.38.
marcel [Mon, 10 Jan 2000 22:16:35 +0000 (22:16 +0000)]
Update the syscalls to Linux kernel 2.3.38.

24 years agoFix 'make world' breakage caused by missing comment character.
archie [Mon, 10 Jan 2000 21:44:28 +0000 (21:44 +0000)]
Fix 'make world' breakage caused by missing comment character.

24 years agomalloc more space for temp file name
kris [Mon, 10 Jan 2000 20:26:24 +0000 (20:26 +0000)]
malloc more space for temp file name

Noticed by: marcel

24 years agoInclude a note below the example qmail entry that mentions that inetd is
dbaker [Mon, 10 Jan 2000 20:02:28 +0000 (20:02 +0000)]
Include a note below the example qmail entry that mentions that inetd is
no longer the correct way to have qmail handle incoming qmail smtp
connections.  Also provide a url to the correct method.

24 years agoAdd a comment to hopefully prevent more bugs like kern/8596.
archie [Mon, 10 Jan 2000 19:34:40 +0000 (19:34 +0000)]
Add a comment to hopefully prevent more bugs like kern/8596.

24 years agoMGETHDR() does not initialize m_pkthdr.rcvif, do it here.
ru [Mon, 10 Jan 2000 18:46:05 +0000 (18:46 +0000)]
MGETHDR() does not initialize m_pkthdr.rcvif, do it here.

This fixes page fault panic observed when diverting packets
with IP options (e.g. ping -R remoteIP over natd).

PR: kern/8596, kern/11199

24 years agoUse GENERIC for both pccard and non-pccard disks now that GENERIC is
imp [Mon, 10 Jan 2000 16:27:32 +0000 (16:27 +0000)]
Use GENERIC for both pccard and non-pccard disks now that GENERIC is
(or should be) everything that PCCARD is.

24 years agoSigh. RFC2038 and bind 8.2.2 have a slight variation of interpretation
peter [Mon, 10 Jan 2000 15:31:40 +0000 (15:31 +0000)]
Sigh. RFC2038 and bind 8.2.2 have a slight variation of interpretation
of the SOA 'minimum' field.  Now it's necessary to define $TTL seperately
to shut it up.  Bind does reasonable things by default but it's annoying
still.

PR: 15834
Submitted by: Daniel Lewart <d-lewart@uiuc.edu>

24 years agoFix the use of an uninitialized variable in the previous commit.
peter [Mon, 10 Jan 2000 14:20:53 +0000 (14:20 +0000)]
Fix the use of an uninitialized variable  in the previous commit.

Also, in addition to the previous log message, the last change had a fix
for the case where where f.mntfromname is a relative path like da0a.

Submitted by: bde

24 years agoAdd items for pop3 and imap
phantom [Mon, 10 Jan 2000 14:08:30 +0000 (14:08 +0000)]
Add items for pop3 and imap

PR: conf/14714
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>

24 years agoReturn Linux kernel version 2.2.12 by default. This is in line
marcel [Mon, 10 Jan 2000 13:09:08 +0000 (13:09 +0000)]
Return Linux kernel version 2.2.12 by default. This is in line
with linux_base-6.1.

24 years agoAdded PCIR_BIOS (0x30).
yokota [Mon, 10 Jan 2000 12:53:19 +0000 (12:53 +0000)]
Added PCIR_BIOS (0x30).

24 years agoAdd `.Nm rrestore' to NAME section.
phantom [Mon, 10 Jan 2000 12:27:33 +0000 (12:27 +0000)]
Add `.Nm rrestore' to NAME section.

24 years agoAdd `.Nm fastboot' and `.Nm fasthalt' to NAME section.
phantom [Mon, 10 Jan 2000 12:24:47 +0000 (12:24 +0000)]
Add `.Nm fastboot' and `.Nm fasthalt' to NAME section.

24 years agoremove check now done in vn_isdisk().
phk [Mon, 10 Jan 2000 12:24:36 +0000 (12:24 +0000)]
remove check now done in vn_isdisk().

24 years agoAlso handle zero return from dscheck().
phk [Mon, 10 Jan 2000 12:21:39 +0000 (12:21 +0000)]
Also handle zero return from dscheck().

PR: 15956

24 years agoAdd `.Nm red' to NAME section.
phantom [Mon, 10 Jan 2000 12:20:30 +0000 (12:20 +0000)]
Add `.Nm red' to NAME section.

24 years agoAdd `.Nm rdump' to NAME section.
phantom [Mon, 10 Jan 2000 12:18:10 +0000 (12:18 +0000)]
Add `.Nm rdump' to NAME section.

24 years agoInstall html files to /usr/share/doc/ncurses/
phantom [Mon, 10 Jan 2000 12:12:51 +0000 (12:12 +0000)]
Install html files to /usr/share/doc/ncurses/

24 years agoCreate /usr/share/doc/ncurses (place for html files from ncurses dist)
phantom [Mon, 10 Jan 2000 12:11:51 +0000 (12:11 +0000)]
Create /usr/share/doc/ncurses (place for html files from ncurses dist)

24 years agoRemove controller miibus, there already were a device miibus.
phk [Mon, 10 Jan 2000 12:06:32 +0000 (12:06 +0000)]
Remove controller miibus, there already were a device miibus.

24 years agoGive vn_isdisk() a second argument where it can return a suitable errno.
phk [Mon, 10 Jan 2000 12:04:27 +0000 (12:04 +0000)]
Give vn_isdisk() a second argument where it can return a suitable errno.

Suggested by: bde

24 years agoInstall contents of the TESTS subdirectory to /usr/share/examples/libdialog
phantom [Mon, 10 Jan 2000 12:04:18 +0000 (12:04 +0000)]
Install contents of the TESTS subdirectory to /usr/share/examples/libdialog

24 years agoCreate /usr/share/examples/libdialog (examples of dialog(3) usage)
phantom [Mon, 10 Jan 2000 12:01:27 +0000 (12:01 +0000)]
Create /usr/share/examples/libdialog (examples of dialog(3) usage)

24 years agoRemove -lncurses and -lmytinfo from LDFLAGS
phantom [Mon, 10 Jan 2000 11:54:55 +0000 (11:54 +0000)]
Remove -lncurses and -lmytinfo from LDFLAGS

24 years agoCleanup warnings.
phantom [Mon, 10 Jan 2000 11:52:10 +0000 (11:52 +0000)]
Cleanup warnings.

24 years agoFix typo: MAINAINER -> MAINTAINER
phantom [Mon, 10 Jan 2000 11:38:51 +0000 (11:38 +0000)]
Fix typo: MAINAINER -> MAINTAINER

24 years agorevision 1.40 backed out the removal of PCATCH in a tsleep allowing
alfred [Mon, 10 Jan 2000 10:24:47 +0000 (10:24 +0000)]
revision 1.40 backed out the removal of PCATCH in a tsleep allowing
an infinite loop if a signal is delivered here.
remove it again, this still ought to be revisited as the error should
probably be returned.

24 years ago10 X's for mktemp(). This seems to be free from race conditions.
kris [Mon, 10 Jan 2000 09:33:37 +0000 (09:33 +0000)]
10 X's for mktemp(). This seems to be free from race conditions.

24 years agoCompletely reconstruct page. Make it mdoc(7) style compatible also :)
phantom [Mon, 10 Jan 2000 09:29:21 +0000 (09:29 +0000)]
Completely reconstruct page. Make it mdoc(7) style compatible also :)
Page still needs some work about english refinements and some actualization.

24 years ago10 X's for mkstemp(), and don't redefine _PATH_TMP
kris [Mon, 10 Jan 2000 09:25:32 +0000 (09:25 +0000)]
10 X's for mkstemp(), and don't redefine _PATH_TMP

24 years agoActivate doc/ subdir
phantom [Mon, 10 Jan 2000 09:20:27 +0000 (09:20 +0000)]
Activate doc/ subdir

24 years agoInstall ntp html docs as /usr/share/doc/ntp
phantom [Mon, 10 Jan 2000 09:20:03 +0000 (09:20 +0000)]
Install ntp html docs as /usr/share/doc/ntp

24 years agoCreate doc dir for ntp (/usr/share/doc/ntp)
phantom [Mon, 10 Jan 2000 09:18:02 +0000 (09:18 +0000)]
Create doc dir for ntp (/usr/share/doc/ntp)

24 years ago10 X's in mkstemp().
kris [Mon, 10 Jan 2000 09:17:46 +0000 (09:17 +0000)]
10 X's in mkstemp().

24 years agoInstall additional documentation:
phantom [Mon, 10 Jan 2000 09:05:30 +0000 (09:05 +0000)]
Install additional documentation:
contrib/bind/doc/{html,misc} as /usr/share/doc/bind/{html,misc}

Install additional manpages:
. named.conf.5
. nsupdate.8
. named-bootconf.8