summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add MLINK:brueffer2004-01-141-0/+1
| | | | rue.4 -> if_rue.4
* Add an "ethernet" hook to the rfc1490 netgraph module. It will sendgreen2004-01-141-1/+6
| | | | | and receive FCS-less RFC1490-"bridged" Ethernet packets that are currently just ignored.
* Introduce DPSRCS, that holds the list of source files which areru2004-01-131-5/+8
| | | | | | | | | needed for generating dependencies. SRCS are always part of it, and normally only they. This can be useful in some random cases where it's necessary to have something in .depend that isn't part of SRCS. This will be used to replace a hack in lib/libpam/libpam/Makefile.
* Added FreeBSD 5.2-RELEASE.maxim2004-01-131-0/+3
| | | | MFC after: 3 days
* - Replaced several := ops with their += equivalents; the oldru2004-01-121-9/+8
| | | | | | | | | | | | | form became unnecessary with the bsd.prog.mk,v 1.69 change. - Eliminated duplicate y.tab.h in SRCS. Reviewed by: bde - Complementary to the said bsd.prog.mk change, use the fact that inner .for loops are not real loops but a tricky form of a local macro for the outer loop's variable, and switch to using faster variable modifiers to replace extensions.
* Update list of device drivers that support polling.ale2004-01-111-0/+3
| | | | | | | | | Remove redundancy in NOTES. PR: docs/61195 Submitted by: Xin LI <delphij@frontfree.net> Approved by: blackend (mentor) MFC after: 1 week
* Minor typo: no line break after .Fn.rwatson2004-01-111-1/+2
|
* Add a basic manpage for vn_fullpath().rwatson2004-01-112-1/+99
| | | | Sponsored by: DARPA, McAfee Research
* Put the warning flags to where they belong (into CWARNFLAGS).ru2004-01-111-10/+10
| | | | | This allows us to easily override them when necessary, e.g., to selectively disable warnings in libc/ contributed sources.
* Update the diskless(8) documentation to indicate that the use of therwatson2004-01-101-7/+24
| | | | | | | | | kernel BOOTP options is *not* required if the boot loader can pass network configuration information to the kernel using the kernel environment. As such, PXE doesn't require them. However, the NFS options are required in the kernel (previously not documented). Tripped over by: des
OpenPOWER on IntegriCloud