summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Allow the shell preference for make(1) to be set in make.conf(5), and hopefullyjmallett2002-09-291-0/+7
| | | | | trick a few people into setting MAKE_SHELL to csh, although that can still rebuild itself to allow them to heal the wound in their foot.
* Remove more two-letters names,ache2002-09-281-8/+9
| | | | | | we don't use them in termcap already many years. Add "su" as alias to "dumb" to help login, with comment.
* Add manpage for the pst driver (Promise SX6000)sos2002-09-272-0/+64
|
* Add a note explaining /var/empty.ceri2002-09-261-0/+4
| | | | | | PR: docs/43364 Submitted by: Kim Scarborough <sluggo@unknown.nu> MFC after: 14 days
* Document that ENOTTY is the correct "default" error return;phk2002-09-261-1/+4
|
* Document DOC_LANG.ru2002-09-261-0/+4
| | | | Reviewed by: murray
* Add a pkg_version variable so that it's possible to run portsversion insteadbrian2002-09-251-0/+14
| | | | of pkg_version in periodic/weekly/400.status-pkg.
* Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago.jhb2002-09-241-36/+7
|
* Make it works with POSIX sort (POS arg)ache2002-09-241-1/+1
| | | | All old sorts understand -k too.
* Mention about how to build sendmail with SASLv2.ume2002-09-241-0/+6
|
* Fix typo.max2002-09-211-1/+1
|
* Extend the lint handling a bit.markm2002-09-203-6/+14
| | | | | | | | | o Make it possible to prevent parts of the tree from being linted (say) during a 'make world' by setting NOLINT in a leaf Makefile. o Make "make lint" work (better) for executable programs. o Clean up (nuke!) a syntax damaged pipeline.
* The file vnode passed to VOP_LINK() should now be locked before the call.truckman2002-09-191-29/+7
|
* Convert descriptions in the ERRORS section to full sentences if theytruckman2002-09-1811-18/+23
| | | | were not full sentences, elaborating as necessary.
* Whitespace-only indention fixups for revision 1.20. This lets the 1.20jhb2002-09-181-31/+31
| | | | diff actually be readable.
* Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom ofjhb2002-09-181-6/+6
| | | | file after end of empty CPUTYPE else clause.
* For the default case of CPUTYPE not being set, don't define CPUTYPE to thejhb2002-09-181-5/+6
| | | | | | | | lowest value in order to get the right MACHINE_CPU values since setting CPUTYPE can result in problems later in the buildkernel case. Instead, set MACHINE_CPU directly and leave CPUTYPE alone. Tested by: mbr
* Add m_fixhdr() and m_length().phk2002-09-181-0/+10
|
* Update supported chipset list.sos2002-09-181-5/+22
|
* Style and markup changes only.truckman2002-09-1813-28/+29
| | | | | Capitalize the first letter of the descriptions for the entries in the ERRORS section if they are complete sentences and end the sentences with periods.
* Implement C99's va_copy() macro.mike2002-09-182-2/+25
|
* Regen:sheldonh2002-09-171-50/+134
| | | | * Hart: rev 332 of pcidevs.txt (2002-09-09)
* reject private IPv4 addrsume2002-09-171-0/+3
| | | | Obtained from: KAME
* Update man page to reflect current implementation.truckman2002-09-171-6/+12
| | | | | List all of the error returns shown in the example code in the ERRORS section.
* Fix a hard sentence break.truckman2002-09-171-2/+2
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-175-52/+1
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Start new sentence with newline.njl2002-09-161-2/+2
| | | | Suggested by: jhb
* Update man page for enum -> const char * change for v_tagnjl2002-09-161-2/+3
|
* s/protocole/protocol/ceri2002-09-151-1/+1
| | | | | | PR: docs/42815 Submitted by: Nicola Vitale <nivit@libero.it> MFC after: 21 days
* Document intptr_t and uintptr_t.mike2002-09-151-7/+22
|
* s/VOP_NULL/VATTR_NULL/rwatson2002-09-141-1/+1
|
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serialikob2002-09-133-0/+248
| | | | Bus Protocol 2:SCSI over IEEE1394) support for CAM.
* Add support for the AMD x86-64 Hammer platform.obrien2002-09-111-0/+2
|
* Add a paragraph which should clarify the separation of asterisksrobert2002-09-101-0/+6
| | | | | | | | | | | | | | | | | | and adjacent tokens in declarations. The added text was originally a single sentence I wrote and which was heavily modified and extended by Bruce Evans. This clarification attempt originates from differing usage of the 'restrict' type-qualifier. Although various documents documents dicussing the C Programming Language put a space between an asterisk and the 'restrict' keyword, including the C99 standard (at least the n869.txt draft) and other ISO/IEC JTC1/SC22/WG14 documents, the IEEE Std 1003.1-2001 document does not separate them. Discussed with: bde Requested by: tjr Separation using a single space also liked by: mike
* Remove a sentence about wrapping macro definitions in bare braces,fanf2002-09-101-6/+5
| | | | | | | which became wrong after using do { } while (0) became recommended. Move the definition of what braces are to their new first occurrence. Reviewed by: bde
* Mention support for the on-board NICs on IBM x235 servers.jdp2002-09-081-2/+4
| | | | | | | Be more precise when referring to the chip family (BCM570x) vs. specific models (e.g., BCM5700). MFC after: 1 month
* Another two-letters breakageache2002-09-081-1/+1
|
* 1) Remove all two-letters names and derivates, comes with Xfree* entries spam,ache2002-09-081-35/+24
| | | | | | we don't use two-letters names already many years. 2) Make xterm-color just plain alias to xterm instead of unnecessary reduplication of color capabilities already exist in xterm entry.
* Note that siginit() does not cause every signal to be ignored only thedavidc2002-09-071-3/+16
| | | | | ones with a default property of SA_IGNORE, and that it acquires and releases the processes lock.
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)kris2002-09-072-3/+5
|
* List the new athlon CPUs supported by the CPUTYPE make variable.mux2002-09-071-1/+2
| | | | Submitted by: kris
* Update to use all the new CPU optimizations of GCC3.mux2002-09-071-9/+29
| | | | Reviewed by: kris
* Connect gre(4) to the build.sobomax2002-09-061-0/+1
|
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+279
| | | | | | and MOBILE (RFC2004) IP tunnels. Obrained from: NetBSD
* Expand a contraction in the text of style(9) for consistency.robert2002-09-061-1/+1
| | | | | Do not touch contractions in comments of code examples because their usage seems to be justified by space contraints.
* Bump the -mev56 to -mev6. Otherwise, when you compile with gcc usingpeter2002-09-061-2/+2
| | | | | | | ev6 or pca56 etc this downgrades the cpu specification passed to gas. As a result, gas will fail when gcc generates media instructions (in uipc_usrreq.c). This only affects what gas will accept, not what gcc generates or what our *.s file contain.
* Update rc.conf.5 man page to reflect bootparamd_enable and _flagsgordon2002-09-051-0/+16
|
* Deprecate the use of sendmail_enable="NONE" as it adversely affects thegshapiro2002-09-031-3/+20
| | | | | | new rcNG effort. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Fix a few typos and nits.scottl2002-09-011-4/+9
| | | | Submitted by: bmah
* Add a manual page for the ahd driver.scottl2002-09-012-0/+143
|
OpenPOWER on IntegriCloud