summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Put on the core hat and back out all of the CSTD= changes. Core willimp2003-06-141-14/+0
| | | | | | | deal with working with the parties to define a coherent definition for CSTD that doesn't break things. Core hat seconded by: markm
* Remove the old xref to kerberos(1), and replace it with an xref totrhodes2003-06-141-1/+1
| | | | | | | kerberos(8). According to markm, the kerberos(8) manual page is installed if NO_KERBEROS is set. PR: 30443
* Revert to a known-good state. Anyone desiring to experiment with stricterdes2003-06-141-23/+9
| | | | global settings is free to do so in his or her own source tree.
* Build/install the PIC version of libgcc (libcc_pic.a) for use by sharedpeter2003-06-131-0/+1
| | | | libraries that do exception unwinding.
* We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()peter2003-06-131-2/+3
| | | | | | uses alloca() and alloca is impossible to implement as a callable function on amd64. It has to be a compiler builtin. Note that the bigger problem is that libc is not c99 clean internally.
* - Document the fact that you can specify several DMA operations tomux2003-06-131-15/+28
| | | | | | | | | | | | bus_dmamap_sync() by OR'ing them together. - Don't document what BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE and BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE is supposed to do when passed to bus_dmamap_sync(). There are other possible combinations and the reader just needs to know what the individual flags do and that he can combine different DMA operations. - Use .An when listing authors. Reviewed by: hmp
* Factor out the description of how to configure a CLIP into its ownharti2003-06-134-29/+130
| | | | | | man page. This will be more scaleable as more driver man pages hit the tree. Add also a description on how to do this configuration in the rc.conf script.
* Remove the documentation of the raw AAL0 access which has been removed.harti2003-06-131-28/+0
| | | | | This raw cell stuff not used in the tree and a doubt that it is used anywhere else. It was also very Midway specific.
* Make the midway driver use the new ATM phy driver. This allows one toharti2003-06-131-1/+8
| | | | | | | toggle several media options (sonet/sdh, for example) with ifconfig and to see the carrier state in ifconfig's output. It gives also read/write access (given the right privilegs) to the S/Uni registers to user space programs.
* Remove paragraph which describes how we might switch our packet queueinghmp2003-06-121-13/+0
| | | | | | | | | | | | | | | discipline to Random Early Detection (RED) in the future. The same para incorrectly spelt ``Random Early Detection'' as ``Random Early Drop''. While I am there, nuke IF_ENQ_DROP from the list of functions. More work will be done on this, since some of the functions like if_enq_drop() and if_queue_drop() were replaced with one function called if_handoff() that does the job of enqueing the packet and updating interface statistics as necessary. Reviewed by: wollman Approved by: des (mentor) MFC after: 1 day
* This is a driver for the physical layer chips used in ATM interfaces.harti2003-06-125-1/+442
| | | | | | | It currently supports the PMC Sierra Lite, Ultra and 622 chips and the IDT 77105. The driver handles media options and state in a consistent manner for ATM drivers. The next commit to the midway driver will make it use utopia.
* Document the fact that one is allowed to sleep while holding an sx lock.harti2003-06-121-0/+2
| | | | Discussed with: jhb@
* Rename the section 'locking considerations' into 'context'.harti2003-06-121-10/+5
| | | | | | | Change the wording in this section to get rid of references to mutexes and talk about sleeping instead. Discussed with: jhb@, ru@
* - Add manpages for the gem and hme ethernet drivers. These were obtainedtmm2003-06-104-0/+205
| | | | | | from NetBSD, and changed slightly to account for FreeBSD specifics. - Hook them up to the build. - Add them to the list of miibus-using drivers in miibus(4).
* Add cross-references to pci(4) and pciconf(8).sheldonh2003-06-101-0/+2
|
* Remove NOSHLIBS, users can get by with NOPIC.obrien2003-06-101-3/+1
| | | | Desired by: ru
* Hook up pci(9) manual page to the build.hmp2003-06-091-1/+6
| | | | Approved by: des (mentor)
* Bring in a manual page documenting some important functions of thehmp2003-06-091-0/+240
| | | | | | | | | | | | PCI bus interface. I have made some modifications to this manual page, so it looks a bit different from the original version that was posted to me. Submitted by: Bruce M. Simpson <bms@spc.org> Reviewed by: imp, mdodd (early copy) Approved by: des (mentor) MFC after: 3 days
* Remove duplicate 'of the'.roam2003-06-091-1/+1
| | | | | | PR: 53073 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> MFC after: 2 weeks
* Document the NOLIBPTHREAD and NOLIBTHR knobs.ru2003-06-081-0/+12
|
* Apply a couple of grammatical improvements.ceri2003-06-081-2/+2
| | | | MFC after: 2 days
* The .Xr utilitycharnier2003-06-081-6/+9
|
* Use .Ic instead of .Xr for internal commandscharnier2003-06-081-2/+2
|
* Remove reference to deprecated xtend(8)charnier2003-06-081-1/+0
|
* Add or correct section number in .Xrcharnier2003-06-086-23/+23
|
* The dhcp_program and dhcp_flags variables have to be renamed tomtm2003-06-071-2/+2
| | | | | | | | | | | | | | take advantage of the rc.subr(8) glue. They are renamed dhclient_program and dhclient_flags. o Rename them in rc.conf(5) o Rename them in /etc/defaults/rc.conf o Add the deprecated variables to /etc/rc.subr o Isolate the use of the 'command' variable to the NetBSD specific parts in /etc/rc.d/dhclient. o Now that dhcp_flags has also been renamed it will be applied properly by rc.subr(8) glue code. Reported by: John Nielsen <john@jnielsen.net>
* Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.obrien2003-06-071-0/+6
|
* Move <DT> to the endache2003-06-071-2/+2
|
* Move punctuation to its proper placeache2003-06-071-13/+16
|
* <sb> -> <Sb>ache2003-06-072-2/+2
|
* Fixes to reflect corresponding standardsache2003-06-074-118/+121
|
* Replace uk_UA.ISO8859-5 by linkache2003-06-072-13/+10
| | | | Add link for zh_CN.GBK
* Fix typo in prev. commitache2003-06-071-1/+1
|
* Move <DT> to the endache2003-06-074-9/+11
|
* Add ru_RU.CP1251ache2003-06-074-0/+52
|
* Replace by links ru_RU.CP866 and ru_RU.ISO8859-5ache2003-06-073-27/+5
| | | | Add link to ru_RU.CP1251
* Add ru_RU.CP1251ache2003-06-072-0/+103
|
* Add ru_RU.CP1251ache2003-06-062-0/+45
|
* Add ru_RU.CP1251ache2003-06-061-0/+5
|
* Compile our code as C99 w/GNU extensions by default.obrien2003-06-061-1/+2
| | | | We can't use straight "c99" due to the lack of alloca.S for non-i386 platforms.
* Fixed cross references to pccbb(4), fixed spelling of "device cbb",ru2003-06-054-3/+4
| | | | | | and linked the pccbb(4) manpage to cbb(4). Reviewed by: imp
* Document VOP_LISTEXTATTR(9).rwatson2003-06-055-3/+133
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* ENOATTR is now used for error returns indicating an undefinedrwatson2003-06-052-4/+5
| | | | | | | | | | extended attribute. EINVAL can also reflect an invalid namespace for either a get or set operation on EAs. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Update some library names. Libraries come, libraries go.markm2003-06-041-3/+2
|
* Document the BUG (feature) that you can pass in an empty name torwatson2003-06-041-1/+6
| | | | | | | | VOP_GETEXTATTR() to retrieve the attribute name list on some file systems, and note that this will be replaced with its own VOP in due course. Pointed out by: Dominic Giampaolo <dbg@apple.com>
* The vnode operations for extended attributes no longer suffer fromrwatson2003-06-041-4/+1
| | | | | the features (bugs) in the BUGS section related to querying the required buffer size, or telling if an overflow occured.
* Mdoc: fix hard sentence breaks.hmp2003-06-031-35/+57
| | | | Approved by: des (mentor)
* The midway driver has been busdmaified and is not i386-specific anymore.harti2003-06-034-64/+18
| | | | | | | Repo-copy it from the i386 specific man4 section to the common one. Remove the i386 keyword from the man page header. Document the sysctl interface to the driver. Fix a spelling error (ALL -> AAL).
* The devclass is an object type, mark it as such.ru2003-06-022-5/+5
| | | | This also unbreaks the devclass_find(9) manpage.
* Restore one usage of .Ar that was legal.ru2003-06-021-1/+1
|
OpenPOWER on IntegriCloud