summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed MINUSLPAM:ru2004-02-031-13/+12
| | | | | | | | | | | | | | | | | | | | - Added missing NOCRYPT and NO_OPENSSL checks for Kerberos. - Don't depend on -lcrypto and -lcrypt in pam_ssh to resolve dependencies in pam_krb5 and pam_ksu -- the former may not be compiled at all if NO_OPENSSH knob is enabled. - Added missing -lcrypt to pam_ssh dependencies. - Moved librpcsvc after libypclnt. (The last two aren't strictly speaking necessary to resolve the dependencies of static versions of pam_ssh and pam_unix, respectively, but they correspond to dynamic dependencies of libssh and libypclnt, and are put here for consistency.) In collaboration with: bde Reviewed by: des
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-0/+3
| | | | | | it is still above the critical temperature on the next poll cycle. This is a 10 second advance notice by default. Document the private (non-standard) notify we will be using with devd(8).
* Add a note about the default media types and a simple reminder to keeptrhodes2004-02-031-0/+17
| | | | | | | | | | individules from asking a question which may result in the following answer: "Hi, please do not run a newfs utility on a file system if there is still data on it you would like to keep." PR: 56894 Submitted by: Marc Silver <marcs@draenor.org> (original version)
* GC LIBPC and LIBPLOT: they never existed in unencumbered BSD versions.ru2004-02-021-2/+0
| | | | Reviewed by: bde
* Fix MSIZE definition location.ale2004-02-011-2/+2
| | | | | | | PR: docs/62129 Submitted by: Lee Brotherston <lee@nerds.org.uk> (PR), Marc Silver <marcs@draenor.org> (patch) Approved by: blackend (mentor)
* Clarify more about LC_*/LANG priorities.ache2004-01-311-3/+6
|
* deischen had a good idea on how to make my previous commit a little better,trhodes2004-01-311-5/+8
| | | | | | update accordingly. Suggested by: deischen
* Update this manual page for the libkse -> libpthread changes.trhodes2004-01-311-12/+12
| | | | Discussed with: deischen
* Add LIBPTHREAD.marcel2004-01-311-0/+1
|
* 1. Garbage-collected LIBDES (now in a different library), LIBPERL (banishedbde2004-01-311-5/+2
| | | | | | | | to ports) and LIBRESOLV (now in a different library. 2. Added comments about nonexistent libraries LIBPC and LIBPLOT. Submitted by: ru (1)
* Fixed insertion sort errors for LIBBLUETOOTH and LIBSDP.bde2004-01-311-2/+2
|
* Removed XXX comments about some libraries only being in the securebde2004-01-311-15/+15
| | | | | | | distribution. This is not the place to document this, especially now that the secure distribution is the normal one. Reviewed by: ru
* Fixed some style bugs (long lines).bde2004-01-311-2/+5
|
* Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn'tjhb2004-01-301-1/+1
| | | | | | perform better than the default setting for most i386 CPUs. Requested by: bde
* Add kk_KZ.PT154ache2004-01-2917-1/+1068
| | | | Submitted by: Birsh T <tim@zhezu.kz>
* Document NO_BLUETOOTH knobemax2004-01-281-0/+3
| | | | Reviewed by: imp (mentor), ru
* Add debug.mutex.prof.reset.rwatson2004-01-281-0/+2
|
* - Catch up to new boot floppies targets.jhb2004-01-281-7/+14
| | | | | - Update description of release.4 to mention KERNELS variable. - Update field width for make release targets.
* Always build ext2fs module. There is no written policy preventing theobrien2004-01-281-3/+0
| | | | building of GPL'ed modules.
* Fix another typo.mux2004-01-281-1/+1
|
* Fix typo.mux2004-01-281-1/+1
|
* Add NO_BLUETOOTH knob to the build processemax2004-01-281-0/+1
| | | | | Requested by: phk Reviewed by: imp (mentor), ru
* Remove trailing white space.grog2004-01-281-7/+7
| | | | | | | Sort SEE ALSO by section number first, not alphabetically. Remove period at end SEE ALSO to make it look less like a sentence. Submitted by: ru
* Fixed bogus ${FOO:Mbar} tests where the actual intent is to checkru2004-01-275-13/+13
| | | | | if the result set is empty. While here, replaced non-bogus empty string comparisons with equivalent empty() checks.
* Fix the example back the way it was. Fix the commentary to say itimp2004-01-271-2/+2
| | | | allocates a 32 byte range of ioports.
* Document my adventures in newbus land. Clarify some examples, especiallynjl2004-01-272-11/+17
| | | | | that count is in bytes, not bits. There are some drivers that I think make this mistake. (I've seen counts of 16 in the tree).
* Document the interface method if_input().yar2004-01-261-0/+11
|
* mdoc cleanup.des2004-01-261-16/+17
| | | | Submitted by: ru
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-261-0/+10
| | | | | | | | ifconfig(8) flag since header for version 2 is the same but IP payload is prepended with additional 4-bytes field. Inspired by: Roman Synyuk <roman@univ.kiev.ua> MFC after: 2 weeks
* Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updatedyar2004-01-261-1/+4
| | | | at the common ifioctl() level.
* Extend the description of SIOCSIFCAP.yar2004-01-261-0/+12
|
* Fix sorting in the device listbrueffer2004-01-261-2/+2
|
* Update Eterm entry to Eterm 0.9.2cognet2004-01-251-20/+20
| | | | | Submitted by: Geraud CONTINSOUZAS <geraud.continsouzas@wanadoo.fr> MFC after: 3 days
* Add SIS964 to the list of supported chipsetsbrueffer2004-01-251-1/+1
| | | | Submitted by: bmah
* 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
OpenPOWER on IntegriCloud