]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoThis commit was generated by cvs2svn to compensate for changes in r110949,
David E. O'Brien [Sat, 15 Feb 2003 18:53:17 +0000 (18:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110949,
which included commits to RCS files with non-trunk default branches.

21 years agoVirgin import of Christos Zoulas's FILE 3.40.
David E. O'Brien [Sat, 15 Feb 2003 18:53:17 +0000 (18:53 +0000)]
Virgin import of Christos Zoulas's FILE 3.40.

21 years ago1: wi(4) does not need miibus(4).
Tom Rhodes [Sat, 15 Feb 2003 17:16:44 +0000 (17:16 +0000)]
1: wi(4) does not need miibus(4).
2: Add arp(4) and netintro(4) to Xrefs.

1: Discussed with: imp

21 years agoXref miibus(4).
Tom Rhodes [Sat, 15 Feb 2003 17:12:53 +0000 (17:12 +0000)]
Xref miibus(4).

21 years agokenv moved from /usr/bin/ to /bin/.
John Hay [Sat, 15 Feb 2003 16:34:14 +0000 (16:34 +0000)]
kenv moved from /usr/bin/ to /bin/.

21 years agoAdd another backslash ('\').
John Hay [Sat, 15 Feb 2003 16:29:20 +0000 (16:29 +0000)]
Add another backslash ('\').

21 years agoAdd libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.
Jacques Vidrine [Sat, 15 Feb 2003 16:26:10 +0000 (16:26 +0000)]
Add libcrypto.so.2/libssl.so.2 from 4.7-RELEASE CDs.

21 years agoAdd a manual page for miibus(4) and attach it to the build.
Tom Rhodes [Sat, 15 Feb 2003 16:01:36 +0000 (16:01 +0000)]
Add a manual page for miibus(4) and attach it to the build.

Reviewed by: peter, rwatson (older version)

21 years agoAvoid an undef warning.
Dag-Erling Smørgrav [Sat, 15 Feb 2003 14:30:51 +0000 (14:30 +0000)]
Avoid an undef warning.

21 years agoAdd YIS YWL-11B.
Takeshi Shibagaki [Sat, 15 Feb 2003 14:04:05 +0000 (14:04 +0000)]
Add YIS YWL-11B.

21 years agoAdd YIS YWL-11B. This card has same vendor id and product id
Takeshi Shibagaki [Sat, 15 Feb 2003 13:59:54 +0000 (13:59 +0000)]
Add YIS YWL-11B. This card has same vendor id and product id
as XI300 Wireless LAN. So use PCMCIA_CARD2().

21 years agoRegen.
Takeshi Shibagaki [Sat, 15 Feb 2003 13:58:28 +0000 (13:58 +0000)]
Regen.

21 years agoAdd YIS YWL-11B. This card has same vendor id and product id
Takeshi Shibagaki [Sat, 15 Feb 2003 13:57:52 +0000 (13:57 +0000)]
Add YIS YWL-11B. This card has same vendor id and product id
as XI300 Wireless LAN.

21 years agoAdd the Space Shuttle Columbia incident to calendar.history. While here
Sean Chittenden [Sat, 15 Feb 2003 10:57:20 +0000 (10:57 +0000)]
Add the Space Shuttle Columbia incident to calendar.history.  While here
move LOTR "history" events into their own calendar file.  Link
calendar.lotr into calendar.world to preserve visibility of this pre-trendy
gem in BSD.

21 years agoAdd dlinfo(3) manual page to the rank of base system manpages
Alexey Zelkin [Sat, 15 Feb 2003 10:52:46 +0000 (10:52 +0000)]
Add dlinfo(3) manual page to the rank of base system manpages

21 years agoAdd examples of dlinfo() usage to manual page.
Alexey Zelkin [Sat, 15 Feb 2003 10:51:05 +0000 (10:51 +0000)]
Add examples of dlinfo() usage to manual page.

21 years agoflexlint rears its head as well as some style(9) fixes[1]. Fixed a
Sean Chittenden [Sat, 15 Feb 2003 10:26:10 +0000 (10:26 +0000)]
flexlint rears its head as well as some style(9) fixes[1].  Fixed a
few bugs for a few corner cases and correctly handle the case where
read(2) is read()'ing from a non-file descriptor and could get fewer
bytes back than the buffer, but it isn't EOF[2].  random(6) extensively
tested and believed to be bug free (save performance for large files).

Submitted by: mkm [1], tjr[2]

21 years agoAcquire Giant around calls to kern_sigaction() in sigaction(),
Tim J. Robbins [Sat, 15 Feb 2003 09:56:09 +0000 (09:56 +0000)]
Acquire Giant around calls to kern_sigaction() in sigaction(),
freebsd4_sigaction() and osigaction() instead of around the whole
body of those functions. They now no longer hold Giant around calls
to copyin() and copyout(), and it is slightly more obvious what
Giant is protecting.

21 years agoosigpending() no longer needs Giant, for the same reason sigpending()
Tim J. Robbins [Sat, 15 Feb 2003 09:15:30 +0000 (09:15 +0000)]
osigpending() no longer needs Giant, for the same reason sigpending()
does not.

21 years agoRemove the suggestion to try `hangman', because it does not exist
Robert Drehmel [Sat, 15 Feb 2003 09:11:25 +0000 (09:11 +0000)]
Remove the suggestion to try `hangman', because it does not exist
in the base system anymore.

21 years agoAll uses of p_siglist are protected by the proc lock now, so there's
Tim J. Robbins [Sat, 15 Feb 2003 08:42:02 +0000 (08:42 +0000)]
All uses of p_siglist are protected by the proc lock now, so there's
no need to acquire Giant in sigpending() anymore.

21 years agoLock proc while accessing p_siglist, p_sigmask and p_sigignore
Tim J. Robbins [Sat, 15 Feb 2003 08:25:57 +0000 (08:25 +0000)]
Lock proc while accessing p_siglist, p_sigmask and p_sigignore
in nfs_sigintr().

21 years agofix bug in updating of interface pointers when resyncing state
Darren Reed [Sat, 15 Feb 2003 06:47:27 +0000 (06:47 +0000)]
fix bug in updating of interface pointers when resyncing state

21 years agobring changes in IPFilter to 3.4.31 on to the head
Darren Reed [Sat, 15 Feb 2003 06:32:48 +0000 (06:32 +0000)]
bring changes in IPFilter to 3.4.31 on to the head

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110917,
Darren Reed [Sat, 15 Feb 2003 06:27:40 +0000 (06:27 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110917,
which included commits to RCS files with non-trunk default branches.

21 years agoImport userland tools for IPFilter 3.4.31 into -current
Darren Reed [Sat, 15 Feb 2003 06:27:40 +0000 (06:27 +0000)]
Import userland tools for IPFilter 3.4.31 into -current

21 years agoCommit import changed from vendor branch of ipfilter to -current head
Darren Reed [Sat, 15 Feb 2003 06:25:25 +0000 (06:25 +0000)]
Commit import changed from vendor branch of ipfilter to -current head

21 years agoCommit import changed from vendor branch of ipfilter to -current head
Darren Reed [Sat, 15 Feb 2003 06:23:45 +0000 (06:23 +0000)]
Commit import changed from vendor branch of ipfilter to -current head

21 years agosometimes i hate it when you leave temp files in a directory you import from
Darren Reed [Sat, 15 Feb 2003 06:21:14 +0000 (06:21 +0000)]
sometimes i hate it when you leave temp files in a directory you import from

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110911,
Darren Reed [Sat, 15 Feb 2003 06:18:25 +0000 (06:18 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110911,
which included commits to RCS files with non-trunk default branches.

21 years agoImport IPFilter 3.4.31 into -current
Darren Reed [Sat, 15 Feb 2003 06:18:25 +0000 (06:18 +0000)]
Import IPFilter 3.4.31 into -current

21 years agoMerge the following from the English version:
Hiroki Sato [Sat, 15 Feb 2003 06:10:34 +0000 (06:10 +0000)]
Merge the following from the English version:

1.495 -> 1.496 relnotes/common/new.sgml

21 years agoDo not allow kqueues to be passed via unix domain sockets.
Alfred Perlstein [Sat, 15 Feb 2003 06:04:55 +0000 (06:04 +0000)]
Do not allow kqueues to be passed via unix domain sockets.

21 years agoWhen cleaning /var/run make sure the control files are not removed
Mike Makonnen [Sat, 15 Feb 2003 06:00:11 +0000 (06:00 +0000)]
When cleaning /var/run make sure the control files are not removed
unconditionally when the script is being rerun (when it is called
with the reload argument).

PR: conf/47517
Approved by: markm (mentor)

21 years agoFix LOR with PROC/filedesc. Introduce fdesc_mtx that will be used as a
Alfred Perlstein [Sat, 15 Feb 2003 05:52:56 +0000 (05:52 +0000)]
Fix LOR with PROC/filedesc.  Introduce fdesc_mtx that will be used as a
barrier between free'ing filedesc structures.  Basically if you want to
access another process's filedesc, you want to hold this mutex over the
entire operation.

21 years agoImprove the wording.
Hiroki Sato [Sat, 15 Feb 2003 04:03:25 +0000 (04:03 +0000)]
Improve the wording.

Reviewed by: ru

21 years agoImplemented a simple "nodevice" config(8) command that cancels
Ruslan Ermilov [Sat, 15 Feb 2003 02:39:13 +0000 (02:39 +0000)]
Implemented a simple "nodevice" config(8) command that cancels
the effect of the "device" command, and use it to generate the
OLDCARD from GENERIC.

Suggested by: bde

21 years agoTake advantage of pre-existing lock-free synchronization and type stable memory
Jeffrey Hsu [Sat, 15 Feb 2003 02:37:57 +0000 (02:37 +0000)]
Take advantage of pre-existing lock-free synchronization and type stable memory
to avoid acquiring SMP locks during expensive copyout process.

21 years agoConvert to using <sys/queue.h> macros.
Ruslan Ermilov [Sat, 15 Feb 2003 02:26:13 +0000 (02:26 +0000)]
Convert to using <sys/queue.h> macros.

21 years agoAllow non-privilaged user to retrive battery or AC line information.
Takanori Watanabe [Sat, 15 Feb 2003 01:46:22 +0000 (01:46 +0000)]
Allow non-privilaged user to retrive battery or AC line information.

Reviewed by: rwatson

21 years agoProtect calling fwohci_intr() with splfw() for 4-stable.
Hidetoshi Shimokawa [Sat, 15 Feb 2003 01:25:39 +0000 (01:25 +0000)]
Protect calling fwohci_intr() with splfw() for 4-stable.

21 years ago- Increase split transaction timeout from 2 sec to 6 sec.
Hidetoshi Shimokawa [Sat, 15 Feb 2003 00:54:10 +0000 (00:54 +0000)]
- Increase split transaction timeout from 2 sec to 6 sec.
Problem reported by: Michael Reifenberger <root@nihil.reifenberger.com>

- Improve debug message.

21 years agoNow that I finally tested ES40 write some notes about these machines.
Wilko Bulte [Fri, 14 Feb 2003 23:53:57 +0000 (23:53 +0000)]
Now that I finally tested ES40 write some notes about these machines.

Triggered that ES40 should 'just work by': gallatin

21 years agoUse the ALIGN macro from <sys/param.h> instead of defining our own
Tim J. Robbins [Fri, 14 Feb 2003 23:53:19 +0000 (23:53 +0000)]
Use the ALIGN macro from <sys/param.h> instead of defining our own
incorrect version in machdep.h. Delete machdep.h.

21 years agoReplace use of random() with arc4random() to provide less guessable
Kirk McKusick [Fri, 14 Feb 2003 21:31:58 +0000 (21:31 +0000)]
Replace use of random() with arc4random() to provide less guessable
values for the initial inode generation numbers in newfs and for
newly allocated inode generation numbers in the kernel.

Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org>
Sponsored by:   DARPA & NAI Labs.

21 years agoCorrect lines incorrectly added to the copyright message. Add missing period.
Kirk McKusick [Fri, 14 Feb 2003 21:08:14 +0000 (21:08 +0000)]
Correct lines incorrectly added to the copyright message. Add missing period.

Submitted by: Bruce Evans <bde@zeta.org.au>
Sponsored by:   DARPA & NAI Labs.

21 years agoMove NOMAN down the section without underscore characters.
Tom Rhodes [Fri, 14 Feb 2003 20:04:44 +0000 (20:04 +0000)]
Move NOMAN down the section without underscore characters.
Add a forgotten `=' sign.

Thanks to: ru, bde

21 years agoThe bugs section hasn't been true since before 5.0-R
Warner Losh [Fri, 14 Feb 2003 19:49:19 +0000 (19:49 +0000)]
The bugs section hasn't been true since before 5.0-R

21 years agoMake m_getm() always return the top of the newly allocated chain, as
Bosko Milekic [Fri, 14 Feb 2003 16:50:13 +0000 (16:50 +0000)]
Make m_getm() always return the top of the newly allocated chain, as
opposed to returning the top of the old chain when there was one and
the top of the newly allocated chain if there was no old chain.

Actually, it should be noted that prior to this fix, although the
comment above m_getm() advertised that m_getm() would return the
top of the old chain (if an old chain was being passed in) it
actually [wrongly] was returning the tail mbuf in the old chain
instead.  This is a bug but since the one use of m_getm() in
the tree luckily did not depend on the behavior, it happened
to work out without notice.

Harti Brandt pointed out that the advertised behavior was actually
not the real behavior and so this change makes m_getm() ALWAYS
return the newly allocated chain (and fixes the comment).  This
is less confusing and is the best course of action as then the
caller is always able to have both a reference to the top of
the original chain (because it's passing it in in the call) and
a reference to the newly attached chain.  Although the API is
slightly modified, I don't think that any third-party code uses
m_getm() and if it does, it surely can't be working properly
because the old behavior was bogus.

API bug pointed out by: Harti Brandt <brandt@fokus.fraunhofer.de>

21 years agoNew release notes: NewReno fixed (+MFC), libgeom(3), pam_ssh(8)
Bruce A. Mah [Fri, 14 Feb 2003 16:34:36 +0000 (16:34 +0000)]
New release notes:  NewReno fixed (+MFC), libgeom(3), pam_ssh(8)
rewrite, syslogd(8) multiple hosts/programs in syslog.conf(5).

MFCs noted:  CanBe, sendmail-8.12.7.

21 years agodevd bugs section is now OBE
Warner Losh [Fri, 14 Feb 2003 16:21:50 +0000 (16:21 +0000)]
devd bugs section is now OBE

21 years agoRecognize FreeBSD 5.1; libc_gen/signbit.3 has set the precedent.
Ruslan Ermilov [Fri, 14 Feb 2003 16:01:58 +0000 (16:01 +0000)]
Recognize FreeBSD 5.1; libc_gen/signbit.3 has set the precedent.

21 years agoClear the bus reset event flag as soon as possible after
Hidetoshi Shimokawa [Fri, 14 Feb 2003 15:52:32 +0000 (15:52 +0000)]
Clear the bus reset event flag as soon as possible after
the initialization has completed to start transactions even when
interrupt is disabled during the boot process.

21 years agoWhen `des_read_pw_string' is a macro, as in OpenSSL 0.9.7,
Jacques Vidrine [Fri, 14 Feb 2003 14:37:26 +0000 (14:37 +0000)]
When `des_read_pw_string' is a macro, as in OpenSSL 0.9.7,
an attempt to declare a prototype for it will croak.

21 years agoUse the stock (FSF) version of this file.
Ruslan Ermilov [Fri, 14 Feb 2003 13:44:04 +0000 (13:44 +0000)]
Use the stock (FSF) version of this file.

21 years agoMoved the libugidfw library definition out from contributed source
Ruslan Ermilov [Fri, 14 Feb 2003 13:36:16 +0000 (13:36 +0000)]
Moved the libugidfw library definition out from contributed source
to where it actually belongs.

Submitted by: phantom

21 years agoStyle nit.
Dag-Erling Smørgrav [Fri, 14 Feb 2003 13:30:25 +0000 (13:30 +0000)]
Style nit.

21 years agoKASSERT format string does not need newline termination
Alfred Perlstein [Fri, 14 Feb 2003 13:28:44 +0000 (13:28 +0000)]
KASSERT format string does not need newline termination

21 years agoAdd kasserts to catch bad API usage.
Alfred Perlstein [Fri, 14 Feb 2003 13:18:51 +0000 (13:18 +0000)]
Add kasserts to catch bad API usage.

Submitted by: Hiten Pandya <hiten@unixdaemons.com>

21 years agoFix crash dumps on ata and scsi.
Alfred Perlstein [Fri, 14 Feb 2003 13:10:40 +0000 (13:10 +0000)]
Fix crash dumps on ata and scsi.

To fix scsi, don't wait for ithreads if we're dumping, it makes the
debugger sad.

To fix ata, use what appears to be a polling method if we're dumping,
I stole this from tmm but added code to ensure that this change is
only in effect while dumping.

Tested by: des

21 years agostyle.
Alfred Perlstein [Fri, 14 Feb 2003 12:44:48 +0000 (12:44 +0000)]
style.

21 years agoPrint a backtrace in case we tsleep from inside of DDB.
Alfred Perlstein [Fri, 14 Feb 2003 12:44:07 +0000 (12:44 +0000)]
Print a backtrace in case we tsleep from inside of DDB.

21 years agoCorrect path for finding asm-generating files.
Jacques Vidrine [Fri, 14 Feb 2003 12:25:00 +0000 (12:25 +0000)]
Correct path for finding asm-generating files.

21 years agoo Document that dlsym()'s behaviour with new special handle RTLD_SELF
Alexey Zelkin [Fri, 14 Feb 2003 10:57:20 +0000 (10:57 +0000)]
o Document that dlsym()'s behaviour with new special handle RTLD_SELF

o Add cross reference to dlinfo(3)
o Minor mdoc nits

21 years agoFollow Solaris's manual page and describe Link_map structure here
Alexey Zelkin [Fri, 14 Feb 2003 10:54:37 +0000 (10:54 +0000)]
Follow Solaris's manual page and describe Link_map structure here

21 years agoAdd manual page for dlinfo(3). It's still need some work and add
Alexey Zelkin [Fri, 14 Feb 2003 10:07:43 +0000 (10:07 +0000)]
Add manual page for dlinfo(3).  It's still need some work and add
examples, but it's better than nothing already.

21 years agoDecrease verbosity, fix some configuration problems.
Dag-Erling Smørgrav [Fri, 14 Feb 2003 09:18:44 +0000 (09:18 +0000)]
Decrease verbosity, fix some configuration problems.

21 years agoLock proc while accessing p_siglist p_sigmask and p_sigignore.
Tim J. Robbins [Fri, 14 Feb 2003 09:16:43 +0000 (09:16 +0000)]
Lock proc while accessing p_siglist p_sigmask and p_sigignore.
Not tested because netncp does not compile.

21 years agoLock proc while manipulating p_sigmask p_sigignore and p_siglist.
Tim J. Robbins [Fri, 14 Feb 2003 09:12:12 +0000 (09:12 +0000)]
Lock proc while manipulating p_sigmask p_sigignore and p_siglist.

21 years agoObtain proc lock around modification of p_siglist in linux_wait4().
Tim J. Robbins [Fri, 14 Feb 2003 08:59:49 +0000 (08:59 +0000)]
Obtain proc lock around modification of p_siglist in linux_wait4().

21 years agoDiff reduction to GENERIC.
Ruslan Ermilov [Fri, 14 Feb 2003 08:41:25 +0000 (08:41 +0000)]
Diff reduction to GENERIC.

21 years ago - Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.
Alan Cox [Fri, 14 Feb 2003 07:34:28 +0000 (07:34 +0000)]
 - Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.
 - Eliminate small style differences between pmap_zero_page(),
   pmap_copy_page(), etc.

21 years agoSplit the arch-specific AGP files into the appropriate files.* and do the same
Eric Anholt [Fri, 14 Feb 2003 06:33:52 +0000 (06:33 +0000)]
Split the arch-specific AGP files into the appropriate files.* and do the same
for the agp module, and add agp to the list of modules to compile for alpha.
Add an alpha_mb() to agp_flush_cache for alpha -- it's not correct but may
improve the situation, and it's what linux and NetBSD do.

21 years agoRemove an extra agp_flush_cache(). The i810 case that needs it already has it.
Eric Anholt [Fri, 14 Feb 2003 06:31:45 +0000 (06:31 +0000)]
Remove an extra agp_flush_cache().  The i810 case that needs it already has it.

21 years agoo transition from exca_write to exca_putb and read->getb. This is so that
Warner Losh [Fri, 14 Feb 2003 06:21:51 +0000 (06:21 +0000)]
o transition from exca_write to exca_putb and read->getb.  This is so that
  we can have additional different types of bridges.
o remove now bogus comment.
o Don't clear CARD_OK when we can't attach a card.
o minor style nits

# this make kldload of cardbus drivers work for me when the card is
# present on boot.

21 years agoMassive overhaul of exca to help with the isa efforts:
Warner Losh [Fri, 14 Feb 2003 06:21:18 +0000 (06:21 +0000)]
Massive overhaul of exca to help with the isa efforts:
o chip_name arrays ifdef'd out.
o use the OLDCARD-like get/put functions so we can support differnt types
  of mappings.
o Write the beggings of is this a valid exca device and introduce more
  chipset support.

# this is partially a wip, but also needed because some other cahnges I've
# made require some of these changes.

21 years agoImprovements to md5.c so that it uses getrusage to time
Mike Silbersack [Fri, 14 Feb 2003 04:48:06 +0000 (04:48 +0000)]
Improvements to md5.c so that it uses getrusage to time
benchmarks, and prints out results in float format.

21 years ago- Though I got a feedback from the originator of kern/48129 that the
Hidetoshi Shimokawa [Fri, 14 Feb 2003 03:09:59 +0000 (03:09 +0000)]
- Though I got a feedback from the originator of kern/48129 that the
previous revision fixed the panic, I found the problem exits in
another part of the function by investigating the crom dump sent by him.
The search was started in the middle of bus info block and the
routine misunderstood the EUI64 as a crom entry. This problem is fixed.

PR: kern/48129

Fix incorrect type mask included in a logical unit number and check
the validity of the lun.

21 years agoCorrect lines incorrectly added to the copyright message.
Kirk McKusick [Fri, 14 Feb 2003 00:31:06 +0000 (00:31 +0000)]
Correct lines incorrectly added to the copyright message.

Submitted by: Frank van der Linden <fvdl@wasabisystems.com>
Sponsored by:   DARPA & NAI Labs.

21 years agoAdvertize rtld(1) as ld.so(1) in manual pages world
Alexey Zelkin [Thu, 13 Feb 2003 23:07:28 +0000 (23:07 +0000)]
Advertize rtld(1) as ld.so(1) in manual pages world

21 years agoBandaid the bits that use the elink_foo() functions which are
Matthew N. Dodd [Thu, 13 Feb 2003 23:01:59 +0000 (23:01 +0000)]
Bandaid the bits that use the elink_foo() functions which are
i386 only at this point.

21 years agoFix a typo in rtld_dirname.
Alexander Kabaev [Thu, 13 Feb 2003 22:47:41 +0000 (22:47 +0000)]
Fix a typo in rtld_dirname.

21 years agoFB_INSTALL_CDEV not usable on Alpha.
David E. O'Brien [Thu, 13 Feb 2003 22:33:26 +0000 (22:33 +0000)]
FB_INSTALL_CDEV not usable on Alpha.

21 years agoFix whitespace problems with option lines.
David E. O'Brien [Thu, 13 Feb 2003 22:27:40 +0000 (22:27 +0000)]
Fix whitespace problems with option lines.

21 years agoFix the style of the SCHED_4BSD commit.
David E. O'Brien [Thu, 13 Feb 2003 22:24:44 +0000 (22:24 +0000)]
Fix the style of the SCHED_4BSD commit.

21 years agoThe protocol lock is always held in the dropafterack case, so we don't
Jeffrey Hsu [Thu, 13 Feb 2003 22:14:22 +0000 (22:14 +0000)]
The protocol lock is always held in the dropafterack case, so we don't
need to check for it at runtime.

21 years agoEnable just committed manual pages, update MLINKS
Alexey Zelkin [Thu, 13 Feb 2003 22:12:56 +0000 (22:12 +0000)]
Enable just committed manual pages, update MLINKS

21 years agoAdd AUTHORS section
Alexey Zelkin [Thu, 13 Feb 2003 22:11:19 +0000 (22:11 +0000)]
Add AUTHORS section

21 years agoFinally! Document all undocumented functions in libc_r.
Alexey Zelkin [Thu, 13 Feb 2003 22:10:10 +0000 (22:10 +0000)]
Finally! Document all undocumented functions in libc_r.

Add manual pages for following functions:

. pthread_attr_setcreatesuspend_np(3)
. pthread_main_np(3)
. pthread_multi_np(3)
. pthread_single_np(3)
. pthread_mutexattr_getkind_np(3)
. pthread_mutexattr_setkind_np(3)
. pthread_resume_all_np(3)
. pthread_resume_np(3)
. pthread_set_name_np(3)
. pthread_suspend_all_np(3)
. pthread_suspend_np(3)
. pthread_switch_add_np(3)
. pthread_switch_delete_np(3)

MFC after: 3 days

21 years agoOnly i386 has npx device.
David E. O'Brien [Thu, 13 Feb 2003 21:55:13 +0000 (21:55 +0000)]
Only i386 has npx device.

21 years agoMake the tinderbox log lines less obtrusive.
Dag-Erling Smørgrav [Thu, 13 Feb 2003 21:21:48 +0000 (21:21 +0000)]
Make the tinderbox log lines less obtrusive.

21 years agoPass KERNCONF on the command line rather than in the environment,
Dag-Erling Smørgrav [Thu, 13 Feb 2003 21:19:20 +0000 (21:19 +0000)]
Pass KERNCONF on the command line rather than in the environment,
since the command line is included in the log.

21 years agoComplete overhaul of the configuration system, allowing the user to
Dag-Erling Smørgrav [Thu, 13 Feb 2003 21:18:19 +0000 (21:18 +0000)]
Complete overhaul of the configuration system, allowing the user to
select one of multiple configurations at runtime.

21 years agoWe only provide agp drivers for the intel chipsets, move the agp
Peter Wemm [Thu, 13 Feb 2003 21:13:10 +0000 (21:13 +0000)]
We only provide agp drivers for the intel chipsets, move the agp
subdir to the i386-only section.

21 years agoDocument start_if.${ifn} scripts.
Hiroki Sato [Thu, 13 Feb 2003 20:08:11 +0000 (20:08 +0000)]
Document start_if.${ifn} scripts.

Not objected to by: -doc

21 years agoUse atomic ops to update amountpipekva. Amountpipekva represents the
Alan Cox [Thu, 13 Feb 2003 19:39:54 +0000 (19:39 +0000)]
Use atomic ops to update amountpipekva.  Amountpipekva represents the
total kernel virtual address space used by all pipes.  It is, thus, outside
the scope of any individual pipe lock.

21 years agoAdd agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).
Eric Anholt [Thu, 13 Feb 2003 19:24:19 +0000 (19:24 +0000)]
Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).

21 years agoBreak important implementation detail note into IMPLEMENTATION DETAILS
Alexey Zelkin [Thu, 13 Feb 2003 18:39:06 +0000 (18:39 +0000)]
Break important implementation detail note into IMPLEMENTATION DETAILS
section. Add cross reference to pthread_attr_getstack() function.

MFC after: 1 day

21 years agoAdd cross reference for pthread_attr_get_np()
Alexey Zelkin [Thu, 13 Feb 2003 18:36:48 +0000 (18:36 +0000)]
Add cross reference for pthread_attr_get_np()

21 years agoRehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()
Alexey Zelkin [Thu, 13 Feb 2003 18:35:05 +0000 (18:35 +0000)]
Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack()
functions and remove links for 3 non-existent functions