]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agomdoc(7) style fixes and cleanup
phantom [Thu, 4 May 2000 17:34:31 +0000 (17:34 +0000)]
mdoc(7) style fixes and cleanup

24 years agoFix path to ip6fw
phantom [Thu, 4 May 2000 17:33:27 +0000 (17:33 +0000)]
Fix path to ip6fw

24 years ago. clean `.Os' macro value.
phantom [Thu, 4 May 2000 17:31:54 +0000 (17:31 +0000)]
. clean `.Os' macro value.
. add integration note
. remove useless comments

24 years agoRemove hard sentence breaks introduced in rev 1.9.
sheldonh [Thu, 4 May 2000 17:30:46 +0000 (17:30 +0000)]
Remove hard sentence breaks introduced in rev 1.9.

24 years ago. clean `.Os' macro value since this tool is not KAME-only tools anymore
phantom [Thu, 4 May 2000 17:29:14 +0000 (17:29 +0000)]
. clean `.Os' macro value since this tool is not KAME-only tools  anymore
. sort Xr's in SEE ALSO section
. add integration note

24 years agoRemove outdated BUGS section. We'll never rename comcontrol to siocontrol.
phantom [Thu, 4 May 2000 16:48:33 +0000 (16:48 +0000)]
Remove outdated BUGS section. We'll never rename comcontrol to siocontrol.

24 years agoDocument `.Fx', `.Nx' and `.Ox' macros as callable and parsable.
phantom [Thu, 4 May 2000 16:25:27 +0000 (16:25 +0000)]
Document `.Fx', `.Nx' and `.Ox' macros as callable and parsable.

24 years agoAdd ioctl() in read_ether() so that pccardd ensure reading its ether
iwasaki [Thu, 4 May 2000 15:38:18 +0000 (15:38 +0000)]
Add ioctl() in read_ether() so that pccardd ensure reading its ether
address from the attribute memory area.

24 years agoUse `Er' variable to define first column width in ERRORS section. It was
phantom [Thu, 4 May 2000 13:09:25 +0000 (13:09 +0000)]
Use `Er' variable to define first column width in ERRORS section. It was
initially suggested by mdoc(7) style, but was broken over the years

24 years agoSet `Er' default value to 17n (length("EPROTONOSUPPORT") + 1)
phantom [Thu, 4 May 2000 12:56:53 +0000 (12:56 +0000)]
Set `Er' default value to 17n (length("EPROTONOSUPPORT") + 1)

Discussed long time ago at -committers

24 years agoRepocopied to src/sys/conf/kmod.mk
peter [Thu, 4 May 2000 12:18:19 +0000 (12:18 +0000)]
Repocopied to src/sys/conf/kmod.mk

24 years agoPull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
peter [Thu, 4 May 2000 12:08:52 +0000 (12:08 +0000)]
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk.  This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.

24 years agoThese files are located under usr.bin/calendar/calendars/ru_RU.KOI8-R now
phantom [Thu, 4 May 2000 11:40:15 +0000 (11:40 +0000)]
These files are located under usr.bin/calendar/calendars/ru_RU.KOI8-R now

24 years agoDirectory renamed in /usr/share/calendar: ru_SU.KOI8-R -> ru_RU.KOI8-R
phantom [Thu, 4 May 2000 11:37:49 +0000 (11:37 +0000)]
Directory renamed in /usr/share/calendar: ru_SU.KOI8-R -> ru_RU.KOI8-R

24 years agoRename calendars/ru_SU.KOI8-R to calendars/ru_RU.KOI8-R to reflect
phantom [Thu, 4 May 2000 11:35:27 +0000 (11:35 +0000)]
Rename calendars/ru_SU.KOI8-R to calendars/ru_RU.KOI8-R to reflect
locale name change (ru_SU.KOI8-R -> ru_RU.KOI8-R)

Not objected to by: ache

