Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo correction: detailled -> detailed. | keramida | 2001-11-02 | 1 | -10/+10 |
| | | | | Approved by: nik | ||||
* | Document support for VIA 82C596 ATA-33 and ATA-66. | asmodai | 2001-11-02 | 1 | -0/+2 |
| | |||||
* | Explicitely mention this driver supports the RealTek 8029. | asmodai | 2001-11-02 | 1 | -1/+2 |
| | | | | This should lessen some questions. | ||||
* | Fix alignment of the chipsets to the largest one described. | asmodai | 2001-11-02 | 1 | -1/+1 |
| | |||||
* | Document the /var/run/named directory. | cjc | 2001-11-01 | 1 | -0/+3 |
| | | | | Suggesteded by: brian | ||||
* | Add a directory in /var/run to store ppp(8) command sockets. | cjc | 2001-11-01 | 1 | -0/+3 |
| | | | | | | PR: bin/29966 Approved by: brian MFC after: 4 | ||||
* | add /var/heimdal | assar | 2001-10-31 | 1 | -0/+2 |
| | | | | absence noted by Archie Cobbs <archie@packetdesign.com> | ||||
* | Fix typos. | julian | 2001-10-30 | 1 | -2/+2 |
| | |||||
* | A node that allows ethernet type packets to be filtered to different | julian | 2001-10-30 | 1 | -0/+150 |
| | | | | | | | | hooks depending on ethertype. Great for prototyping protocols. connects to the lower and upper hooks of an ethernet type of node. Obtained from: Monzoon Networks. Thanks to Andre Oppermann, May 2001. | ||||
* | Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs as | silby | 2001-10-29 | 1 | -18/+29 |
| | | | | | | tunables in loader.conf rather than just kernel options. MFC after: 3 days | ||||
* | Only provide function information in compile environments that support | mike | 2001-10-27 | 1 | -9/+9 |
| | | | | | | | the C99 variable __func__ and never for C++. Provide a more meaningful example in the assert(3) manual. Reviewed by: asmodai, bde | ||||
* | mdoc(7) police: | ru | 2001-10-26 | 1 | -9/+11 |
| | | | | | - Minor markup nits. - Arrange for appearance in 4.5. | ||||
* | Document HPT372 support. | asmodai | 2001-10-26 | 1 | -0/+2 |
| | |||||
* | We support the Intel ICH3 [ATA-100] chipset as well. | asmodai | 2001-10-26 | 1 | -0/+2 |
| | |||||
* | o Modify format of /etc/fbtab to accept glob matching patterns for | rwatson | 2001-10-25 | 1 | -4/+2 |
| | | | | | | | | | | | | | | target devices, not just individual devices and directories. This permits activities such as: ttyv0 0600 /dev/dsp* Whereas previously that was not supported. This change is backwards-compatible, except where device names included globbing characters, which is not the case for any devices listed in MAKEDEV. Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 3 weeks | ||||
* | Fixed some English errors, mainly ones not fixed in the previous commit. | bde | 2001-10-25 | 1 | -8/+3 |
| | | | | | | The previous commit message should have said this too (the only BSDism fixed was punctuation for non-sentences). Neither these changes nor the ones in the previous commit were exactly as submitted by me. | ||||
* | Simplify. | ru | 2001-10-25 | 1 | -6/+3 |
| | |||||
* | Document the link0 option, which downloads the microcode to the board. | jlemon | 2001-10-25 | 1 | -2/+19 |
| | |||||
* | Merge in BSDisms. Slight rewordings in some cases. | julian | 2001-10-24 | 1 | -16/+19 |
| | | | | | Submitted by: bde@freebsd.org Reviewed by: jhb@freebsd.org | ||||
* | Document C99 conformity. | asmodai | 2001-10-24 | 1 | -2/+7 |
| | | | | Update text which is printed out to reflect reality. | ||||
* | Finish the removal of the LABPC driver. | ru | 2001-10-24 | 3 | -142/+4 |
| | | | | Forgotten by: phk | ||||
* | Document sx_assert(9). | jhb | 2001-10-23 | 2 | -1/+33 |
| | |||||
* | Alter the suggested way of writing structurtes to make them actuallys | julian | 2001-10-23 | 1 | -12/+18 |
| | | | | | | | readble when there are compound sub-elements (e.g. other structs). Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org MFC after: 1 week | ||||
* | Remove references to nfsiod(8) and nfs_client_flags | ru | 2001-10-23 | 1 | -10/+0 |
| | | | | now that they are obsolete. | ||||
* | Explain a little about sysexits(3) so that regular users can take | dd | 2001-10-23 | 1 | -4/+8 |
| | | | | | | | advantage of the fact that some programs care to explain why they failed. PR: 31415 | ||||
* | Remove wx. | mjacob | 2001-10-20 | 2 | -52/+0 |
| | |||||
* | mdoc(7) police: join OS version with the corresponding macro. | ru | 2001-10-19 | 1 | -2/+2 |
| | |||||
* | Add manpage for gx driver. | jlemon | 2001-10-19 | 2 | -0/+175 |
| | |||||
* | "of the of the" -> "of the" | tom | 2001-10-17 | 1 | -1/+1 |
| | | | | | | PR: docs/31336 Submitted by: Sameh Ghane <sw@shaolin.profile4u.com> MFC after: 2 days | ||||
* | Remove a couple of errant tags. | scottl | 2001-10-17 | 2 | -4/+0 |
| | |||||
* | The interface index space may be sparsely populated (e.g. when an | fenner | 2001-10-17 | 1 | -1/+5 |
| | | | | | | | interface in the middle is if_detach()'d). Return (and handle) ENOENT when the ifmib(4) is accessed for a nonexistent interface. MFC after: 14 days | ||||
* | Improve the wording of my last commit. | murray | 2001-10-16 | 1 | -1/+1 |
| | | | | Submitted by: sheldonh | ||||
* | sysctl -w -> sysctl, remove second person pronouns, and fix some other | dd | 2001-10-15 | 1 | -15/+12 |
| | | | | | | | minor bugs. PR: 30772 Submitted by: Peter Avalos <pavalos@theshell.com> | ||||
* | Add a manual page for the Maestro3 sound driver. This documents it's | scottl | 2001-10-15 | 3 | -0/+151 |
| | | | | | | special nature under the GPL and a boot hint that can affect operation. MFC after: 3 days | ||||
* | Note that the contents of /tmp may or may not be kept between system | murray | 2001-10-13 | 1 | -1/+7 |
| | | | | | | | | | | reboots. Also add a `NOTES' section that reminds the reader that this man page just documents the system default, and that the hierarchy of a given site is at the system administrators discretion. PR: docs/29525 | ||||
* | Update man pages in the section 4 to match the reality in -CURRENT. | yokota | 2001-10-13 | 53 | -205/+522 |
| | | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework. | ||||
* | Fix a small style slip: Files in /dev are not | yar | 2001-10-12 | 1 | -1/+1 |
| | | | | devices theirselves, but device nodes. | ||||
* | Add missing section number to a cross-reference to login(1). | yar | 2001-10-11 | 1 | -1/+1 |
| | | | | MFC after: 3 days | ||||
* | Fixed some bitrot. The KSE interface change for vops had not reached here. | bde | 2001-10-10 | 1 | -6/+6 |
| | | | | | Didn't fix older bugs. Most of the examples don't even match historical interfaces. | ||||
* | Document the dumpdir variable, and write a better description of the dumpdev | des | 2001-10-10 | 1 | -11/+18 |
| | | | | | | variable. MFC: 1 week | ||||
* | mdoc(7) police: fix markup. | ru | 2001-10-08 | 1 | -29/+29 |
| | |||||
* | Add man page for device.hint(5). | yokota | 2001-10-08 | 1 | -0/+159 |
| | |||||
* | Remove references to non-existant pvcsif(8) and pvctxctl(8). | murray | 2001-10-08 | 2 | -4/+0 |
| | | | | | PR: docs/30446 Submitted by: Giorgos Keramidas <charon@labs.gr> | ||||
* | Remove reference to non-existant crd(4) man page. | murray | 2001-10-08 | 1 | -1/+0 |
| | | | | | PR: docs/30445 Submitted by: Giorgos Keramidas <charon@labs.gr> | ||||
* | Mention that ed requires miibus. | iedowse | 2001-10-07 | 1 | -1/+2 |
| | | | | Suggested by: Eugene Grosbein <eugen@grosbein.pp.ru> | ||||
* | Updates for changes made by KSE import. | sheldonh | 2001-10-06 | 6 | -40/+36 |
| | | | | Submitted by: Chad David <davidc@acns.ab.ca> | ||||
* | Move the agp(4) page from the i386 directory | yar | 2001-10-05 | 3 | -5/+6 |
| | | | | | to the machine-independent directory since AGP is used on other architectures as well. | ||||
* | Show kernel config syntax, not kldload command | yar | 2001-10-05 | 1 | -1/+1 |
| | | | | | | in the SYNOPSIS section. Reviewed by: ru | ||||
* | Use the traditional "indent" offset for mdoc(7) lists. | yar | 2001-10-05 | 1 | -1/+1 |
| | |||||
* | Update the status of VLAN support in the ethernet drivers. | yar | 2001-10-05 | 1 | -2/+7 |
| |