summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Language nit.ceri2007-12-101-2/+2
|
* Commit the regenerated page that includes the WITHOUT_INSTALLLIB knob.dougb2007-12-091-3/+9
|
* There is no list to stop, so dont use .El.remko2007-12-081-1/+0
| | | | Noticed by: brueffer
* Improve readability for the hosts.equiv file regarding the notationremko2007-12-081-2/+3
| | | | | | | | of hostnames. PR: docs/35953 Submitted by: "Gary W. Swearingen" <swear at blarg dot net> With minor modifications by me.
* Add 1000baseTX support for the nve driver, which is known here and there.remko2007-12-081-1/+8
| | | | | | | | | Also mention that the driver sometimes returns '10baseTX' as output instead of 100baseTX (which is the case at that moment). PR: docs/115284 Submitted by: Julian Stacey Jhs <jhs at berklix dot org> MFC After: 3 days
* - Add doc/hu_* and doc/mn_* to the refuse examples so that include allgabor2007-12-071-0/+2
| | | | | | | | of the currently used languages PR: docs/118476 (related) Submitted by: Chess Griffin <chess@chessgriffin.com> MFC after: 3 days
* - Add doc/hu_* and doc/mn_* to the sample refuse file so that it includes allgabor2007-12-071-0/+2
| | | | | | | | of the languages PR: docs/118476 Submitted by: Chess Griffin <chess@chessgriffin.com> MFC after: 3 days
* Make "manlint" recursive.ru2007-12-071-3/+2
| | | | Prodded by: obrien
* Document the PMC_F_CALLCHAIN flag and the kern.hwpmc.callchaindepthjkoshy2007-12-071-4/+19
| | | | | | tunable. Sponsored by: FreeBSD Foundation and Google Inc.
* Add new controllers supported by rev 1.64 and 1.65 of aac_pci.cemaste2007-12-061-0/+28
|
* Bring in support for: Marvell Yukon 8039remko2007-12-051-1/+3
| | | | | | | PR: 118401 Submitted by: Skip Ford <skip at menantico dot com> Approved by: imp (mentor), yongari MFC After: 3 days
* MFV of tzdata2007jedwin2007-12-044-14/+27
| | | | | | | | Timezone data changes in this import: - Add America/St_Barthelemy (BL) and America/Marigot (MF) - Venezuela will move to -4:30 on 9 December 2007 instead of 31 December 2007 MFCs will be done after the code freezes have stopped.
* Update with data from Newsletter VI-1 2007-09-21:edwin2007-12-041-0/+5
| | | | | | Added SAINT BARTHELEMY (BL) and SAINT MARTIN (MF). This allows an MFV of src/share/zoneinfo which uses these two new codes.
* Break out stack(9) from ddb(4):rwatson2007-12-021-22/+28
| | | | | | | | | | | | | | | | | | | | - Introduce per-architecture stack_machdep.c to hold stack_save(9). - Introduce per-architecture machine/stack.h to capture any common definitions required between db_trace.c and stack_machdep.c. - Add new kernel option "options STACK"; we will build in stack(9) if it is defined, or also if "options DDB" is defined to provide compatibility with existing users of stack(9). Add new stack_save_td(9) function, which allows the capture of a stacktrace of another thread rather than the current thread, which the existing stack_save(9) was limited to. It requires that the thread be neither swapped out nor running, which is the responsibility of the consumer to enforce. Update stack(9) man page. Build tested: amd64, arm, i386, ia64, powerpc, sparc64, sun4v Runtime tested: amd64 (rwatson), arm (cognet), i386 (rwatson)
* Modify stack(9) stack_print() and stack_sbuf_print() routines to use newrwatson2007-12-012-2/+16
| | | | | | | | | | | | | | | | linker interfaces for looking up function names and offsets from instruction pointers. Create two variants of each call: one that is "DDB-safe" and avoids locking in the linker, and one that is safe for use in live kernels, by virtue of observing locking, and in particular safe when kernel modules are being loaded and unloaded simultaneous to their use. This will allow them to be used outside of debugging contexts. Modify two of three current stack(9) consumers to use the DDB-safe interfaces, as they run in low-level debugging contexts, such as inside lockmgr(9) and the kernel memory allocator. Update man page.
* Bump .Dd for my last commit adding PCI IDs.emaste2007-11-291-1/+1
|
* Document PCI IDs of controllers added in aac_pci.c v1.63emaste2007-11-291-0/+40
|
* Add description of stack_print() and MLINK.rwatson2007-11-292-1/+10
|
* Update man page to reflect latest work on enc(4):bz2007-11-281-7/+52
| | | | | | | | | | - added sysctls to if_enc(4) to control whether the firewalls or bpf will see inner and outer headers or just inner headers for incoming and outgoing IPsec packets. - if_enc work with IPv6 now as well. Reviewed by: brueffer
* Add information about the 845M card that I recently committed supportremko2007-11-281-2/+2
| | | | for.
* Fix spelling of stack_capture() to stack_save().rwatson2007-11-281-1/+1
|
* Add information about the ICH6 and ICH7 being supported since recently.remko2007-11-281-3/+3
|
* Add the Planex FNW-3603TX card to the list.remko2007-11-281-1/+3
|
* Spell 'Yugoslav' correctly.keramida2007-11-281-2/+2
|
* Add a man page for stack(9).rwatson2007-11-272-0/+119
| | | | MFC after: 1 week
* The nfe driver will first appear in 7.0 and not in 6.xremko2007-11-271-2/+2
| | | | | | PR: i386/118264 Submitted by: "Julian H. Stacey" <jhs at berklix dot org> Nod from: yongari
* Although the entire src tree builds cleanly now without -fno-strict-aliasingjb2007-11-261-2/+2
| | | | | | | in the default CFLAGS, we're in the middle of a ports freeze, so we can't really go making the corresponding change to the ports mk files. I'll take -fno-strict-aliasing out again when the ports freeze ends.
* Bump .Dd for previous revision.brueffer2007-11-261-1/+1
|
* Clean up after previous revision.brueffer2007-11-251-4/+5
|
* - Document an EAGAIN error return from a PMC_OP_CONFIGURELOG request.jkoshy2007-11-251-11/+45
| | | | | | | | - Document some EINVAL error returns from PMC_OP_CONFIGURELOG, PMC_OP_WRITELOG and PMC_OP_FLUSHLOG that were missed earlier. - Correct a typo: s/PMC_OP_ALLOCATE/PMC_OP_PMCALLOCATE/. - Describe how log file writing errors are returned by a PMC_OP_FLUSHLOG request.
* Update sx(9) lock manpage in order to add missing prototypes for functionattilio2007-11-251-2/+17
| | | | sx_slock_sig() and sx_xlock_sig() and their respective explanation.
* Update rwlock(9) manpage adding missing bits about the rw_init_flags()attilio2007-11-251-2/+33
| | | | | | | function, its options and explaining that recursion for writers can be selectively enabled. Reported by: rwatson, Skip Ford <skip at menantico dot com>
* - Improve clarity: use 'scope' to distinguish between process and systemjkoshy2007-11-241-19/+39
| | | | | | | PMCs and 'mode' to distinguish between counting and sampling. - Document PMC row dispositions. - Document the requirement for PRIV_PMC_MANAGE privilege when issuing PMC_OP_PMCADMIN requests.
* Re-enable -Werror again.jb2007-11-222-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This time, change the default CFLAGS to match the simple defaults that the tinderboxes use. That is, don't use -fno-strict-aliasing by default. My last attempt to re-anable -Werror gave me a lesson in what strict aliasing is all about. There was code in libthr that wasn't 64-bit clean. The default use of -fno-strict-aliasing hid that. By using -fno-strict-aliasing by default we were choosing to ignore problems in code which had the potential to shoot ourselves in the foot. Sometimes it would be the 64-bit foot. I have both feet. The left ones are 32 bits and the right ones are 64 bits. Don't ask about my endian orientation. :-) The -fno-strict-aliasing compiler arg can still be used if NO_STRING_ALIASING is define in make. We are early in the FreeBSD 8 development, so we have the opportunity to wait and see if this works for us. I am sure that people will complain. We can easily revert this. All I ask is that we take sides: clean code or not. YMMV. Note that by using -fno-strict-aliasing the build won't actually break. Only where WARNS is set (and -Werror is used) will a compiler warning break the build. The use of WARNS levels implies (to me at least) that the developer has taken some care to make the code pass basic checks. This commit makes those checks just a little bit more strict.
* - Correct a documentation bug: handles returned from a PMC_OP_PMCALLOCATEjkoshy2007-11-221-4/+11
| | | | | | | request are 32 bit values, and are not necessarily small. - Note that the PMC_F_KGMON flag is currently unimplemented. - Tweak description of an EINVAL error return. - Add an "AUTHORS" section.
* - Add callout_init_rw.9 to MLINKS of timeout.9gabor2007-11-201-0/+1
| | | | | Forgotten by: gabor Reminded by: ru
* - Document newly added callout_init_rw functiongabor2007-11-201-1/+26
| | | | | Requested by: attilio Reviewed by: attilio
* Add 88E8058 to the list of supported hardware.yongari2007-11-201-1/+3
|
* Unfortunately the tinderbox setup uses custom CFLAGS which are a bigjb2007-11-191-0/+2
| | | | | | | | obstacle to enabling -Werror. I'll continue to work on cleaning up the code so that we can keep this enabled. If the tinderboxes would just use the default CFLAGS set in this file, all would be fine and we'd be able to make use of -Werror.
* Since SAOL 13:th edition "v" and "w" are officially separated (in 2006)ache2007-11-192-4/+4
|
* Re-enable -Werror ins WARNS as it was roughly 6 months ago beforejb2007-11-191-3/+0
| | | | | | being disabled while gcc 4.2 was bedded in. Tested with 'make release' (amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v)
* Weed out a warning argument that isn't applicable to C++ code.jb2007-11-191-1/+1
|
* Add wlan_amrr to the required devices/modulesbenjsc2007-11-141-0/+2
| | | | Submitted By: glebius
* Sort.ru2007-11-131-8/+8
|
* Xref wpi(4).brueffer2007-11-133-0/+4
|
* Cleanup, mostly typo fixes.brueffer2007-11-131-6/+8
|
* Assorted tiny mdoc(7) fixes:ru2007-11-131-10/+10
| | | | | | - Sort sections. - Fix xrefs. - Fix some misusages of some macros.
* Sort.ru2007-11-131-1/+1
|
* Some cleanup.brueffer2007-11-121-11/+13
|
* Manual page for the asmc driver.rpaulo2007-11-122-0/+156
| | | | Approved by: njl (mentor)
OpenPOWER on IntegriCloud