24 years agoCorrect comments and variable names left since repo-copy
phantom [Thu, 4 May 2000 11:31:16 +0000 (11:31 +0000)]
Correct comments and variable names left since repo-copy

24 years agoAdd missing $FreeBSD$ tags
phantom [Thu, 4 May 2000 11:28:55 +0000 (11:28 +0000)]
Add missing $FreeBSD$ tags

24 years agomdoc(7) cleanup:
phantom [Thu, 4 May 2000 08:05:45 +0000 (08:05 +0000)]
mdoc(7) cleanup:

. use real function names as `.Nm' macro argument in NAME section. It allows
them to appear in apropos(1) or whatis(1) output.

. replace empty lines with `.Pp' macro.

. replace hardcoded standard names with their `.St' macro equivalents.

. sort cross references in SEE ALSO section

24 years agoo Make note of brandelf change (obrien)
imp [Thu, 4 May 2000 08:02:11 +0000 (08:02 +0000)]
o Make note of brandelf change (obrien)
o Make the ata warning less dire based on more experience.  It seems that marginal
  disks cause more problems than that chipset singled out. (sos)

24 years agoIncrease the initial size of a RAID-5 plex lock table to 256 entries,
grog [Thu, 4 May 2000 07:48:40 +0000 (07:48 +0000)]
Increase the initial size of a RAID-5 plex lock table to 256 entries,
which seems to correspond better with what a busy plex needs.  This
may also help us avoid race conditions when expanding the table which
may have been contributing to the random corruption, panics and hangs
we've been seeing in RAID-5 plexes, particularly with ata drives.

Eagerly-awaited-by: sos
24 years agorequeststatus: Correct check for striped plex.
grog [Thu, 4 May 2000 07:46:45 +0000 (07:46 +0000)]
requeststatus: Correct check for striped plex.

Submitted-by: Matthew Reimer <mreimer@vpop.net>

24 years agoDon't hide bio structure behind macros like b_ioflags.
grog [Thu, 4 May 2000 07:44:23 +0000 (07:44 +0000)]
Don't hide bio structure behind macros like b_ioflags.

Get counting volume I/Os right.

launch_requests: Be macho, throw away the safety net and walk the
tightrope with no splbio().

Add some comments explaining the smoke and mirrors.

Remove some redundant braces.

sdio: Set the state of an accessed but down subdisk correctly.  This
appears to duplicate an earlier commit that I hadn't seen.

24 years agoexpand_table: Avoid a race condition which may have been contributing
grog [Thu, 4 May 2000 07:38:47 +0000 (07:38 +0000)]
expand_table: Avoid a race condition which may have been contributing
to the random corruption, panics and hangs we've been seeing in RAID-5
plexes, particularly with ata drives.

Eagerly-awaited-by: sos
24 years agolockrange: Avoid a race condition which was causing random corruption,
grog [Thu, 4 May 2000 07:37:11 +0000 (07:37 +0000)]
lockrange: Avoid a race condition which was causing random corruption,
panics and hangs in RAID-5 plexes, particularly with ata drives.

Original-code-by: Bernd Walter <ticso@cicely.de>
Eagerly-awaited-by: sos
24 years agoremove_drive: correctly obliterate the magic number.
grog [Thu, 4 May 2000 07:35:03 +0000 (07:35 +0000)]
remove_drive: correctly obliterate the magic number.

Reported-by: phk
24 years agoDon't hide bio structure behind macros like b_ioflags.
grog [Thu, 4 May 2000 07:33:40 +0000 (07:33 +0000)]
Don't hide bio structure behind macros like b_ioflags.

Get counting volume I/Os right.

Count buffer sizes correctly for architectures where ints are not 32 bits.

complete_rqe: Move decrementing active count until after call to
complete_raid5_write, thus possibly avoiding a race condition.

Suggested-by:       dillon

Rename user bp to ubp to avoid confusion.

Tidy up comments.

24 years agoOnly wake up one process when we're done configuring.
grog [Thu, 4 May 2000 07:29:55 +0000 (07:29 +0000)]
Only wake up one process when we're done configuring.

Suggested-by: msmith

24 years agoRename GENERIC98 to GENERIC.
kato [Thu, 4 May 2000 04:58:30 +0000 (04:58 +0000)]
Rename GENERIC98 to GENERIC.

24 years agoUse assembler directives rather than ALTENTRY() so that longjmp() and
jasone [Thu, 4 May 2000 04:36:26 +0000 (04:36 +0000)]
Use assembler directives rather than ALTENTRY() so that longjmp() and
siglongjmp() are weak symbols.  This is necessary to allow static linking
with the linuxthreads library port.

24 years agoAdded PWS as abbreviated name for Miata
wilko [Wed, 3 May 2000 21:02:29 +0000 (21:02 +0000)]
Added PWS as abbreviated name for Miata

Submitted by: naddy@mips.inka.de

24 years agoI mentioned yesterday that I could use some work, and Kelly says, "Commit my
dwhite [Wed, 3 May 2000 18:07:30 +0000 (18:07 +0000)]
I mentioned yesterday that I could use some work, and Kelly says, "Commit my
PRs!"  So here I go.

Add definitions for some of the AMD CPU feature bits.  Also add a comment on
where to find the rest of them. This is a purely cosmetic change.

PR: i386/14438
Submitted by: Kelly Yancey <kbyanc@egroups.net>

24 years agoIf BUS_DEBUG is defined then create a sysctl, debug.bus_debug, that
paul [Wed, 3 May 2000 17:45:04 +0000 (17:45 +0000)]
If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, that
is used to control whether the debug messages are output at runtime.
It defaults to on so that if you define BUS_DEBUG in your kernel
then you get all the debugging info when you boot.

It's very useful for disabling all the debugging info when you're
developing a loadable device driver and you're doing lots of loads
and unloads but don't always want to see all the debugging info.

24 years agoFormatting tweak.
archie [Wed, 3 May 2000 16:46:10 +0000 (16:46 +0000)]
Formatting tweak.

PR: docs/18292

24 years agoNew option: -redirect_proto.
ru [Wed, 3 May 2000 15:06:45 +0000 (15:06 +0000)]
New option: -redirect_proto.

24 years agoPrint files submitted at the same instant in deterministic order.
wollman [Wed, 3 May 2000 14:56:20 +0000 (14:56 +0000)]
Print files submitted at the same instant in deterministic order.

PR: 18361
Submitted by: Garance A Drosehn <gad@freefour.acs.rpi.edu>

24 years agoRemove extraneous Dv macro that slipped in, in rev 1.64.
sheldonh [Wed, 3 May 2000 08:59:44 +0000 (08:59 +0000)]
Remove extraneous Dv macro that slipped in, in rev 1.64.

24 years agoAdd missing .El macro.
jasone [Wed, 3 May 2000 08:50:43 +0000 (08:50 +0000)]
Add missing .El macro.

24 years agoConvert the vm_pager_strategy() interface to take a struct bio instead of
phk [Wed, 3 May 2000 07:47:46 +0000 (07:47 +0000)]
Convert the vm_pager_strategy() interface to take a struct bio instead of
a struct buf.  Don't try to examine B_ASYNC, it is a layering violation
to do so.  The only current user of this interface is vn(4) which, since
it emulates a disk interface, operates on struct bio already.

24 years agoRemove 42 unneeded #include <sys/ioccom.h>.
phk [Wed, 3 May 2000 07:31:38 +0000 (07:31 +0000)]
Remove 42 unneeded #include <sys/ioccom.h>.

ioccom.h defines only implementation detail, and should therefore
only be included from the #include which defines the ioctl tags,
in other words: never include it from *.c

24 years agoDon't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don't
rwatson [Wed, 3 May 2000 05:50:46 +0000 (05:50 +0000)]
Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don't
provide locking over extended attribute operations, requiring that
individual operations be atomic.  Allowing non-zero starting offsets
permits applications/etc to put themselves at risk for inconsistent
behavior.  As VOP_SETEXTATTR already prohibited non-zero write offsets,
this makes sense.

Suggested by: Andreas Gruenbacher <a.gruenbacher@bestbits.at>

24 years ago- Removed hi-resolution mode supports.
nyan [Wed, 3 May 2000 04:35:25 +0000 (04:35 +0000)]
- Removed hi-resolution mode supports.
- Added a dummy partition table.

24 years agoMove sn and cs drivers from the compat section to the real section.
imp [Wed, 3 May 2000 00:49:57 +0000 (00:49 +0000)]
Move sn and cs drivers from the compat section to the real section.
Enable xe driver now that I've had reports that it works.

PR: 18323
Submitted by: MIHIRA Yoshiro-san

24 years agoReplace all the ifdef debugging spaghetti with a single ifdef and
paul [Wed, 3 May 2000 00:20:36 +0000 (00:20 +0000)]
Replace all the ifdef debugging spaghetti with a single ifdef and
a macro so that it is easier to read the flow of the code.

24 years agoForce the address of the socket to be INADDR_ANY immediately before
paul [Tue, 2 May 2000 23:53:46 +0000 (23:53 +0000)]
Force the address of the socket to be INADDR_ANY immediately before
calling in_pcbbind so that in_pcbbind sees a valid address if no
address was specified (since divert sockets ignore them).

PR: 17552
Reviewed by: Brian

24 years agoRestore this file.
obrien [Tue, 2 May 2000 21:53:52 +0000 (21:53 +0000)]
Restore this file.

Requested by: bde

24 years agoBump FreeBSD_version after module version changes
peter [Tue, 2 May 2000 20:26:34 +0000 (20:26 +0000)]
Bump FreeBSD_version after module version changes

Submitted by: knu

24 years agoAdd descriptions of the nm(1aout) keywords and their meanings.
obrien [Tue, 2 May 2000 20:21:49 +0000 (20:21 +0000)]
Add descriptions of the nm(1aout) keywords and their meanings.

PR: docs/17269
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>

24 years agonm.1aout is used here now.
obrien [Tue, 2 May 2000 20:17:01 +0000 (20:17 +0000)]
nm.1aout is used here now.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r59901,
obrien [Tue, 2 May 2000 20:00:07 +0000 (20:00 +0000)]
This commit was generated by cvs2svn to compensate for changes in r59901,
which included commits to RCS files with non-trunk default branches.

24 years agohistory fix
obrien [Tue, 2 May 2000 20:00:07 +0000 (20:00 +0000)]
history fix

Submitted by: ache (forwarded to Christos Zoulas where fix was agreed to)

24 years agoDon't assume *lasthook is initialized in ng_path2node().
archie [Tue, 2 May 2000 17:09:46 +0000 (17:09 +0000)]
Don't assume *lasthook is initialized in ng_path2node().

24 years agoRemove an unnecessary error message
luigi [Tue, 2 May 2000 15:39:36 +0000 (15:39 +0000)]
Remove an unnecessary error message

24 years agoDisconnect libm from the build tree. It's broken, not being
joe [Tue, 2 May 2000 14:16:19 +0000 (14:16 +0000)]
Disconnect libm from the build tree.  It's broken, not being
maintained, and has been replaced by msun.  The libm sources
shouldn't be removed just yet as there are parts that should be
merged into msun first.

PR: misc/17848
Discussed with: phk & bde

24 years agoUpdate my e-mail address
n_hibma [Tue, 2 May 2000 11:58:47 +0000 (11:58 +0000)]
Update my e-mail address

24 years agoAdd the udbp module
n_hibma [Tue, 2 May 2000 11:51:07 +0000 (11:51 +0000)]
Add the udbp module

24 years agoAdd missing man pages. Fix various compliance bugs, mostly having to do with
jasone [Tue, 2 May 2000 06:51:40 +0000 (06:51 +0000)]
Add missing man pages.  Fix various compliance bugs, mostly having to do with
error return values.  Implement pthread_mutexattr_gettype().

PR: docs/16537, docs/17538

24 years agoAdd PnP ID for vadem based plug and play card.
imp [Tue, 2 May 2000 06:50:17 +0000 (06:50 +0000)]
Add PnP ID for vadem based plug and play card.

Submitted by: Dave Belfer-Shevett <shevett@stonekeep.com>
Fix by: Bill Paul

24 years agoAdd ENOTSUP, which is specified as an error return value for various
jasone [Tue, 2 May 2000 06:02:11 +0000 (06:02 +0000)]
Add ENOTSUP, which is specified as an error return value for various
POSIX/SUSv2 functions.

24 years agoAdd the logical ID of FUJITSU Modem 33600 PNP/I2.
tanimura [Tue, 2 May 2000 05:54:11 +0000 (05:54 +0000)]
Add the logical ID of FUJITSU Modem 33600 PNP/I2.

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

24 years agoAdd man page for pxeboot.
dwhite [Tue, 2 May 2000 05:01:38 +0000 (05:01 +0000)]
Add man page for pxeboot.

Reviewed By: asmodai

24 years agoFix a long vs. int problem that was fatal on i386s with 64bit longs (but
hoek [Tue, 2 May 2000 02:36:03 +0000 (02:36 +0000)]
Fix a long vs. int problem that was fatal on i386s with 64bit longs (but
not alphas with 64bit longs).

Submitted by: bde (a while ago)

24 years agoCause modules to build with the kernel build. Modules are removed
chuckr [Tue, 2 May 2000 02:26:04 +0000 (02:26 +0000)]
Cause modules to build with the kernel build.  Modules are removed
from the sys Makefile's SUBDIRs.  This is conditioned in make.conf by the
NO_MODULES variable and the existence of the modules directory.  The
actual location of the modules is not modified.  Changes in Makefiles
only, this does not affect Peter's recent changes.

Reviewed by: Peter Wemm, who warned me I would get some flack, and
he had the good idea for the NO_MODULES variable.

24 years agoAdd in include of <machine/clock.h> which defines DELAY.
mjacob [Tue, 2 May 2000 01:37:02 +0000 (01:37 +0000)]
Add in include of <machine/clock.h> which defines DELAY.

24 years agoFix broken multi-link fragment reassembly algorithm.
archie [Tue, 2 May 2000 00:09:18 +0000 (00:09 +0000)]
Fix broken multi-link fragment reassembly algorithm.
Add hook for IPv6. Misc cleanups.

PR: kern/16335

24 years agoMacro call to ng_send_dataq() should have been to ng_send_data() instead.
archie [Mon, 1 May 2000 23:34:15 +0000 (23:34 +0000)]
Macro call to ng_send_dataq() should have been to ng_send_data() instead.

24 years agoField structure changed name from 'typename' -> 'type_name'.
archie [Mon, 1 May 2000 23:30:46 +0000 (23:30 +0000)]
Field structure changed name from 'typename' -> 'type_name'.

24 years agoUse 'type_name' structure field instead of 'typename', which is
archie [Mon, 1 May 2000 23:29:19 +0000 (23:29 +0000)]
Use 'type_name' structure field instead of 'typename', which is
a C++ reserved work.

Add a ng_copy_meta() function.

24 years agoInclude udbp.4 in the build
n_hibma [Mon, 1 May 2000 22:58:18 +0000 (22:58 +0000)]
Include udbp.4 in the build

24 years agoThe USB double bulk pipe driver (Host to host cables). Currently there
n_hibma [Mon, 1 May 2000 22:48:23 +0000 (22:48 +0000)]
The USB double bulk pipe driver (Host to host cables). Currently there
are two supported chips, the NetChip 1080 (only prototypes available)
and the EzLink cable. Any other cable should be supported however as they
are all very much alike (there is a difference between them wrt
performance).

It uses Netgraph.

This driver was mostly written by Doug Ambrisko and Julian Elischer and
I would like to thank Whistle for yet another contribution. And my
aplogies to them for me sitting on the driver for so long (2 months).

Also, many thanks to Reid Augustin from NetChip for providing me with a
prototype of their 1080 chip.

Be aware of the fact that this driver is very immature and has only been
tested very lightly. If someone feels like learning about Netgraph however
this is an excellent driver to start playing with.

24 years agoRemove some trailing zeroes.
n_hibma [Mon, 1 May 2000 22:09:15 +0000 (22:09 +0000)]
Remove some trailing zeroes.

24 years agoA temporary band-aid for ng_base. It works for some people, a better
peter [Mon, 1 May 2000 21:26:50 +0000 (21:26 +0000)]
A temporary band-aid for ng_base.  It works for some people, a better
fix will follow.

Submitted by:   Gary Jennejohn <garyj@muc.de>

24 years agoAdd $FreeBSD$
peter [Mon, 1 May 2000 20:32:07 +0000 (20:32 +0000)]
Add $FreeBSD$

24 years agoRegen.
n_hibma [Mon, 1 May 2000 20:31:01 +0000 (20:31 +0000)]
Regen.

24 years agoAdd the EzLink adapter Id
n_hibma [Mon, 1 May 2000 20:26:12 +0000 (20:26 +0000)]
Add the EzLink adapter Id

24 years agoRemove unused include.
asmodai [Mon, 1 May 2000 20:20:05 +0000 (20:20 +0000)]
Remove unused include.

24 years agoRemove unused include, and place sys includes at top, which enabled
asmodai [Mon, 1 May 2000 20:19:44 +0000 (20:19 +0000)]
Remove unused include, and place sys includes at top, which enabled
us to remove this include.

24 years agoRemove unused includes.
asmodai [Mon, 1 May 2000 20:01:16 +0000 (20:01 +0000)]
Remove unused includes.

24 years agoAdd missing $FreeBSD$
peter [Mon, 1 May 2000 19:54:26 +0000 (19:54 +0000)]
Add missing $FreeBSD$

24 years agoRemove unused #include.
asmodai [Mon, 1 May 2000 19:39:36 +0000 (19:39 +0000)]
Remove unused #include.

24 years agoMove and staticize the bufchain functions so they become local to the
phk [Mon, 1 May 2000 19:38:51 +0000 (19:38 +0000)]
Move and staticize the bufchain functions so they become local to the
only piece of code using them.  This will ease a rewrite of them.

24 years agoZap KMODDEPS line
peter [Mon, 1 May 2000 18:58:48 +0000 (18:58 +0000)]
Zap KMODDEPS line

24 years agoRemove unused #include.
asmodai [Mon, 1 May 2000 18:52:42 +0000 (18:52 +0000)]
Remove unused #include.

24 years agoRemove unused #include.
asmodai [Mon, 1 May 2000 18:34:36 +0000 (18:34 +0000)]
Remove unused #include.

24 years agoDocument TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.
archie [Mon, 1 May 2000 18:22:59 +0000 (18:22 +0000)]
Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.

Submitted by: Jake Burkholder <jburkhol@home.com>

24 years agoAdd TAILQ_FOREACH_REVERSE() macro.
archie [Mon, 1 May 2000 18:17:14 +0000 (18:17 +0000)]
Add TAILQ_FOREACH_REVERSE() macro.

Submitted by: Jake Burkholder <jburkhol@home.com>

24 years agoForced commit: Rev 1.80 also changes the gensetdefs point of execution
peter [Mon, 1 May 2000 18:08:50 +0000 (18:08 +0000)]
Forced commit: Rev 1.80 also changes the gensetdefs point of execution
so that it gets run after the .kld file generation.  If it's run before,
the linker sets are closed off and bound inside the .kld file which makes
it useless for binding into a static kernel as the linker_set's will not
be connected...

24 years agoRemove KMODDEPS support. All our existing dependencies are specified
peter [Mon, 1 May 2000 18:06:49 +0000 (18:06 +0000)]
Remove KMODDEPS support.  All our existing dependencies are specified
via the MODULE_VERSION() and MODULE_DEPEND() macros that both the loader
and kld system know how to deal with.  The old DT_NEEDED tag is still
supported by the loader (and will remain supported for a while) - but the
kernel side presently doesn't know how to deal with DT_NEEDED.

24 years agoGC unused variable (size)
peter [Mon, 1 May 2000 18:03:15 +0000 (18:03 +0000)]
GC unused variable (size)

24 years agoFix some warnings on the Alpha. sizeof() returns different things on
peter [Mon, 1 May 2000 18:02:38 +0000 (18:02 +0000)]
Fix some warnings on the Alpha.  sizeof() returns different things on
x86 and Alpha. Sigh.

24 years agoWrap the failure warnings around PXE_DEBUG in the cleanup routine.
ps [Mon, 1 May 2000 17:55:05 +0000 (17:55 +0000)]
Wrap the failure warnings around PXE_DEBUG in the cleanup routine.
It does not matter if they fail, so dont print anything about it
unless we are debugging.

24 years agoUpdate loader logic to distinguish modules vs. files.
bp [Mon, 1 May 2000 17:41:25 +0000 (17:41 +0000)]
Update loader logic to distinguish modules vs. files.
Add support for module metadata. The old way of dependancy
handling will be supported for a while.

Reviewed by: peter

24 years agoAdd readdir support to the NFS filesystem in libstand.
ps [Mon, 1 May 2000 15:03:52 +0000 (15:03 +0000)]
Add readdir support to the NFS filesystem in libstand.

24 years ago. clear `.Os' macro value since this tool is not KAME only anymore
phantom [Mon, 1 May 2000 14:57:04 +0000 (14:57 +0000)]
. clear `.Os' macro value since this tool is not KAME only anymore
. add integration note

24 years ago. clear `.Os' macro value since this tool is not KAME only anymore
phantom [Mon, 1 May 2000 14:48:45 +0000 (14:48 +0000)]
. clear `.Os' macro value since this tool is not KAME only anymore
. add integration note
. avoid `.Nm' value upper case usage

