summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Backout my last changes. ISO-8859-15 does not specify ACS graphics.matteo2006-04-305-32/+32
| | | | Requested by: ache
* Add curses ACS line graphics support for iso15 fontsmatteo2006-04-295-32/+32
| | | | | | | | | | | | | | | Now ncurses-based programs such as sysinstall and mc will display the correct font for graphical lines instead of "-" and "+" characters. Correct two special characters for cons25l1 in termcap: use real arrows instead of ">>" and "<<". Add a lot of additional symbols for line drawing which are taken from the CP437 font. Almost all of the ACS symbols are now implemented. PR: conf/90082 Submitted by: Oliver Fromme <olli@secnetix.de> MFC after: 1 week
* Correct sentence, forwarding non IP packets is now an option.thompsa2006-04-291-2/+2
|
* Typo.keramida2006-04-291-1/+1
|
* Fix a couple of typos and other minor nitskeramida2006-04-281-4/+4
| | | | Reviewed by: rwatson
* Minor improvements after last revision.keramida2006-04-281-9/+13
| | | | Reviewed by: thompsa
* o Borrow from if_bridge.4: note that the bridge interface need to be upped.maxim2006-04-282-2/+2
| | | | | PR: docs/94545 Submitted by: thompsa
* Fix typo.rwatson2006-04-281-1/+1
| | | | | MFC after: 1 month Submitted by: Antoine Brodin <antoine dot brodin@laposte dot net>
* Minor wording and formatting fixes.brueffer2006-04-281-3/+7
|
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+2
| | | | | | | | databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
* - use ath(4) in the wireless examples rather than the aging wi(4)thompsa2006-04-281-19/+37
| | | | | | | - make the packet filtering its own section and clarify a few points - note that the interfaces need to be upped [1] PR: docs/94545 [1]
* Add a basic man page for the sysctl(9) macro interfaces. Previously manrwatson2006-04-284-0/+346
| | | | | | | | | | | | | pages existed only for the dynamic sysctl interfaces. There's probably more complete and accurate content, better advice, etc, that could be added here. Per scottl's suggest, add a small piece of moralizing text regarding the fact that sysctl names quickly get embedded in system configuration files, libraries, third party applications, and even books, so renaming and removing names after they've been published is a tricky issue. MFC after: 1 month
* Add a section about locking protocol for busdma.scottl2006-04-281-0/+59
|
* Oops, forgot to remove the old entry in the last revision.brueffer2006-04-281-1/+0
|
* Install rr232x.4 only on i386 and amd64.brueffer2006-04-281-0/+2
|
* Add a manpage for the rr232x driver.scottl2006-04-282-0/+96
|
* document the new tunable.mr2006-04-251-0/+6
|
* Mention VIA VT8251 support.brueffer2006-04-251-1/+3
|
* Remove the sab(4) manpage.marcel2006-04-242-85/+0
|
* document the various bus_space_*_stream_? functions...jmg2006-04-222-6/+336
|
* Spelling/grammar fixes.jkoshy2006-04-211-11/+10
| | | | MFC after: 1 week
* - ipmi is a device, not an option (1)brueffer2006-04-201-4/+5
| | | | | | - use standard formatting for authors Submitted by: Pawel Worach <pawel.worach@gmail.com> (1)
* Fix x.fmtache2006-04-201-1/+1
| | | | | PR: 88222 Submitted by: Anders Lindquist <andersl@saaf.se>
* Add MLINKS for rwlock(9).jhb2006-04-191-0/+10
|
* Document rw_try_upgrade() and rw_downgrade().jhb2006-04-191-0/+23
|
* Various nits and fixups so that the text reads smoother in several places.jhb2006-04-191-69/+80
| | | | | Also, more closely match the prototypes in sys/rwlock.h and add a BUGS section.
* Trim a couple of xrefs.jhb2006-04-191-2/+0
|
* - Add new ntpd_config variable so that people can override it in rc.conf.flz2006-04-181-1/+8
| | | | | | | | - Add default value in /etc/defaults/rc.conf. - Add documentation bits to rc.conf(5). Approved by: cperciva (mentor) MFC after: 1 week
* - Sleep/wakeup operate on threads now, not processes.jhb2006-04-171-40/+62
| | | | | | | | | | - Describe msleep() as the primary sleep function now rather than tsleep() and describe tsleep() and msleep_spin() as variations. - Try to make the description of msleep() a bit closer to English (sentences with actual subjects, etc.) - Document that a priority of 0 now prevents the thread's priority from being altered. - Add a history note for wakeup_one().
* o Document /dev/fido.maxim2006-04-151-4/+3
| | | | | | PR: docs/85425 Approved by: phk MFC after: 2 weeks
* o Fix prototype for SYSCALL_MODULE(9): the third argumentmaxim2006-04-151-3/+3
| | | | | | | | is a pointer to struct sysent. Correct its description. PR: docs/84790 Submitted by: Dirk Gouders MFC after: 2 weeks
* Fix markup and some typos.ru2006-04-141-23/+70
|
* Make CCD be able to read and write Linux software raids.cracauer2006-04-131-0/+28
| | | | | | | | | | Supported for raid-0 with <n> disks, raid-1 with 2 disks. Manpages have examples, warnings etc. Test scripts on http://www.cons.org/cracauer/ccdconfig-linux/ Reviewed by: alfred
* Spell synchronous with required silent 'h'.brooks2006-04-131-2/+2
| | | | | Reported by: ru, ceri Pointy hat: brooks
* bce(4) does polling too.brueffer2006-04-131-1/+2
| | | | MFC after: 3 days
* Regen.ru2006-04-131-4/+8
|
* Commit the various network interface configutation updates I've beenbrooks2006-04-131-8/+30
| | | | | | | | | | | | | | | | working on. 1) Make it possible to configure interfaces with certain characters in their names that aren't valid in shell variables. Currently supported characters are ".-/+". They are converted into '_' characters. 2) Replace nearly all eval statements in network.subr with a new function get_if_var which substitues an interface name (after the translations above) for "IF" in a variable name. 3) Fix list_net_interfaces() in the nodhcp case. 4) Allow the administrator to specify if dhclient should be started when /etc/rc.d/netif configures the interface or only by devd. This can be set on both a per interface and system wide basis. PR: conf/88974 [1,2], conf/92433 [1,2]
* Document the bluetooth/, rc.d/, security/ and ssh/ etc subdirectories.brueffer2006-04-121-2/+16
| | | | | Prodded by: markus MFC after: 3 days
* If we end up with a CTIO completing with CAM_REQUEUE_REQ,mjacob2006-04-111-2/+16
| | | | | be obliging and just redo the request instead of squawking and dying.
* Fix typo.brueffer2006-04-111-1/+1
| | | | | | PR: 95620 Submitted by: Stephane Bortzmeyer <bortzmeyer@nic.fr> MFC after: 3 days
* - Add support for the Acer Acerscan 640BT.flz2006-04-111-1/+3
| | | | | | | | | - Add documentation bits. PR: usb/95616 Submitted by: Matthieu Guegan <lesaint@gcu.info> Approved by: cperciva (mentor) MFC after: 3 days
* Add bce(4).brueffer2006-04-101-1/+4
|
* - Correct some typosbrueffer2006-04-101-8/+12
| | | | - New sentence, new line
* Hook bce up to the buildps2006-04-101-0/+1
|
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-101-0/+293
| | | | | | PCI/PCIe Gigabit Ethernet adapeter. Submitted by: David Christensen
* Remove redundant 'from'.pjd2006-04-101-1/+1
|
* Document CRD_F_KEY_EXPLICIT flag. While here more flags description morepjd2006-04-101-2/+8
| | | | | | readable. MFC after: 2 weeks
* - Mention the Epson Stylus Photo RX425 scanner in uscanner(4), missed in myflz2006-04-101-1/+3
| | | | | | | | latest commit. Reminded by: simon Approved by: cpercival (mentor, implicit) MFC after: 3 days
* Sync acpi_asus(4) manual with the code.philip2006-04-091-1/+5
| | | | | Reminded by: brueffer X-MFC after: 3 days (or so)
* - Add following global jail options, used if no jail-specific options areflz2006-04-081-6/+177
| | | | | | | | | | | | | | | | | | set: * jail_mount_enable * jail_devfs_ruleset * jail_devfs_enable * jail_fdescfs_enable * jail_procfs_enable * jail_fstab * jail_flags - Add a jail_interface / jail_<jid>_interface option. An ip alias will be created (jail_<jid>_ip) on jail_interface or jail_<jid>_interface if set. This is not a mandatory option. - Document all missing jail_* options in rc.conf(5). Approved by: cperciva (mentor) MFC after: 2 weeks
OpenPOWER on IntegriCloud