summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add BSD/OS 4.3.maxim2002-10-101-11/+13
| | | | | | Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Reviewed by: grog MFC after: 1 week
* de-__P()alfred2002-10-104-12/+9
|
* Change x_fmt to %Y-%m-%dache2002-10-091-1/+1
| | | | | PR: 41043 Submitted by: Henrik Tunedal <henrik@tunedal.nu>
* Add definitions for the new international monetary formatting struct lconvtjr2002-10-091-0/+12
| | | | members to English (Australia) as an example.
* FreeBSD 4.7 enters the BSD family tree sometime on October 8, 2002.murray2002-10-081-3/+3
|
* Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.kan2002-10-081-0/+98
| | | | | Reviewed by: n_hibma Approved by: obrien
* manual pages for the new kernel crypto support (need work)sam2002-10-046-1/+918
| | | | Obtained from: openbsd
* Sort in ``phone directory'' order (except for LIBC_*).ru2002-10-041-3/+3
|
* Reflect the fact that we install our libexpat as libbsdxml.phk2002-10-041-1/+1
|
* Use the -mno-align-long-strings on i386's to debloat the kernel a little.bde2002-10-041-1/+1
| | | | | | This reduces the size of GENERIC's text space by 73999 bytes (about 2%). The bloat is from approximately 3437 strings longer than 31 characters being padded to a 32-byte boundary.
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isphk2002-10-041-0/+5
| | | | | | | | | finished. This allows sbufs to be used for request/response scenarioes without needing additional communication flags. Sponsored by: DARPA & NAI Labs.
* Alas, poor matcd, I knew ye well.scottl2002-10-042-395/+1
| | | | | | | | It doesn't work. It cannot be made to work. Goodbye. X-MFC after: ASAP
* Make the man page for utmp/lastlog match the actual definitions.peter2002-10-041-2/+2
|
* Add LIBEXPAT definition.phk2002-10-021-0/+1
|
* Correct the exports(5) example to use -ro in the paragraph that talksdd2002-10-021-2/+2
| | | | | | | about how exporting / and /usr works even if they're read-only. PR: 42076 Submitted by: Marco Molteni <molter@tin.it>
* Correct minor errors in the code examples.dd2002-10-011-3/+2
| | | | | PR: 41993 Submitted by: David Lay <dsl@foozle.org>
* test -h is deprecated; use -L instead.ru2002-10-011-1/+1
| | | | PR: bin/40846
* Regen:sheldonh2002-09-301-43/+369
| | | | * Hart: rev 337 of pcidevs.txt (2002-09-29)
* 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.
OpenPOWER on IntegriCloud