aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* In CTFCONVERT_CMD initialization, check that ${MAKE_VERSION} is definedRobert Millan2012-06-161-1/+1
| | | | | | | | | before using it. Bootstrap make (as built by usr.bin/make/Makefile.dist) does not define this variable, but it needs to parse bsd.own.mk in order to build a complete make. Notes: svn path=/head/; revision=237165
* Fixed an example that set IP_ONESBCAST socket option to actually work,Ruslan Ermilov2012-06-151-2/+2
| | | | | | | and not return EINVAL. Notes: svn path=/head/; revision=237132
* Sync example file with mdoc changes made in rev 235450.Joel Dahl2012-06-131-2/+0
| | | | Notes: svn path=/head/; revision=237018
* Include a warning when using the example code as it may notEitan Adler2012-06-131-1/+5
| | | | | | | | | | | | work in unusual situations. Also slightly optimize the command. Submitted by: Jeremy Chadwick jdc@koitsu.org Approved by: cperciva (implicit) MFC after: 1 week Notes: svn path=/head/; revision=236999
* Add pfg@ as one of my mentees.John Baldwin2012-06-121-0/+1
| | | | Notes: svn path=/head/; revision=236974
* Finally nuke auth.conf, nine years after it was deprecated. The onlyDag-Erling Smørgrav2012-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | thing it was still used for was to set the "global default" password hash. Since the stock auth.conf contained nothing but comments, the global default was actually the first algorithm in crypt(3)'s list, which happens to be DES; I take the fact that nobody noticed as proof that it was not used outside of crypt(3). The only other use in our tree was in the Kerberos support code in in tinyware's passwd(1). I removed that code in an earlier commit; it would not have compiled anyway, as it only supported Kerberos IV. The auth_getval() function is now a stub that always returns NULL, which has the same effect as a functional auth_getval() with an empty auth.conf. MFC after: 3 weeks Notes: svn path=/head/; revision=236965
* Add a IP_RECVTOS socket option to receive for received UDP/IPv4Michael Tuexen2012-06-121-1/+24
| | | | | | | | | | | packets a cmsg of type IP_RECVTOS which contains the TOS byte. Much like IP_RECVTTL does for TTL. This allows to implement a protocol on top of UDP and implementing ECN. MFC after: 3 days Notes: svn path=/head/; revision=236959
* "on the their types." -> "on their types."Tom Rhodes2012-06-101-1/+1
| | | | Notes: svn path=/head/; revision=236854
* Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supportedDimitry Andric2012-06-091-1/+1
| | | | | | | | | C++ file extensions. MFC after: 3 days Notes: svn path=/head/; revision=236810
* Several updates:John Baldwin2012-06-081-59/+62
| | | | | | | | | | | | | | | | | - Consistently refer to rmlocks as "read-mostly locks". - Relate rmlocks to rwlocks rather than sx locks since they are closer to rwlocks. - Add a separate paragraph on sleepable read-mostly locks contrasting them with "normal" read-mostly locks. - The flag passed to rm_init_flags() to enable recursion for readers is RM_RECURSE, not LO_RECURSABLE. - Fix the description for RM_RECURSE (it allows readers to recurse, not writers). - Explicitly note that rm_try_rlock() honors RM_RECURSE. - Fix some minor grammar nits. Notes: svn path=/head/; revision=236768
* Add specific supported revision of ASUS USB-N13 ver. A1.Warren Block2012-06-071-2/+2
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-doc/2012-June/019960.html Submitted by: PseudoCylon (AK) Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=236716
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin2012-06-071-39/+30
| | | | | | | | | | | | | CAM_DEBUG_CDB, CAM_DEBUG_PERIPH and CAM_DEBUG_PROBE) by default. List of these flags can be modified with CAM_DEBUG_COMPILE kernel option. CAMDEBUG kernel option still enables all possible debug, if not overriden. Additional 50KB of kernel size is a good price for the ability to debug problems without rebuilding the kernel. In case where size is important, debugging can be compiled out by setting CAM_DEBUG_COMPILE option to 0. Notes: svn path=/head/; revision=236712
* Add to the description and spell check.David E. O'Brien2012-06-061-4/+6
| | | | Notes: svn path=/head/; revision=236688
* Use the defined terms "readers" and "writers" to simplify some text.John Baldwin2012-06-061-5/+3
| | | | Notes: svn path=/head/; revision=236680
* The cmsg_len field includes the cmsg header. So use CMSG_LEN().Michael Tuexen2012-06-051-4/+4
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=236640
* mdoc police.David E. O'Brien2012-06-051-22/+30
| | | | | | | | Submitted by: ru Much thanks to: ru Notes: svn path=/head/; revision=236637
* Remove end of line whitespace.Joel Dahl2012-06-051-13/+13
| | | | Notes: svn path=/head/; revision=236624
* RAID is an acronym.David E. O'Brien2012-06-051-3/+3
| | | | Notes: svn path=/head/; revision=236623
* Various mdoc fixes.Joel Dahl2012-06-051-8/+9
| | | | Notes: svn path=/head/; revision=236622
* Correct examples to the latest version I had.David E. O'Brien2012-06-051-3/+4
| | | | Notes: svn path=/head/; revision=236620
* Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-055-5/+5
| | | | | | | | | Prompted by: brueffer Approved by: brueffer MFC after: 3 days Notes: svn path=/head/; revision=236596
* More wording corrections and simplifications.Warren Block2012-06-051-5/+5
| | | | | | | Approved by: gjb (mentor) Notes: svn path=/head/; revision=236595
* Add a man page for filemon(4) [r236592].David E. O'Brien2012-06-042-0/+167
| | | | Notes: svn path=/head/; revision=236593
* Lines were a bit too long. Wrap some of them to 60 columns.Sean Bruno2012-06-041-14/+27
| | | | | | | | Suggested by: bjk@ MFC after: 3 days Notes: svn path=/head/; revision=236591
* Add myself as a new committer.Mateusz Guzik2012-06-041-0/+2
| | | | | | | Approved by: trasz (mentor) Notes: svn path=/head/; revision=236565
* During buildworld and buildkernel, define EARLY_BUILD in the earlierDimitry Andric2012-06-031-3/+6
| | | | | | | | | | | | | | | | | | | | | stages (build-tools, cross-tools, etc) of the build, so we can detect in bsd.*.mk whether to pass compiler-specific flags to ${CC}. In particular, this commit will allow using WITH_CLANG_IS_CC when the base compiler is still gcc, and when ${CC}, ${CXX} and ${CPP} are left at their defaults. The early stages will then be built using gcc, and no clang-specific flags will be passed to it. The later stages will be built as usual. The EARLY_BUILD define can also serve other uses, such as building the world stage C++ executables with libc++ instead of libstdc++: during the early build stages, we cannot assume libc++ is already available, so we must still build with libstdc++ at that time. MFC after: 1 week Notes: svn path=/head/; revision=236528
* mdoc: minor Bl improvements.Joel Dahl2012-06-0210-14/+22
| | | | Notes: svn path=/head/; revision=236443
* mdoc: terminate quoted string and remove unneeded paragraph macro.Joel Dahl2012-06-011-2/+1
| | | | Notes: svn path=/head/; revision=236420
* Doh! Bump the date as I touched it!Sean Bruno2012-06-011-1/+1
| | | | | | | | Noted by: gjb@ MFC after: 3 days Notes: svn path=/head/; revision=236418
* Add notes and information for exposed tuneables in bce(4).Sean Bruno2012-06-011-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add source of documentation for this driver. Thanks to Warren Block for the suggestions for readability. Note that strict_rx_mtu in inverted in stable/7/8/9 and is named loose_rx_mtu. Ensure that this is converted over when MFC'd hw.bce.rx_ticks hw.bce.rx_ticks_int hw.bce.rx_quick_cons_trip hw.bce.rx_quick_cons_trip_int hw.bce.tx_ticks hw.bce.tx_ticks_int hw.bce.tx_quick_cons_trip hw.bce.tx_quick_cons_trip_int hw.bce.strict_rx_mtu hw.bce.hdr_split hw.bce.tx_pages hw.bce.rx_pages hw.bce.tso_enable hw.bce.verbose Reviewed by: Warren Block <wblock@wonkity.com> MFC after: 3 days Notes: svn path=/head/; revision=236412
* - Fix my botched merge and correct mentor ordering. (Spotted by flo)Tom Judge2012-05-311-11/+11
| | | | | | | | | | - Fix missing new line in node block. (Spotted by gavin) - Sort the node list while I'm here. Approved by: eadler (mentor) Notes: svn path=/head/; revision=236362
* Bump date for content missed in r236290Eitan Adler2012-05-311-1/+1
| | | | | | | | | | Submitted by: gjb Approved by: cperciva (implicit) MFC after: 3 days X-MFC-With: r236290 Notes: svn path=/head/; revision=236352
* Add my mentor relationships.Tom Judge2012-05-311-0/+4
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=236348
* Add myself and mentors relationship.Jase Thew2012-05-301-0/+5
| | | | | | | Approved by: flo (mentor) Notes: svn path=/head/; revision=236343
* - Witness doesn't verify the old MTX_NOSWITCH flag's correctness (that was ↵John Baldwin2012-05-301-16/+19
| | | | | | | | | | | | obsoleted when critical sections were added). Instead, list a check that witness does perform. - Note that 'show locks' in DDB takes an optional thread argument. - Document 'show all locks'. - Remove the BUGS section, the bug in question was fixed 11 years ago in r76272. Notes: svn path=/head/; revision=236334
* Catch up to the carp rewrite and refer to vhids instead of interfaces.Benjamin Kaduk2012-05-301-2/+2
| | | | | | | | | Pointy hat to: bjk Submitted by: glebius Approved by: hrs (mentor) Notes: svn path=/head/; revision=236294
* Document daily_status_security_chkportsum_enableEitan Adler2012-05-301-0/+6
| | | | | | | | | | | PR: docs/167980 Submitted by: "Bryan Drewery" <bryan@shatow.net> Reported by: rank1seeker@gmail.com Approved by: cperciva MFC after: 2 weeks Notes: svn path=/head/; revision=236290
* Regen src.conf.5 after r236279.Glen Barber2012-05-301-3/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=236280
* Fix mdoc(7) style nits.Glen Barber2012-05-302-2/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=236278
* Hook up wbwd man page to the build.Kevin Lo2012-05-301-0/+2
| | | | Notes: svn path=/head/; revision=236277
* Fix an mdoc(7) formatting nit.Glen Barber2012-05-301-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=236274
* Add myself and my relation to my mentors.Olivier Duchateau2012-05-291-0/+3
| | | | | | | Approved by: miwi@, rene@ Notes: svn path=/head/; revision=236257
* Fix lock interaction table for rmlocks - by default they cannot sleep,Edward Tomasz Napierala2012-05-291-2/+2
| | | | | | | | | just like rwlocks. MFC after: 1 week Notes: svn path=/head/; revision=236237
* Wording corrections and simplifications.Warren Block2012-05-261-16/+14
| | | | | | | | Approved by: gjb (mentor) MFC after: 3 days Notes: svn path=/head/; revision=236122
* Update to reflect various doc commit bits taken into safekeeping.Gavin Atkinson2012-05-261-4/+4
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=236102
* Updates to reflect recent commit bits handed back, etc.Gavin Atkinson2012-05-261-8/+8
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=236101
* Fix an inconsistency I just ran into for LDADD and DPADD. The descriptionMarcel Moolenaar2012-05-241-2/+2
| | | | | | | | | for both of them use different, and presumably wrong, variables in the example. They set LDFILES and SRCLIB respectively. I guess that's what DPADD and LDADD were called first ... Notes: svn path=/head/; revision=235928
* MFprojects/zfsd:Alexander Motin2012-05-2410-97/+157
| | | | | | | | | | | | | | Revamp the CAM enclosure services driver. This updated driver uses an in-kernel daemon to track state changes and publishes physical path location information\for disk elements into the CAM device database. Sponsored by: Spectra Logic Corporation Sponsored by: iXsystems, Inc. Submitted by: gibbs, will, mav Notes: svn path=/head/; revision=235911
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-242-3/+6
| | | | | | | | | | PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after: 3 days Notes: svn path=/head/; revision=235873
* Fix panic on attaching to non-existent interface (introduced by r233937, ↵Alexander V. Chernikov2012-05-212-3/+27
| | | | | | | | | | | | | | | | | | | pointed by hrs@) Fix panic on tcpdump being attached to interface being removed (introduced by r233937, pointed by hrs@ and adrian@) Protect most of bpf_setf() by BPF global lock Add several forgotten assertions (thanks to adrian@) Document current locking model inside bpf.c Document EVENTHANDLER(9) usage inside BPF. Approved by: kib(mentor) Tested by: gnn MFC in: 4 weeks Notes: svn path=/head/; revision=235744