24 years ago. remove some unneeded comments
phantom [Mon, 1 May 2000 14:42:09 +0000 (14:42 +0000)]
. remove some unneeded comments
. replace .Os value with empty value since this library is not KAME only
anymore
. add a note about IPv6 and IPsec integration to the FreeBSD

24 years ago. add a note about IPv6/IPsec integration to the FreeBSD
phantom [Mon, 1 May 2000 14:40:06 +0000 (14:40 +0000)]
. add a note about IPv6/IPsec integration to the FreeBSD
. replace .Po/.Pc pairs with .Pq
. remove some unneeded comments
. .Lb-ify

24 years agoAdd libipsec to the list of known libraries for .Lb macro
phantom [Mon, 1 May 2000 14:32:43 +0000 (14:32 +0000)]
Add libipsec to the list of known libraries for .Lb macro

24 years agoMake kame.4 manpage more FreeBSD specific. Replace some KAME kit directory and
phantom [Mon, 1 May 2000 14:09:23 +0000 (14:09 +0000)]
Make kame.4 manpage more FreeBSD specific. Replace some KAME kit directory and
file names with its FreeBSD equivalents.

Remove references to some debuging tools which would never appear in FreeBSD.

Use mdoc(7) macros in proper places.

Give a credit to Youshinobu Inoue for his efforts on KAME kit integration to
the FreeBSD main source tree.

24 years agoConvert to struct bio instead of struct buf.
phk [Mon, 1 May 2000 13:36:43 +0000 (13:36 +0000)]
Convert to struct bio instead of struct buf.

24 years agoGive struct bio it's own call back mechanism.
phk [Mon, 1 May 2000 13:36:25 +0000 (13:36 +0000)]
Give struct bio it's own call back mechanism.