summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Back out rev. 1.40brueffer2004-01-251-1/+1
| | | | | | | The hardware notes were wrong WRT supported chipsets (northbridges are not ata related) Submitted by: bmah
* Correct the name of a loader(8) tunable.ru2004-01-251-1/+1
|
* Add more implentation notes based on the comments in sys/conf/NOTES.des2004-01-251-0/+14
|
* Add a cross-reference to MUTEX_PROFILING(9).des2004-01-251-0/+1
|
* Add a manual page for the mutex profiling code.des2004-01-252-0/+142
|
* I don't normally use my middle name, so remove it from attributions indes2004-01-253-4/+4
| | | | | man pages (though not from copyright notices). While I'm here, add email addresses where appropriate.
* Add Sandberg USB to Serial Link (model number 133-08) to the list ofsimon2004-01-241-0/+2
| | | | | | supported devices. MFC after: 1 week
* Sync the list of supported SiS chips with the hardware notesbrueffer2004-01-241-1/+1
|
* Make references to using dmesg and ps directly on dumps rather thangrog2004-01-241-7/+25
| | | | | | | | | running gdb just for these purposes. Submitted by: simokawa Add references to dmesg(8) and ps(1). Sort references.
* Add SiI3114 to the list of supported chipsetsbrueffer2004-01-231-1/+1
|
* MFS: Switch from iso-8859-1 to iso-8859-15.ale2004-01-231-3/+3
| | | | Approved by: blackend (mentor)
* PR: docs/58586wes2004-01-231-0/+19
| | | | Submitted by: Chris S.J. Peron <maneo@bsdpro.com>
* o Implement the pthread_spin_* functions in libthr.mtm2004-01-223-0/+287
| | | | o Man pages
* Extend the description of the framework of interface capabilities.yar2004-01-221-4/+90
|
* As I've been pointed out by Andrew Gallatin, there are someyar2004-01-211-4/+12
| | | | | | network interface cards smart (or twisted?) enough to be able to calculate a TCP/UDP checksum for a packet fragmented by the host CPU. Therefore the paragraph on the case has been revised.
* DTRT, quote parens in an extended regular expression.schweikh2004-01-211-1/+1
| | | | | | PR: 61668 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> MFC after: 1 week
* A couple of minor clarifications.yar2004-01-211-4/+4
|
* Add a description for the hardware-assisted checksummingyar2004-01-211-0/+166
| | | | | facilities based on http://people.freebsd.org/~jlemon/csum.txt and my own observations.
* Add ports-accessibility and ports-x11-themes to the example supfiles.marcus2004-01-202-0/+4
|
* Slightly rearrange wording to deconfuse our man.cgi.schweikh2004-01-201-7/+7
| | | | | | PR: 60743 Submitted by: Lucas <aspiesrule@mcleodusa.net> MFC after: 2 weeks
* Normalize.ru2004-01-205-22/+91
|
* Grammar.ru2004-01-201-1/+1
|
* mdoc(7): Fix title.ru2004-01-201-1/+1
|
* Use a single style for share/man/ makefiles:ru2004-01-208-767/+1242
| | | | | | | | - Sort MAN and MLINKS in "dictionary" order ignoring case. - For multi-value MAN and multi-pair MLINKS, put each value/pair on its own line, for easier sorting and so that further diffs are easier to see.
* Use the standard <bsd.files.mk> API to install files.ru2004-01-194-76/+56
|
* Reformat the list of essential mbuf fields accordingyar2004-01-181-10/+17
| | | | | | | to the nice style used in ifnet(9). This includes specifying field types, starting descriptions with a capital letter, and ending them with a full stop. Improve the language a bit, as well.
* Remove verbage about -O2 producing bad code on Alpha. By all accountsobrien2004-01-181-2/+2
| | | | | | | GCC 3.3 -O2 produces correct code on Alpha. However, note that FreeBSD has alias bugs that make -O2 produce bad code on all(most?) platforms. Also don't tell people we don't want -O2 related bug reports, we do -- if they contain patches.
* Update the list of mbuf types from <sys/mbuf.h>.yar2004-01-181-1/+1
|
* Update the list of possible mbuf flags from <sys/mbuf.h>.yar2004-01-181-1/+3
|
* Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support).nyan2004-01-181-21/+43
| | | | Suggested by: matusita
* Guess better the source for object files in case .depend file isru2004-01-172-0/+18
| | | | | | | | | | | | missing and there are multiple choices using multiple inference (suffix transformation) rules. This is known to fix compilation of s_log1p.o in lib/msun on i386, as otherwise it attempted to use s_log1p.S as the source (which is marked broken) instead of legal s_log1p.c which is in CFLAGS. The normal case where .depend file exists is not affected. Reviewed by: bde
* Add Canon N676U and Canon N1220U to the list of supported devices.simon2004-01-171-0/+2
| | | | MFC after: 1 week
* Drop a hint about '+' being a potential wildcard.phk2004-01-171-0/+4
|
* _OS and _OS_ are the same object (due to _ padding for spaces).njl2004-01-161-7/+4
| | | | Pointed out by: Ducrot Bruno (Linux)
* Splice in cryptodev (this man page originated on openbsd where there issam2004-01-161-5/+11
| | | | | | | | no cryptodev module.) Should probably create a separate cryptodev man page (or a link to this one) but for now add enough so folks understand the relationship between the two. Prodded by: phk
* Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr withmtm2004-01-163-0/+227
| | | | attendant documentation.
* Connect tx.4 to the build and MLINK it to if_tx.4brueffer2004-01-151-0/+2
|
* Don't claim this file is i386 specificbrueffer2004-01-151-1/+1
|
* tx.4 has been repocopied to src/share/man/man4brueffer2004-01-152-109/+1
| | | | Repo-surgery by: joe
* Removed outdated text about libc_r replacing libc (it now providesru2004-01-151-36/+19
| | | | | | | | | | | | just libc functions wrappers), and updated text to match reality: there are three threading libraries in FreeBSD these days. Removed instructions of how not to build libc_r, it's documented in the make.conf(5) manpage already. Removed description of the FreeBSD-specific gcc(1) option, -pthread. While it's still provided (for backwards compatibility reasons), its usefulness is questionable.
* awi(4) needs 'device wlan' nowbrueffer2004-01-151-0/+1
|
* Removed the IMPLEMENTATION NOTES section made redundant by notru2004-01-151-9/+0
| | | | putting libc_r into the LIBRARY section.
* pthread_multi_np() is implemented in all threading libraries.ru2004-01-151-0/+10
| | | | pthread_single_np() is not implemented in libthr.
* Revert previous delta -- these interfaces aren't supported by libthr.ru2004-01-152-2/+0
|
* Document interfaces that are supported by libthr.ru2004-01-1552-0/+52
|
* Cleanup obsolete text:onoe2004-01-151-35/+15
| | | | | - hostap and ibss creation now works. - delete messages for common net80211 layer from DIAGNOSTICS.
* Assorted markup fixes.ru2004-01-151-30/+53
|
* Spell POSIX threads library as "libpthread", mdoc(7) is smartru2004-01-141-1/+1
| | | | enough to render it as "-lkse" these days.
* Have a single set of POSIX threads man pages. The LIBRARY sectionru2004-01-1453-5/+154
| | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen
* This interface is not provided by libc_r. It is, on the otherru2004-01-141-1/+1
| | | | | hand, is also provided by libthr, but this will be addressed later.
OpenPOWER on IntegriCloud