summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fix two typos and sort sysctls.joel2009-07-071-9/+9
| | | | | PR: docs/136408 Approved by: re (blanket)
* Document the new EQ and VPC features along with a few loader tunables.joel2009-07-061-5/+56
| | | | | Reviewed by: ariff Approved by: re (blanket)
* acpi_hp.c:rpaulo2009-07-032-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | - sysctl dev.acpi_hp.0.verbose to toggle debug output - A modification so this can deal with different array lengths when reading the CMI BIOS - now it works ok on HP Compaq nx7300 as well. - Change behaviour to query only max_instance-1 CMI BIOS instances, because all HPs seen so far are broken in that respect (or there is a fundamental misunderstanding on my side, possible as well). This way a disturbing ACPI Error Field exceeds Buffer message is avoided. - New bit to set on dev.acpi_hp.0.cmi_detail (0x8) to also query the highest guid instance of CMI bios acpi_hp.4: - Document dev.acpi_hp.0.verbose sysctl in man page - Document new bit for dev.acpi_hp.0.cmi_detail - Add a section to manpage about hardware that has been reported to work ok Submitted by: Michael Gmelin <freebsdusb at bindone.de> Approved by: re (kib) MFC after: 2 weeks
* - Add support to atomically set/clear individual bits of a MSR registerstas2009-06-301-1/+6
| | | | | | | | | | | | | | | | | | | via cpuctl(4) driver. Two new CPUCTL_MSRSBIT and CPUCTL_MSRCBIT ioctl(2) calls treat the data field of the argument struct passed as a mask and set/clear bits of the MSR register according to the mask value. - Allow user to perform atomic bitwise AND and OR operaions on MSR registers via cpucontrol(8) utility. Two new operations ("&=" and "|=") have been added. The first one applies bitwise AND operaion between the current contents of the MSR register and the mask, and the second performs bitwise OR. The argument can be optionally prefixed with "~" inversion operator. This allows one to mimic the "clear bit" behavior by using the command like this: cpucontrol -m 0x10&=~0x02 # clear the second bit of TSC MSR Inversion operator support in all modes (assignment, OR, AND). Approved by: re (kib) MFC after: 1 month
* acpi_wmi_if:rpaulo2009-06-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Document different semantics for ACPI_WMI_PROVIDES_GUID_STRING_METHOD acpi_wmi.c: - Modify acpi_wmi_provides_guid_string_method to return absolut number of instances known for the given GUID. acpi_hp.c: - sysctl dev.acpi_hp.0.verbose to toggle debug output - A modification so this can deal with different array lengths when reading the CMI BIOS - now it works ok on HP Compaq nx7300 as well. - Change behaviour to query only max_instance-1 CMI BIOS instances, because all HPs seen so far are broken in that respect (or there is a fundamental misunderstanding on my side, possible as well). This way a disturbing ACPI Error Field exceeds Buffer message is avoided. - New bit to set on dev.acpi_hp.0.cmi_detail (0x8) to also query the highest guid instance of CMI bios acpi_hp.4: - Document dev.acpi_hp.0.verbose sysctl in man page - Document new bit for dev.acpi_hp.0.cmi_detail - Add a section to manpage about hardware that has been reported to work ok Submitted by: Michael Gmelin, freebsdusb at bindone.de Approved by: re (kib) MFC after: 2 weeks
* Correct some minor nits with the 2BSD and 3BSD series of releasesimp2009-06-261-5/+6
| | | | | | | | | | | based on the information at The Unix Historical Society web page (http://www.tuhs.org/Unix_History). Where multiple sources differ, retain all data. Prefer 2.79BSD to 2.7.9BSD, since the former is from /LABEL form the actual release. Use the /LABEL date as in the TUHS tables (the curious can read http://minnie.tuhs.org/Unix_History/2bsd for all the conflicting date confusion if they want). Approved by: re@
* Add the KNOWN-DEFECTS file back in for the 9.6.1 release.dougb2009-06-251-1/+1
|
* Rename man4/if_bridge.4 to man4/bridge.4 in order to be consistent with otherthompsa2009-06-252-2/+2
| | | | | peueso interfaces. The .Nm name hasnt been changed and all xrefs are still valid.
* Support shadow.byname and shadow.byuid maps, protecting them bybrian2009-06-251-6/+14
| | | | | | | | | | insisting on privileged port access. Include /var/yp/Makefile.local if it exists and suggest using it to override /var/yp/Makefile behaviour. Approved by: re (kib) MFC after: 3 weeks
* update the manpage to track existing options (including --iso),luigi2009-06-251-66/+84
| | | | | | and alphabetize them. MFC after: 3 days
* Merge from p4: CH154790,154793,154874bz2009-06-241-0/+120
| | | | | | | | | Import if_epair(4), a virtual cross-over Ethernet-like interface pair. Note these files are 1:1 from p4 and not yet connected to the build not knowing about the new netisr interface. Sponsored by: The FreeBSD Foundation
* Document new hint.atapci.X.msi and hint.ata.X.pm_level tunables.mav2009-06-241-1/+19
|
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-241-0/+1
| | | | | | system calls and the security.jail.param sysctls. Approved by: bz (mentor)
* Move programming info from usb(4) to usbdi(9) and update for the usb stackthompsa2009-06-243-1779/+626
| | | | changeover. Needs much more content still.
* Add stack_print_short() and stack_print_short_ddb() interfaces torwatson2009-06-241-3/+11
| | | | | | | stack(9), which generate a more compact rendition of a stack trace via the kernel's printf. MFC after: 1 week
* Add one more reference to SEE ALSO. Sort while here.joel2009-06-231-2/+6
| | | | Submitted by: ariff
* Bring in a few mdoc/language fixes.joel2009-06-231-13/+25
| | | | Submitted by: ru
* Usermode portion of the support for swap allocation accounting:kib2009-06-232-0/+33
| | | | | | | | | | | - update for getrlimit(2) manpage; - support for setting RLIMIT_SWAP in login class; - addition to the limits(1) and sh and csh limit-setting builtins; - tuning(7) documentation on the sysctls controlling overcommit. In collaboration with: pho Reviewed by: alc Approved by: re (kensmith)
* - Update regarding the support for SBus GEM added in r194763.marius2009-06-231-9/+25
| | | | - Improve the description a bit and add a reference to vlan(4).
* Fix double path issue and other nits.rpaulo2009-06-232-376/+1
| | | | MFC after: 2 weeks
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-233-0/+744
| | | | | | | | | * Driver for ACPI HP extra functionations, which required ACPI WMI driver. Submitted by: Michael <freebsdusb at bindone.de> Approved by: re MFC after: 2 weeks
* Start documenting some of the new sound stuff. More is on the way.joel2009-06-221-2/+116
| | | | | | Probably also needs some more mdoc love. Reviewed by: ariff
* Improve sentence and add reference to openpty(3). Add missing newlines.ed2009-06-201-5/+8
|
* Document crcopysafe() and crsetgroups().brooks2009-06-191-5/+37
| | | | Reminded by: julian
* MFV of r194480edwin2009-06-191-6/+9
| | | | - Official start of Bangladesh DST.
* Introduce support for adaptive spinning in lockmgr.attilio2009-06-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Actually, as it did receive few tuning, the support is disabled by default, but it can opt-in with the option ADAPTIVE_LOCKMGRS. Due to the nature of lockmgrs, adaptive spinning needs to be selectively enabled for any interested lockmgr. The support is bi-directional, or, in other ways, it will work in both cases if the lock is held in read or write way. In particular, the read path is passible of further tunning using the sysctls debug.lockmgr.retries and debug.lockmgr.loops . Ideally, such sysctls should be axed or compiled out before release. Addictionally note that adaptive spinning doesn't cope well with LK_SLEEPFAIL. The reason is that many (and probabilly all) consumers of LK_SLEEPFAIL are mainly interested in knowing if the interlock was dropped or not in order to reacquire it and re-test initial conditions. This directly interacts with adaptive spinning because lockmgr needs to drop the interlock while spinning in order to avoid a deadlock (further details in the comments inside the patch). Final note: finding someone willing to help on tuning this with relevant workloads would be either very important and appreciated. Tested by: jeff, pho Requested by: many
* Long long time ago, several utilities in base used to parse %c output andjkim2009-06-152-10/+6
| | | | | | we were not able to change c_fmt without breaking these utilities. Since ache fixed all known issues 8 years ago, now we make ko_KR more usable. Better late than never...
* Add a man page for cas(4) and reference it as appropriate.marius2009-06-155-3/+164
| | | | | Approved by: re (kib) MFC after: 2 weeks
* AM/PM should come first in korean.jkim2009-06-152-2/+2
|
* Undo the change in r193688 as suggested in conf/72076.edwin2009-06-152-2/+10
| | | | | People on IRC and the -doc mailinglist (June 2009) showed that this new format wasn't used or known widely enough to justify the change.
* Add an optional callback function that will be invoked when a per-CPUbz2009-06-141-1/+8
| | | | | | | | | | queue was drained. It will never fire for a directly dispatched packet. You will most likely never want to use this for any ordinary netisr usage and you will never blame netisr in case you try to use it and it does not work as expected. Reviewed by: rwatson
* Add myself.nork2009-06-141-0/+2
| | | | Approved by: imp (mentor)
* Improve the description a bit and add a reference to vlan(4).marius2009-06-141-2/+12
|
* Remove a line break leaving a function return type attached to the oldbz2009-06-141-2/+1
| | | | | function declaration bottom rather than the new function declaration start.
* Add missing passthrough printing entries for VT100 and workalikesedwin2009-06-141-1/+1
| | | | | | | | | | | | | in /etc/termcap: VT100 spec indicates that passthrough printing can be enabled by sending ESC[5i and disabled by sending ESC[4i These entries should be listed as po and pf in /etc/termcap, but are absent. See http://www.vt100.net/docs/vt102-ug/chapter5.html#S5.5.2.23 PR: conf/71549 Submitted by: Andrew Webster <andrew@pubnix.net> MFC after: 1 week
* Termcap updates for screen and linux console:edwin2009-06-141-1/+5
| | | | | | | | | screen entry: F11-F20 keys added linux entry: F10-F20 keys added, ACS line graphics added PR: kern/108899 Submitted by: Joseph Terner<jtsn@gmx.de> MFC after: 1 week
* Add missing terminal definition for Wyse 120 in termcapedwin2009-06-141-0/+25
| | | | | | | | | | | | Although the PR contains also the definitions of the Wyse 60, they are not copied into it since there are already definition for them in the termcap file since 1997. Also, the PR didn't use the :tc=xxx: feature, so I've imploded them. PR: conf/81882 Submitted by: Meister des Chaos <meister@netz00.com> MFC after: 1 week
* Add missing termcap entry for rxvt-unicode.edwin2009-06-141-0/+6
| | | | | | | | | | | | | The termcap database does not have an entry for rxvt-unicode. This means that programs that need an entry such as vi fail to work when connecting via ssh using this terminal emulator. The added data is not the same as the PR submitted by Richard, it uses the :tc=xxx: option to inherit everything from rxvt-mono. PR: conf/117323 Submitted by: Richard Bradshaw <richard.bradshaw@blueyonder.co.uk> MFC after: 1 week
* Fix typo in cons25l7 definition in etc/termcap.small and share/termcapedwin2009-06-121-2/+2
| | | | | | | | | | There is a minor typo in the cons25l7 (':' instead of '|') entry in src/etc/termcap.small that causes syscons to complain about bogus characters in /etc/termcap.db. PR: conf/132777 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> MFC after: 1 week
* Fix printing of some wide-characters by iswprint() on ja_JP.eucJPedwin2009-06-122-2/+2
| | | | | | | | | | | | | and ja_JP.SJIS locale The iswprint() function does not return non-zero if used for some wide-character that it code was 0x824f-0x8258 on ja_JP.SJIS and 0xa3b0-0xa3b9 on ja_JP.eucJP locale. But those are right Japanese wide-character code. PR: conf/124511 Submitted by: Michihiro NAKAJIMA <ggcueroad@gmail.com> MFC after: 1 week
* Add various new keymaps:edwin2009-06-125-2/+427
| | | | | | | | | | | | | | | | | | | | | | | | | | | | addition: danish syscons keymap with accents There are two danish keymap files shipping with FreeBSD: danish.iso.kbd and danish.cp865.kbd. None of these support accents by use of dead keys, which isn't crucial to Danes but often used. This is a new keymap, danish.iso.acc.kbd, that's based on danish.iso.kbd with the accent part taken from german.iso.acc.kbd. pl_PL.dvorak keymap for syscons. Polish dvorak keymap by Robert Sebastian Gerus (17:05 01-07-2006 CEST) <arachnist@gmail.com>. Based on pl_PL.ISO-8859-2 and us.dvorak keymaps. British English Dvorak keymap for syscons. Attached is a Dvorak keymap for British English, with a pound-sterling symbol on on Shift-3 and some other characters in different places to the US Dvorak keymap. I've based the layout on the X.org GB keymap, Dvorak variant. PR: conf/72978, kern/99692, conf/117257 Submitted by: Kim Norgaard <jasen@jasen.dk>, Robert Sebastian Gerus <arachnist@gmail.com>, "Benjamin A'Lee" <bma@subvert.org.uk> MFC after: 1 week
* French translations for keyboards keymaps descriptionsedwin2009-06-121-9/+62
| | | | | | | | | | French translations for keyboards keymaps descriptions with some corrections on existing translations in the /usr/share/syscons/keymaps/INDEX.keymaps PR: conf/71767 Submitted by: Henri Michelon <hmichelon@e-cml.org> MFC after: 1 week
* ko_KR: AM/PM date format should be localized.jkim2009-06-112-8/+4
| | | | Inspired by: r193869
* Add euro symbol to pt_PT locale using other encodingsedwin2009-06-103-2/+76
| | | | | | PR: conf/98815 Submitted by: Rui Lopes <rgl@ruilopes.com> MFC after: 1 week
* Croatian locale support for hr_HR.ISO8859-2edwin2009-06-102-1/+41
| | | | | | | | | | Without this patch /usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE is a link to the ../la_LN.ISO8859-2/LC_COLLATE. It means that there is no support for Croatian locale. PR: conf/120113 Submitted by: Simun Mikecin <numisemis@yahoo.com> MFC after: 1 week
* Invalid (long) date format in pl_PL.ISO8859-2.srcedwin2009-06-102-2/+2
| | | | | | | | | Date format is %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET") but should be "%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET"). PR: conf/119804 Submitted by: Bodek <bodek@blurp.org> MFC after: 1 week
* add ca_AD, ca_FR and ca_IT localesedwin2009-06-106-29/+41
| | | | | | | | | | | | | | Catalan language is not only spoken in Spain (ca_ES), but also in Andorra, France and Italy. In Andorra it is the official language. (see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution) Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT. PR: conf/92541 Submitted by: <rmh@io.debian.net> MFC after: 1 week
* Marvell 88W8363 driver and associated firmwaresam2009-06-103-0/+242
|
* iwn does not require a license acksam2009-06-101-22/+1
|
* Add alc(4) man page and hook up ale(4) to the build.yongari2009-06-105-3/+169
| | | | Also add Xr to appropriate man pages.
OpenPOWER on IntegriCloud