aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fix/add missing accents on the weekday names.Tom Rhodes2003-04-051-5/+5
| | | | | | | | | PR: 37219 Submitted by: Nicola Vitale <nivit@libero.it> Reivewed by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=113125
* The Netgear MA311 is a Prism 2.5 card.Warner Losh2003-04-051-0/+1
| | | | | | | Submitted by: duncan@quantumlogic.net Notes: svn path=/head/; revision=113121
* DWL-520 is used to describe three or four different cards. only someWarner Losh2003-04-051-0/+7
| | | | | | | | of them are prism based and are thus supported by wi. Document this fact. Notes: svn path=/head/; revision=113106
* -Wall implies -Wuninitialized if -O is also in effect.Ruslan Ermilov2003-04-041-3/+0
| | | | | | | | | | | -Wuninitialized does not work without -O. This fixes the ${WARNS} > 4 compilations with -O0. Spotted by: marcel Notes: svn path=/head/; revision=113066
* Add a manpage for the 'vpd' driver.Matthew N. Dodd2003-04-042-1/+90
| | | | Notes: svn path=/head/; revision=113065
* Add release of FreeBSD 4.8.Murray Stokely2003-04-041-4/+5
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=113054
* Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decodingPoul-Henning Kamp2003-04-031-1/+39
| | | | | | | into byte strings of unknown alignment. Notes: svn path=/head/; revision=113005
* Back out support for RFC3514.Matthew N. Dodd2003-04-022-20/+0
| | | | | | | RFC3514 poses an unacceptale risk to compliant systems. Notes: svn path=/head/; revision=112985
* Implement support for RFC 3514 (The Security Flag in the IPv4 Header).Matthew N. Dodd2003-04-012-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt) This fulfills the host requirements for userland support by way of the setsockopt() IP_EVIL_INTENT message. There are three sysctl tunables provided to govern system behavior. net.inet.ip.rfc3514: Enables support for rfc3514. As this is an Informational RFC and support is not yet widespread this option is disabled by default. net.inet.ip.hear_no_evil If set the host will discard all received evil packets. net.inet.ip.speak_no_evil If set the host will discard all transmitted evil packets. The IP statistics counter 'ips_evil' (available via 'netstat') provides information on the number of 'evil' packets recieved. For reference, the '-E' option to 'ping' has been provided to demonstrate and test the implementation. Notes: svn path=/head/; revision=112929
* Enable cpp(1) warnings in system headers. GCC is oriented onRuslan Ermilov2003-03-311-0/+1
| | | | | | | | | glibc which is externally maintained, so GCC ships with these warnings turned off by default. This is also consistent with the src/contrib/gcc/c-lex.c,v 1.2 change. Notes: svn path=/head/; revision=112869
* Document the new mac_portacl(4) policy.Chris Costello2003-03-311-0/+156
| | | | | | | | Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=112861
* Document the new mac_portacl(4) policy.Chris Costello2003-03-3112-0/+13
| | | | | | | | Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=112860
* rid is not a pointer to int, but rather just a plain int.Warner Losh2003-03-301-2/+2
| | | | Notes: svn path=/head/; revision=112832
* Document what bus_set_resource(9) does. It is used by bus drivers toWarner Losh2003-03-302-0/+96
| | | | | | | bind resources that client drivers later access. Notes: svn path=/head/; revision=112831
* Correct a typo in previous commitKris Kennaway2003-03-291-1/+1
| | | | Notes: svn path=/head/; revision=112786
* Note: this is OLDCARD, and tweak comment about clpd 6729/30.Warner Losh2003-03-291-1/+3
| | | | Notes: svn path=/head/; revision=112775
* Add a new man page for bus_activate_resource andWarner Losh2003-03-292-2/+100
| | | | | | | | bus_deactivate_resource. It could use some improvement, and others are welcomed to do so :-) Notes: svn path=/head/; revision=112774
* Clearify what happens with the cookiep in various cases.Warner Losh2003-03-291-1/+11
| | | | Notes: svn path=/head/; revision=112773
* Fix some typos:Warner Losh2003-03-291-6/+14
| | | | | | | | | | | race->rare rman_activate_resource -> bus_activate_resource Add xref to bus_activate_resource Minor markup changes for the start/end/count parameters. Notes: svn path=/head/; revision=112772
* Globally use -mieee in /usr/src for Alpha.David E. O'Brien2003-03-291-0/+4
| | | | Notes: svn path=/head/; revision=112769
* Reduce "code duplication" for AMD CPU's.David E. O'Brien2003-03-291-30/+10
| | | | Notes: svn path=/head/; revision=112768
* Expound a little bit about the softc, where its size is found and aWarner Losh2003-03-281-2/+16
| | | | | | | caution against emulating legacy softc methods used in the tree. Notes: svn path=/head/; revision=112739
* Remove bogus card.4, and replace it with a link to oldcard.4. ruWarner Losh2003-03-282-104/+1
| | | | | | | | | | | pointed this out a while ago, and I'm just now getting back to it. It obsoletes one of ru's changes, but since oldcard.4 is so much better, that doesn't matter. Submitted by: ru Notes: svn path=/head/; revision=112738
* Create a man page for bus_child_present(9), a function to see if aWarner Losh2003-03-282-1/+84
| | | | | | | | given device is considered accessible by its parent device bus driver (or its parent, etc). Notes: svn path=/head/; revision=112737
* Add an information and fix typo.Takeshi Shibagaki2003-03-271-2/+2
| | | | Notes: svn path=/head/; revision=112719
* Fix typo in the version of the diff that I committed.Giorgos Keramidas2003-03-261-1/+1
| | | | | | | Submitted by: Simon L. Nielsen <simon@nitro.dk> Notes: svn path=/head/; revision=112677
* Document mountd_flags.Giorgos Keramidas2003-03-261-0/+10
| | | | | | | | PR: 50023 Submitted by: Simon L.Nielsen <simon@nitro.dk> Notes: svn path=/head/; revision=112654
* Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.Giorgos Keramidas2003-03-261-0/+4
| | | | | | | | PR: 50139 Submitted by: asmodai Notes: svn path=/head/; revision=112653
* Add missing Danish (doc/da_*) language doc subdirectoryGiorgos Keramidas2003-03-262-0/+2
| | | | | | | | PR: docs/50290 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=112651
* Revert previous commit which accidentally snuck in with some unrelatedJohn Baldwin2003-03-251-1/+1
| | | | | | | | | changes. Reported by: bde Notes: svn path=/head/; revision=112629
* Fix a typo in msmith's email address.Tom Rhodes2003-03-251-1/+1
| | | | | | | Noticed by: Jesus R. Camou <jcamou@azstarnet.com> Notes: svn path=/head/; revision=112626
* Add some HP cards to the supported list of cards. Also mentionPaul Saab2003-03-251-4/+8
| | | | | | | | | that 1000BaseTX only supports full-duplex. Submitted by: John Cagle <john.cagle@hp.com> Notes: svn path=/head/; revision=112625
* Remove MAKEDEV rot.Tom Rhodes2003-03-252-12/+1
| | | | | | | | PR: 50286, 50285 Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru> Notes: svn path=/head/; revision=112624
* Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()John Baldwin2003-03-254-157/+2
| | | | | | | | | didn't have a manpage. Reminded by: ru Notes: svn path=/head/; revision=112615
* Remove reference to MAKEDEVChristian Brueffer2003-03-251-2/+0
| | | | Notes: svn path=/head/; revision=112612
* Add a tiny manpage to make sure users aren't surprised when theyGiorgos Keramidas2003-03-252-1/+45
| | | | | | | search for MAKEDEV, now that it's deprecated. Notes: svn path=/head/; revision=112611
* Delete MAKEDEV referencesGiorgos Keramidas2003-03-251-7/+1
| | | | | | | | PR: 50284 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=112610
* Delete MAKEDEV references and update the text about /dev/foo controlGiorgos Keramidas2003-03-254-77/+5
| | | | | | | | | | devices that return the next available device when opened. PR: 50280, 50281, 50282, 50283 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=112609
* Delete MAKEDEV references and add small blurb that points to devfs(5)Giorgos Keramidas2003-03-251-15/+9
| | | | | | | | | | and devd(8). PR: docs/50278 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=112608
* Delete MAKEDEV reference.Giorgos Keramidas2003-03-251-1/+0
| | | | | | | | PR: docs/50277 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=112607
* Delete MAKEDEV tracesGiorgos Keramidas2003-03-251-9/+1
| | | | Notes: svn path=/head/; revision=112606
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-2426-57/+112
| | | | Notes: svn path=/head/; revision=112542
* Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.Christian Brueffer2003-03-235-254/+0
| | | | | | | | Approved by: ceri (mentor), phk Not objected by: ru Notes: svn path=/head/; revision=112515
* Sync types with headers.Ruslan Ermilov2003-03-231-5/+5
| | | | Notes: svn path=/head/; revision=112507
* s/loaded as a module/available as a module/gDavid E. O'Brien2003-03-231-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=112506
* Clarify the proper bitmask for target mode with another example.Nate Lawson2003-03-231-0/+1
| | | | Notes: svn path=/head/; revision=112504
* Document the net.inet.icmp branch of the sysctl(3) MIB.Ruslan Ermilov2003-03-221-1/+46
| | | | | | | Submitted by: mdodd Notes: svn path=/head/; revision=112497
* mdoc(7) police: Tidy up the formatting.Ruslan Ermilov2003-03-221-130/+197
| | | | Notes: svn path=/head/; revision=112496
* Added GEOM library to the bsd.libnames.mk namespace.Ruslan Ermilov2003-03-211-0/+1
| | | | Notes: svn path=/head/; revision=112461
* Correct typo in function declaration (s/if_dont/if_done).Ceri Davies2003-03-191-1/+1
| | | | | | | | | PR: docs/50136 Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org> MFC After: 4.8 Notes: svn path=/head/; revision=112421