]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoSwitch to using the .code16 as(1) directive and using 16-bit assembly
jhb [Fri, 5 May 2000 13:22:10 +0000 (13:22 +0000)]
Switch to using the .code16 as(1) directive and using 16-bit assembly
code instead of using 32-bit code and having to just "know" that it's
really 16-bit instructions when things run.  This also allows the code
to use fewer macros and more actual assembly statements, which eases
maintenance.  Unfortunately, due to as(1) brokenness, we still use m4
macros for all 16-bit addresses, and all short jumps (i.e., 8-bit
relative addresses in the jump instruction) must be wrapped in .code32
directives to avoid useless bloat by as(1).  This also fixes a few
problems that were preventing boot0 from compiling with the latest
and greatest version of as(1).

24 years agoApply patch to rl_rxeof() to really enforce payload alignment in
wpaul [Fri, 5 May 2000 12:47:47 +0000 (12:47 +0000)]
Apply patch to rl_rxeof() to really enforce payload alignment in
the case where we receive a packet that wraps from the end of the
RX buffer back to the start. This fixes an unaligned access trap on
the alpha with NFS.

24 years agoOops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).
phk [Fri, 5 May 2000 12:02:30 +0000 (12:02 +0000)]
Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).

24 years agoSeparate the struct bio related stuff out of <sys/buf.h> into
phk [Fri, 5 May 2000 09:59:14 +0000 (09:59 +0000)]
Separate the struct bio related stuff out of <sys/buf.h> into
<sys/bio.h>.

<sys/bio.h> is now a prerequisite for <sys/buf.h> but it shall
not be made a nested include according to bdes teachings on the
subject of nested includes.

Diskdrivers and similar stuff below specfs::strategy() should no
longer need to include <sys/buf.> unless they need caching of data.

Still a few bogus uses of struct buf to track down.

Repocopy by:    peter

24 years agoremove unneeded #include <sys/buf.h>
phk [Fri, 5 May 2000 09:24:00 +0000 (09:24 +0000)]
remove unneeded #include <sys/buf.h>

24 years agoDon't use struct buf for random small temporary buffers.
phk [Fri, 5 May 2000 09:05:39 +0000 (09:05 +0000)]
Don't use struct buf for random small temporary buffers.

24 years agoAdd IP addresses to the rules required to "Allow anything from
sheldonh [Fri, 5 May 2000 08:31:59 +0000 (08:31 +0000)]
Add IP addresses to the rules required to "Allow anything from
localhost", since portmap(8) is included in "anything".

Submitted by: Doug Barton <Doug@gorean.org>

24 years agoInstall a manual page for `tcsh(1)', for completeness.
jkoshy [Fri, 5 May 2000 08:12:11 +0000 (08:12 +0000)]
Install a manual page for `tcsh(1)', for completeness.

Approved by: obrien

24 years agoGENERIC98 -> GENERIC
nyan [Fri, 5 May 2000 08:03:31 +0000 (08:03 +0000)]
GENERIC98 -> GENERIC

24 years agoGENERIC98 is removed.
nyan [Fri, 5 May 2000 08:02:15 +0000 (08:02 +0000)]
GENERIC98 is removed.

24 years agoDon't use getebuf() unless you really need a struct buf. Malloc will
phk [Fri, 5 May 2000 07:50:53 +0000 (07:50 +0000)]
Don't use getebuf() unless you really need a struct buf.  Malloc will
do fine in this case.

24 years agoRemove the static heap. It is unknown why it was needed in the
ps [Fri, 5 May 2000 07:24:03 +0000 (07:24 +0000)]
Remove the static heap.  It is unknown why it was needed in the
beginning, but it no longer is required.  This has been tested with
many different revisions of the PXE rom from Intel.

24 years agoBuild modules in a subdir of the kernel build dir. Add a `cleandir'
obrien [Fri, 5 May 2000 06:00:08 +0000 (06:00 +0000)]
Build modules in a subdir of the kernel build dir.  Add a `cleandir'
target for those whose fingers try to use that to clean out the modules
build dir.

24 years agoCorrect an xref.
mpp [Fri, 5 May 2000 02:25:19 +0000 (02:25 +0000)]
Correct an xref.

PR: doc/13218
Submitted by: phantom

24 years agoMinor mdoc cleanup.
mpp [Fri, 5 May 2000 02:21:45 +0000 (02:21 +0000)]
Minor mdoc cleanup.

PR: docs/13218

24 years agoLay the groundwork for on-demand dictionary expansion.
dcs [Fri, 5 May 2000 02:06:38 +0000 (02:06 +0000)]
Lay the groundwork for on-demand dictionary expansion.

24 years agoCorrect the usage of the ".Bd -literal -offset xxx" macro to use
mpp [Fri, 5 May 2000 01:59:21 +0000 (01:59 +0000)]
Correct the usage of the ".Bd -literal -offset xxx" macro to use
a proper offset.  This silences warnings when the man page is
formated with groff.

PR: bin/14534

24 years agoDocument the new statistics control messages.
archie [Fri, 5 May 2000 01:20:28 +0000 (01:20 +0000)]
Document the new statistics control messages.
Add a note about the IP header asymmetry on the "lower" hook.

