summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks todavidxu2003-11-063-2/+6
| | | | | zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way, but I havn't done this change since these files already exists.
* device_get_name(9) and device_get_nameunit(9) return const char *, not int.des2003-11-061-2/+2
|
* Enable GB2312 locale.davidxu2003-11-056-2/+6
|
* Add GB2312 locale files.davidxu2003-11-053-0/+152
|
* Add GB2312 encoding file.davidxu2003-11-051-0/+243
|
* Fix Scott's email address.trhodes2003-11-051-2/+2
| | | | Noticed by: an email discussion with bmah
* The my(4) drivers require miibus(4) to function properly.trhodes2003-11-051-0/+3
|
* - refrect recent changes.ume2003-11-051-193/+466
| | | | | | | | | | - add table of contents. - add section 4.8 - Operations with IPsec tunnel mode. - add section 9 - Policy on technology with intellectual property right restriction - more about KAME's codeing style. Obtained from: KAME
* Update.sos2003-11-051-24/+23
|
* Remove the fileimp2003-11-051-144/+0
|
* resource_query_string is dead. Kill it.imp2003-11-051-3/+1
|
* update supported card tablesam2003-11-042-22/+65
|
* Add a manual page for the Xircom and and Xircom based NICs.trhodes2003-11-042-0/+149
| | | | Submitted by: scott (original version)
* mdoc(7) cleanup:simon2003-11-041-10/+15
| | | | | | | - Add reference to atapicam(4). - Fix hard sentence breaks. - Fix spelling of .Nm macro. - Remove a bit of EOL whitespace.
* Start of new ATA man page that reflects the curretn state of art.sos2003-11-041-149/+97
| | | | mdoc handling possibly fragile :)
* More mdocery from Sergey (osa@)phk2003-11-031-8/+10
|
* Thanks to the kind mdoc help of Sergey (osa@): led.4phk2003-11-032-0/+163
|
* Both CC and CX versions of the 556 existimp2003-11-031-1/+1
|
* Separate out the old 3CXEM556 models (10Mbps only) from the fasterimp2003-11-021-1/+4
| | | | | 3CCFEM556 models (10/100Mbps). I have only the former, and none of the latter, so document that the latter might not work.
* Only the 3C1 is now known not to work. All my other cards work withimp2003-11-021-3/+1
| | | | | this driver. I've not tested the '556B or the '556BI cards, however, as I don't own them.
* The '574 family works (I had a bad dongle which is why I thought itimp2003-11-021-4/+3
| | | | | might not be). The modem combo cards do not (confirmed today)
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-16/+20
| | | | | | | | | | | | | if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Approved By: re (in principle) Reviewed By: njl, imp Tested On: i386, amd64, sparc64 Obtained From: NetBSD (if_xname)
* Add OpenBSD 3.4wosch2003-10-311-4/+8
| | | | fix footer.
* Remove /usr/libdata/msdosfs description.fjoe2003-10-301-2/+0
| | | | Noticed by: ru
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-301-0/+4
| | | | the same effect as ACPI_NO_RESET_VIDEO kernel option.
* Make the maximum number of pages for external mbufs configurable inharti2003-10-291-2/+6
| | | | | | | the kernel environment and accessible as a RO sysctl. Explain that the HE155 will not work in 64-bit/66MHz slots, but may work in 64-bit/33MHz slots.
* Regen:sheldonh2003-10-291-192/+509
| | | | * Hart: rev 426 of pcidevs.txt (2003-10-27)
* Add FreeBSD 4.9 and MacOS 10.3.murray2003-10-291-2/+6
|
* Catch up with removal of /usr/bin/svr4.tjr2003-10-281-2/+2
|
* I wrongly committed an older version.simokawa2003-10-282-28/+16
| | | | Update references etc.
* Add a definition for libngatm.harti2003-10-271-0/+1
| | | | Reviewed by: ru
* Man pages for the NgATM SAAL protocol nodes.harti2003-10-273-0/+512
|
* Correct a typo.jkoshy2003-10-271-1/+1
| | | | Submitted by: "T.M. Sommers" <tms2@mail.ptd.net>
* Fix Xr markup.des2003-10-261-4/+4
|
* Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.emax2003-10-261-0/+1
| | | | | Reviewed by: imp, simon Approved by: imp (mentor)
* - Add note that loading modules only works if the systemkensmith2003-10-261-1/+6
| | | | | | | | securelevel is less than 1. PR: docs/58546 Reviewed by: rwatson Approved by: blackend (mentor)
* Sysctl names should not contain dots. Convert them to underlines.harti2003-10-241-19/+19
|
* Add dumb console driver and related bits.simokawa2003-10-243-0/+173
| | | | | | | | dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64.
* Mdoc Janitor:hmp2003-10-241-2/+2
| | | | | | * Use uppercase for .Dt macro arguments. * Use 'manual' instead of 'man' for consistency.
* Mdoc Janitor:hmp2003-10-231-1/+1
| | | | | | * Add a forgotten .An macro for 'Jeroen Ruigrok van der Werven'. Noticed by: simon@
* Mdoc Janitor:hmp2003-10-2346-47/+47
| | | | * Use 'manual' instead of 'man' for consistency.
* Mdoc Janitor:hmp2003-10-231-71/+71
| | | | | | | | | | | | | * Uppercase the .Dt command contents. * Remove incorrect usage of .Fa. * Use .Va for struct members, and .Vt for structs (correct replacement for .Fa) * Markup VM_* and MAP_* macros with .Dv command. * Replace 'man' with 'manual' for consistency.
* Correct #include file in SYNOPSIS:hmp2003-10-231-1/+1
| | | | | It is not sys/geom_disk.h, but located under geom/ directory, so, mark it geom/geom_disk.h.
* Mdoc Janitor:hmp2003-10-231-3/+9
| | | | | | | | | | | | | * Uppercase .Dt command contents. * Make use of .Fo and .Fc for marking up functions with a lot of arguments. NOTE: Please do not use the `\' line seperator for mdoc(7) manual pages, as it has problems of its own on some displays; instead, consult the mdoc(7) manual on using .Fo and .Fc. * Change 'man' to 'manual' for consistency.
* Mdoc Janitor:hmp2003-10-231-1/+3
| | | | * Use the .Sx command for referencing sections.
* Add a GEOM(4) MLINK.hmp2003-10-231-0/+1
|
* Add a PAE(4) MLINK for simplicity.hmp2003-10-231-1/+2
|
* Mdoc Janitor:hmp2003-10-231-22/+38
| | | | | | | | | | | | | | | | | | * Add .Vt in the right places, transform some .Fa to .Vt, depending on discussion context. * When refering to the function malloc(), use .Fn, and not .Xr. * Add `The' to prefix a sentence when describing a function, so it results in ``The xxx() function..." * Use `system call' instead of `syscall'. * Improve the sentence which discusses accept_filt_generic_mod_event(); Talk about moduledata_t, and refer to the DECLARE_MODULE(9) manual page. * Properly markup .An (Author Name) throughout the AUTHORS section.
* Mdoc Janitor:hmp2003-10-231-3/+3
| | | | | | * Make use of .Xr for vput() and vrele() functions. * Reword (s/man/manual) in AUTHORS section.
* Mdoc Janitor:hmp2003-10-231-9/+10
| | | | | | | | | | | | | * Remove first person sentence start. * Make use of .Dv for LEASE_READ and LEASE_WRITE. * Move the LOCKS section below the standard mdoc(7) RETURN VALUES section. * Cleanup grammar for RETURN VALUES and AUTHORS section. * Remove redundant sentence on return values.
OpenPOWER on IntegriCloud