aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Added NetBSD 1.5.2Wolfram Schneider2001-09-281-1/+3
| | | | Notes: svn path=/head/; revision=84087
* Mention that gif interfaces are created at runtime and refer theBrooks Davis2001-09-281-0/+7
| | | | | | | | | administrator to the ifconfig create command. MFC after: 1 week Notes: svn path=/head/; revision=84063
* Add device driver support for the Broadcom BCM570x family of gigabitBill Paul2001-09-272-0/+205
| | | | | | | | | | | | | | | | | ethernet controllers. This adds support for the 3Com 3c996-T, the SysKonnect SK-9D21 and SK-9D41, and the built-in gigE NICs on Dell PowerEdge 2550 servers. The latter configuration hauls ass: preliminary measurements show TCP speeds of over 900Mbps using only normal size frames. TCP/IP checksum offload, jumbo frames and VLAN tag insertion/stripping are supported, as well as interrupt moderation. Still need to fix autonegotiation support for 1000baseSX NICs, but beyond that, driver is pretty solid. Notes: svn path=/head/; revision=84059
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-272-0/+103
| | | | | | | main IP input processing code. Notes: svn path=/head/; revision=84053
* Fix a manlint nit with the aac.4 manpage.Scott Long2001-09-271-1/+1
| | | | | | | Submitted by: Brooks Davis <brooks@one-eyed-alien.net> Notes: svn path=/head/; revision=84052
* Be consistent with the way we talk about sysctl values.Murray Stokely2001-09-271-4/+4
| | | | | | | | PR: docs/30343 Submitted by: Giorgos Keramidas <charon@labs.gr> Notes: svn path=/head/; revision=84016
* /home/brooks/ng_gif.messageBrooks Davis2001-09-263-0/+244
| | | | Notes: svn path=/head/; revision=83998
* The number of ccd(4) devices is no longer set at compile time so stopBrooks Davis2001-09-261-3/+3
| | | | | | | trying to do it in the examples and config files. Notes: svn path=/head/; revision=83996
* Clarify how to determine the firmware version.Scott Long2001-09-251-0/+2
| | | | | | | | Submitted by: Anders Andersson <anders@codefactory.se> MFC after: 3 days Notes: svn path=/head/; revision=83943
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-1/+1
| | | | Notes: svn path=/head/; revision=83934
* Note that it might not be a good idea to mount /var 'noatime'.Murray Stokely2001-09-241-4/+7
| | | | | | | | | PR: docs/30675 Submitted by: Eugene M. Kim <gene@nttmcl.com>, and Giorgos Keramidas <charon@labs.gr> Notes: svn path=/head/; revision=83876
* Correctly document the return value of mb_fixhdr.Murray Stokely2001-09-241-2/+4
| | | | | | | | | PR: docs/30697 Submitted by: Jonathan Hanna <jhanna@home.com> Reviewed by: bp Notes: svn path=/head/; revision=83874
* - Update pnp(4) to match the reality in -CURRENT.Kazutaka YOKOTA2001-09-232-141/+128
| | | | | | | - Add pnpbios(4). Notes: svn path=/head/; revision=83854
* Fix a comment line which wrongly states this man page is forKazutaka YOKOTA2001-09-231-1/+1
| | | | | | | | | the `asc' scanner device :-) MFC after: 3 days Notes: svn path=/head/; revision=83853
* Remove IFCAP_HWCSUM, it is merely a luxury #define, not a real flag.Jeroen Ruigrok van der Werven2001-09-221-11/+3
| | | | | | | | | | | Remove explicit mention of IP stack, since it might not be accurate for all interfaces. Change if_enable to if_capenable, as it is spelled. Submitted by: jlemon Notes: svn path=/head/; revision=83817
* Commit descriptions for the interface capabilities support.Jeroen Ruigrok van der Werven2001-09-221-3/+40
| | | | Notes: svn path=/head/; revision=83816
* Document COMPAT4X.Ruslan Ermilov2001-09-221-0/+6
| | | | Notes: svn path=/head/; revision=83812
* Note in the BUGS section that the driver will not work on controllers thatScott Long2001-09-221-3/+3
| | | | | | | | | | have version 1.x firmware. This might also need to go into the release documentation, as many people seem to have been bitten by this. MFC after: 3 days Notes: svn path=/head/; revision=83810
* Introduce new syscons(4) kernel options:Maxim Sobolev2001-09-211-0/+12
| | | | | | | | | | | | | | | | - SC_CUT_SPACES2TABS - when copying text into the cut buffer convert leading spaces into the tabs; - SC_CUT_SEPCHARS="XYZ" - treat supplied characters as possible words separators when the driver searches for words boundaries when doing cut operation. Also unify cut code a bit to decrease amount of duplicated code. This fixes line cut mode, so that it is no longer pads line with useless spaces. Approved by: ru Notes: svn path=/head/; revision=83791
* When bootstrapping (build-tools and cross-tools), avoidRuslan Ermilov2001-09-212-2/+2
| | | | | | | | | | including the ${WORLDTMP}/usr/include headers that may not match the installed host libraries. This should fix the 20010919 UPDATING entry. Notes: svn path=/head/; revision=83762
* xref bridge(4)Wilko Bulte2001-09-201-0/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=83735
* Add ports/french and ports/ukrainian to the list of foreign-language ports.Ruslan Ermilov2001-09-201-0/+2
| | | | | | | | PR: docs/30687 Submitted by: Rob Simmons <rsimmons@mail.wlcg.com> Notes: svn path=/head/; revision=83731
* Correct comments to fit current realities of exporting crypto.Ruslan Ermilov2001-09-202-4/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=83706
* Welcome 4.4-FreeBSD to the family.David E. O'Brien2001-09-201-0/+3
| | | | Notes: svn path=/head/; revision=83686
* Add a new rc.conf variable, cloned_interfaces, to create clonedBrooks Davis2001-09-191-0/+8
| | | | | | | interfaces at boot. Notes: svn path=/head/; revision=83677
* Style.Ruslan Ermilov2001-09-181-83/+8
| | | | Notes: svn path=/head/; revision=83609
* Style.Ruslan Ermilov2001-09-181-13/+3
| | | | Notes: svn path=/head/; revision=83608
* Add 'device smb' to the synopsis, as this is required to do anythingMurray Stokely2001-09-182-0/+2
| | | | | | | useful with these devices. Notes: svn path=/head/; revision=83600
* Common Mike adds see alsos from all of the synchronizationMike Silbersack2001-09-174-3/+11
| | | | | | | man pages to their brethren. Notes: svn path=/head/; revision=83567
* Update to reflect the fact that net.inet.tcp.rfc1323 is on by default.Jonathan Lemon2001-09-171-11/+7
| | | | Notes: svn path=/head/; revision=83564
* Add amdpm.4 to build.Murray Stokely2001-09-161-1/+1
| | | | Notes: svn path=/head/; revision=83555
* SMBus support for the AMD 756 power management unit. See smbus(4),Murray Stokely2001-09-161-0/+66
| | | | | | | | | | | | | | amdpm(4) and smb(4). This device can be used with userland programs such as sysutils/lmmon to retrieve sensor information from the motherboard. PR: kern/23989 Obtained from: Matthew C. Forman <mcf@dmu.ac.uk> Based on: alpm(4) Notes: svn path=/head/; revision=83553
* [-- Attachment #1 --]David E. O'Brien2001-09-151-7/+4
| | | | | | | | | | | | | | | | | | [-- Type: text/plain, Encoding: quoted-printable, Size: 0.1K --] Hi! How are you? I send you this commit log in order to have your advice See you later. Thanks [-- Attachment #2: CVS Commit Log.doc --] [-- Type: application/mixed, Encoding: base64, Size: 315K --] Update SCM ID guidelines to reflect the newly added __FBSDID macro. Notes: svn path=/head/; revision=83517
* Don't redirect to /dev/null when executing ex(1).Ruslan Ermilov2001-09-141-1/+1
| | | | | | | | | | This makes it impossible to detect the problem with missing /var/tmp/vi.recover/. PR: misc/29715, misc/30514 Notes: svn path=/head/; revision=83460
* Due to a bug in the ed driver, which leads to hangs when using it withWarner Losh2001-09-131-0/+10
| | | | | | | | | | | | | dhclient and pccard_ether, introduce the concept of a "settle time" to pccard_ether with the new pccard_ether_delay variable. Defaults to 5 seconds, which is enough time for the ed driver to finish its autoconfiguration for newer Linksys based cards. This also can eliminate the ed0: timeout messages that happen at startup as well. MFC: after RE says OK. Notes: svn path=/head/; revision=83389
* Don't create missing directories; that's the duty of mtree(8).Ruslan Ermilov2001-09-111-4/+2
| | | | | | | | Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been supported since at least RELENG_4_BP. Notes: svn path=/head/; revision=83346
* mdoc(7) police: removed hard sentence breaks.Ruslan Ermilov2001-09-111-12/+24
| | | | Notes: svn path=/head/; revision=83334
* This will have to be revised, but allow putting 'makeoptions GCC3=true'Peter Wemm2001-09-101-0/+15
| | | | | | | | in a kernel config file. This should minimize the tearing-out-hair process while updating the kernel for gcc-3 compliance. Notes: svn path=/head/; revision=83277
* update cs_CZ's MONETARY information to more used formatAlexey Zelkin2001-09-091-6/+6
| | | | | | | Discussed with: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> (submitter) Notes: svn path=/head/; revision=83247
* Driver supports CS4280 rather than CS428x.Orion Hodson2001-09-072-4/+4
| | | | | | | MFC after: 10 days Notes: svn path=/head/; revision=83210
* Document two sysctl variables used by RFC 1948 functionality.Bruce A. Mah2001-09-061-2/+16
| | | | | | | | | While I'm here, fix two markup inconsistencies. Submitted by: silby Notes: svn path=/head/; revision=83165
* Mention some additional NatSemi DP8382x-based cards being marketed byBill Paul2001-09-061-0/+4
| | | | | | | Trendware and Ark PC. Notes: svn path=/head/; revision=83133
* gif(4) is no longer a count device, reflect this change.Brooks Davis2001-09-061-1/+1
| | | | Notes: svn path=/head/; revision=83128
* Update tx(4) to always enable vlan(4) support.Brooks Davis2001-09-052-16/+0
| | | | | | | Approved by: semenu Notes: svn path=/head/; revision=83122
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-051-1/+1
| | | | | | | | | | interfaces must now always enable VLAN support. Reviewed by: jlemon MFC after: 3 weeks Notes: svn path=/head/; revision=83115
* Add a manpage for the Comtrol RocketPort Intelligent Serial Port CardDavid E. O'Brien2001-09-052-0/+183
| | | | | | | | | | driver. MdocNging by: ru Obtained from: BSD/OS Notes: svn path=/head/; revision=83113
* Fix typo (therefor -> therefore)Dima Dorfman2001-09-051-1/+1
| | | | | | | | PR: 30345 Submitted by: Giorgos Keramidas <charon@labs.gr> Notes: svn path=/head/; revision=83108
* Add a SEE ALSO section like the rest of the SCSI driver man pages.Dima Dorfman2001-09-051-0/+5
| | | | | | | | PR: 30344 Submitted by: Giorgos Keramidas <charon@labs.gr> Notes: svn path=/head/; revision=83107
* There is a better way to suppress groff(1) output.Ruslan Ermilov2001-09-051-2/+2
| | | | | | | Submitted by: okazaki Notes: svn path=/head/; revision=83080
* can not -> cannotDima Dorfman2001-09-051-1/+1
| | | | Notes: svn path=/head/; revision=83077