24 years agoFix a couple of bugs:
archie [Fri, 5 May 2000 01:11:39 +0000 (01:11 +0000)]
Fix a couple of bugs:
- Properly handle 32 bit sequence numbers when they wrap around
- Don't drop GRE packets with stale ACK numbers, just ignore the ACK
- Close race between node being shutdown and timer going off
Also add support for lots of statistics, and control message ASCIIfication

24 years agoAdd a little do-nothing ``slopsucker'' device which gives a home
wollman [Thu, 4 May 2000 23:57:32 +0000 (23:57 +0000)]
Add a little do-nothing ``slopsucker'' device which gives a home
to PNP0c04 (legacy ISA coprocessor support).  Tourist info.

24 years agoCorrect a bug whereby allocations to the dictionary would not be allowed
dcs [Thu, 4 May 2000 23:23:13 +0000 (23:23 +0000)]
Correct a bug whereby allocations to the dictionary would not be allowed
unless four times the space requested was available.

24 years agoMake documentation on recently added heap? command reflect reality.
dcs [Thu, 4 May 2000 22:51:21 +0000 (22:51 +0000)]
Make documentation on recently added heap? command reflect reality.

24 years agoAdd "heap?" to loader's man page.
dcs [Thu, 4 May 2000 21:26:26 +0000 (21:26 +0000)]
Add "heap?" to loader's man page.

24 years agoFurther improve ordering.
dcs [Thu, 4 May 2000 21:22:55 +0000 (21:22 +0000)]
Further improve ordering.

24 years agoSort entries in FreeBSD-specific FICL commands.
dcs [Thu, 4 May 2000 21:18:26 +0000 (21:18 +0000)]
Sort entries in FreeBSD-specific FICL commands.

24 years agoSet MAKEOBJDIRPREFIX to modules/ in the current directory and build modules
obrien [Thu, 4 May 2000 21:12:28 +0000 (21:12 +0000)]
Set MAKEOBJDIRPREFIX to modules/ in the current directory and build modules
there.

24 years agoAdd heap?, so we can tell how much free space we have left.
dcs [Thu, 4 May 2000 20:41:30 +0000 (20:41 +0000)]
Add heap?, so we can tell how much free space we have left.

24 years agoAdd PCI identification for another SmartArray 4200, which identifies
jlemon [Thu, 4 May 2000 20:23:56 +0000 (20:23 +0000)]
Add PCI identification for another SmartArray 4200, which identifies
itself as a DEC card instead of Compaq.

24 years agoFix one bug where the kn_head list could be manipulated without
jlemon [Thu, 4 May 2000 20:19:17 +0000 (20:19 +0000)]
Fix one bug where the kn_head list could be manipulated without
spl() protection in the case of a copyout error.

Add missing spl calls around the intial activation call that is
done when when the kevent is added.

Add two KASSERT macros to help catch errors in the future.

24 years agoChange the definition of sdata from u_long --> intptr_t to correctly
jlemon [Thu, 4 May 2000 20:14:57 +0000 (20:14 +0000)]
Change the definition of sdata from u_long --> intptr_t to correctly
match the data type in struct kevent.

24 years agoAdd a kqueue(2) manual page.
jlemon [Thu, 4 May 2000 20:11:38 +0000 (20:11 +0000)]
Add a kqueue(2) manual page.

24 years agofix the 100% cpu in xmms issue
cg [Thu, 4 May 2000 19:06:34 +0000 (19:06 +0000)]
fix the 100% cpu in xmms issue

24 years agoOops. I forgot to remove bsd.kmod.mk from the list of files installed. :-(
peter [Thu, 4 May 2000 18:49:49 +0000 (18:49 +0000)]
Oops. I forgot to remove bsd.kmod.mk from the list of files installed. :-(

Submitted by: Scott Flatman <sf@aracnet.com>

24 years agoUpdate my copyright. Add license.
phantom [Thu, 4 May 2000 18:21:11 +0000 (18:21 +0000)]
Update my copyright. Add license.

24 years agoFix code names according to KOI8-U RFC
phantom [Thu, 4 May 2000 18:03:47 +0000 (18:03 +0000)]
Fix code names according to KOI8-U RFC

Submitted by: Alexander Matey <matey@cis.ohio-state.edu> via ache

24 years agoAdd libipsec to the list of available libraries
phantom [Thu, 4 May 2000 17:58:22 +0000 (17:58 +0000)]
Add libipsec to the list of available libraries

24 years agoMove netgraph node type man pages from section 8 to section 4.
archie [Thu, 4 May 2000 17:54:37 +0000 (17:54 +0000)]
Move netgraph node type man pages from section 8 to section 4.

24 years agoDon't assume that the PCI BIOS is going to clear the unused bits in %ecx
msmith [Thu, 4 May 2000 17:44:55 +0000 (17:44 +0000)]
Don't assume that the PCI BIOS is going to clear the unused bits in %ecx
when it returns.

24 years agomdoc(7) style cleanup
phantom [Thu, 4 May 2000 17:42:03 +0000 (17:42 +0000)]
mdoc(7) style cleanup

24 years agoMove netgraph node type man pages from section 8 to section 4.
archie [Thu, 4 May 2000 17:40:13 +0000 (17:40 +0000)]
Move netgraph node type man pages from section 8 to section 4.

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