summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Have WITHOUT_BIND_MTREE imply WITHOUT_BIND_ETCphk2006-04-012-1/+5
|
* Convert the SYNOPSIS section to look like the ones used in other driverbrueffer2006-04-016-0/+72
| | | | | | manpages, mention module support. MFC after: 3 days
* Convert the SYNOPSIS section to look like the ones used in other driverbrueffer2006-04-013-5/+47
| | | | | | | | manpages, mention module support. Also add the crypto and cryptodev devices as the drivers are kind of useless without them. MFC after: 3 days
* Convert the SYNOPSIS section to look like the ones used in other driverbrueffer2006-04-011-4/+12
| | | | | | manpages. MFC after: 3 days
* Convert the SYNOPSIS section to look like the ones used in other driverbrueffer2006-04-011-6/+12
| | | | | | | manpages. Don't mention the include file, it's not important for the operation of this driver. MFC after: 3 days
* Add a standard boilerplate to the SYNOPSIS section that mentions howbrueffer2006-04-011-1/+13
| | | | | | to load a kernel module. MFC after: 3 days
* Mention the module in the synopsis.brueffer2006-04-012-2/+26
|
* o Add scc(4) to the build.marcel2006-03-302-14/+25
| | | | | | o Add the scc(4) manpage to the build. o Update the uart(4) manpage to account for scc(4). o Update the uart(4) module build to include support for scc(4).
* Add scc(4), a driver for serial communications controllers. Thesemarcel2006-03-301-0/+75
| | | | | | | | | controllers typically have multiple channels and support a number of serial communications protocols. The scc(4) driver is itself an umbrella driver that delegates the control over each channel and mode to a subordinate driver (like uart(4)). The scc(4) driver supports the Siemens SAB 82532 and the Zilog Z8530 and replaces puc(4) for these devices.
* document the tty files that uart(4) provides like sio(4) and pty(4) bothjmg2006-03-301-0/+14
| | | | | | | | | | do.. This copies only part of the FILES section from sio(4).... We might want to make tty(4) document the files provided, and have each of these document the characters that it uses... Pointed out by: Yasholomew Yashinski MFC after: 3 days
* Mention that MegaRAID SAS controllers are supported by mfi(4).brueffer2006-03-291-1/+6
|
* Mention that amr(4) supports older MegaRAID hardware and clean up thebrueffer2006-03-291-3/+8
| | | | last vestiges of example.4.
* Add a manual page for mfi(4).scottl2006-03-292-0/+87
|
* - Be explicit about libmap32.conf only working on amd64pav2006-03-271-2/+3
| | | | Requested by: ru
* - Document libmap32.confpav2006-03-271-1/+8
| | | | MFC after: 1 week
* The removal of CIRCLEQ left four queue macros. One sentence was missedemaste2006-03-251-1/+1
| | | | | | | | in the man page update. PR: docs/94938 Submitted by: Ed Schouten <ed@fxq.nl> MFC After: 3 days
* Move the check for non-ATIO_CMD ahead of the cache chech so thatmjacob2006-03-251-9/+10
| | | | | | | completion for unsupported commands doesn't abort. Reviewed by: nate MFC after: 2 weeks
* Revert last delta, it breaks cross-compiles.ru2006-03-251-6/+2
|
* Typesetting fix for -r1.137.mckusick2006-03-241-2/+4
| | | | | | | If a tail queue is empty the return value of TAILQ_LAST is not undefined, it is NULL. Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* Option MK_LIB32 only exists on amd64.ru2006-03-241-2/+6
|
* Add proper dependencies for the version map, and make sure 'make clean'des2006-03-231-1/+4
| | | | | | removes it if it was generated. Reviewed by: ru
* Make scsi_target actually compile after a structure membermjacob2006-03-221-1/+1
| | | | | | change. Obtained from: Either Scott, Nate, Ken or A. Nagy
* If a tail queue is empty the return value is notmckusick2006-03-221-2/+2
| | | | undefined, it is NULL.
* At least respond to REPORT LUNS with an ILLEGAL COMMAND response.mjacob2006-03-221-1/+4
| | | | | This keeps us from dumping core when modern OS' like Windows and Linux see us.
* Remove mentions of old compat options from here; equivalents areru2006-03-212-318/+3
| | | | now provided in src.conf(5).
* Install the autogenerated src.conf(5) manpage.ru2006-03-212-0/+518
|
* Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.ru2006-03-211-1/+0
|
* Desupport the *_COLLECT2 no-op.ru2006-03-211-6/+0
|
* Keep references sorted alphabetically.wkoszek2006-03-201-2/+2
| | | | | Spotted by: brueffer Approved by: cognet (mentor)
* Add reference to conscontrol(8).wkoszek2006-03-201-1/+2
| | | | | Reviewed by: ru Approved by: cognet (mentor)
* Extend coverage of the MK_IPX build option to the following:ru2006-03-202-0/+9
| | | | | | | | | | | | | | | | | | | | | - <netipx> headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option New MK_NCP build option controls: - <netncp> and <fs/nwfs> headers - NCP library (libncp) - ncplist(1) and ncplogin(1) - mount_nwfs(8) - ncp and nwfs kernel modules User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP. [1] <netsmb/netbios.h> unconditionally uses <netipx> headers so they are still installed. This needs to be dealt with.
* Document the requirement to run rpc.lockd(8) on both clientru2006-03-201-1/+8
| | | | and server when installing onto an NFS file system.
* Also refer to csup in the example SUP setting.mux2006-03-191-1/+1
|
* Commit a forgotten part of NO_PROFILE/NO_LIB32 conversion.ru2006-03-191-2/+5
|
* s/ifconfig tunnel greN/ifconfig greN tunnel/brd2006-03-191-1/+1
| | | | | Submitted by: ankon@#bsddocs Approved by: ceri@
* Add default for MK_PROFILEphk2006-03-191-0/+1
|
* Convert NO_PROFILE and NO_LIB32 to new style.ru2006-03-181-3/+3
|
* Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s canru2006-03-181-1/+3
| | | | handle it as well.
* Reimplementation of world/kernel build options. For details, see:ru2006-03-1715-44/+328
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Correct the requirements for g_new_consumer().des2006-03-171-5/+3
| | | | Approved by: phk
* Adapt for the new firmware ports.brueffer2006-03-162-4/+4
| | | | MFC after: 3 days
* Document JMicron JMB361, 365 and 366 support.brueffer2006-03-161-2/+2
| | | | MFC after: 3 days
* Add version_gen.awk to the installed files.deischen2006-03-161-1/+1
|
* Teach bsd.lib.mk to auto generate a version map file based ondeischen2006-03-162-0/+206
| | | | | | | | | | | a set of symbol definitions (VERSION_DEF) and symbol mappings (SYMBOL_MAPS). Add an awk script to generate the version map. Suggested by: ru Helped by: ru Reviewed by: ru
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-1/+23
| | | | | | | m_unshare and the caller can now control how mbufs are allocated Reviewed by: andre, luigi, mlaier MFC after: 1 week
* Fix the spelling of MAN to a modern syntax.ru2006-03-151-1/+1
|
* Style.ru2006-03-151-2/+2
|
* Import OpenBSD's manual page to the sys/sys/hash.c functions imported twoandre2006-03-141-0/+160
| | | | | | days earlier. Obtained from: OpenBSD
* Add link:jcamou2006-03-141-0/+1
| | | | | | | | | | rc.conf.local.5->rc.conf.5. PR: docs/87698 Reported by: Marian Cerny <jojo@matfyz.cz> Submitted by: Daniel Gerzo <danger@rulez.sk> Approved by: trhodes (mentor) MFC after: 3 days
* swap Bus and MAC/BBP columns.damien2006-03-131-82/+88
| | | | add more devices (RT2561S and RT2661) to the list of supported hardware.
OpenPOWER on IntegriCloud