summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* o) Fix mips/mips -> mips for Makefile.inc1.jmallett2012-03-291-2/+2
| | | | o) Rebuild src.conf.5.
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-293-4/+4
| | | | | | | | | | | | | | | This makes our naming scheme more closely match other systems and the expectations of much third-party software. MIPS builds which are little-endian should require and exhibit no changes. Big-endian TARGET_ARCHes must be changed: From: To: mipseb mips mipsn32eb mipsn32 mips64eb mips64 An entry has been added to UPDATING and some foot-shooting protection (complete with warnings which should become errors in the near future) to the top-level base system Makefile.
* - Do not clobber softc when psm(4) is reintialized.jkim2012-03-271-13/+7
| | | | | | | | | | | | - Make INITAFTERSUSPEND flag independent of HOOKRESUME flag. - Automatically set INITAFTERSUSPEND flag when ALPS GlidePoint is detected. - Always probe Synaptics Touchpad. Allow MOUSE_SYN_GETHWINFO ioctl and automatically set INITAFTERSUSPEND flag when a supported device is detected, regardless of "hw.psm.synaptics_support" tunable setting. - Update psm(4) to reflect the above changes. - Remove long-time defunct SYNCHACK flag while I am in the neighborhood. MFC after: 1 month
* mdoc: add missing El macro.joel2012-03-271-0/+1
|
* Add a list of available devices which matches the names shown by pciconf.bschmidt2012-03-271-7/+25
| | | | | | While here add 2 missing firmware modules. MFC after: 1 week
* mdoc: sort prologue macros.joel2012-03-261-1/+1
|
* mdoc: Remove tabs in non-literal context.joel2012-03-262-2/+2
|
* mdoc: terminate quoted strings.joel2012-03-267-11/+11
| | | | Reviewed by: brueffer
* - Add knlist_init_rw_reader() function to kqueue(9).melifaro2012-03-262-3/+22
| | | | | | | | | | | Function acquired reader lock if needed. Assert check for reader or writer lock (RA_LOCKED / RA_UNLOCKED) - While here, add knlist_init_mtx.9 to MLINKS and fix some style(9) issues Reviewed by: glebius Approved by: ae(mentor) MFC after: 2 weeks
* mdoc: document title should be all caps.joel2012-03-251-1/+1
|
* Make sure sections are sorted into conventional order.joel2012-03-253-26/+26
|
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Add a few more exampleseadler2012-03-241-0/+4
| | | | | | | Submitted by: jmallett Approved by: cperciva (implicit) MFC after: 3 days X-MFC-With: r233429
* - Make the default values for tcsh more user friendlyeadler2012-03-242-0/+62
| | | | | | | | | - Add an examples file with many of the not accepted suggestions from the discussion PR: conf/160689 Reviewed by: many Discussed on: current Approved by: cperciva
* Direct users to csup instead of cvsup in the csup-file boilerplate text.eadler2012-03-247-70/+49
| | | | | | Reviewed by: maxim, des, swills Approved by: cperciva MFC after: 3 days
* Add QGE-X to the list of known-working cards.marius2012-03-241-1/+4
| | | | MFC after: 1 week
* Remove superfluous paragraph macro.joel2012-03-2438-57/+0
|
* Expand contraction.pluknet2012-03-231-1/+1
| | | | Spotted by: bjk
* Update IFCAP_* macro descriptions.pluknet2012-03-231-12/+39
| | | | | Reviewed by: attilio (polling part, a previous version) MFC after: 1 week
* Clean up from the old kern.polling.pluknet2012-03-231-48/+10
| | | | | Reviewed by: attilio MFC after: 1 week
* Document IFT_USB referenced by IFF_CANTCONFIG since the previous change,pluknet2012-03-231-0/+2
| | | | | | so that ifnet(9) is self contained. MFC after: 1 week
* Update IFF_* macro descriptions.pluknet2012-03-231-8/+33
| | | | MFC after: 1 week
* Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).jkim2012-03-221-1/+3
| | | | MFC after: 3 days
* Update snd_cmi, snd_csa and snd_emu10kx status.joel2012-03-221-4/+4
|
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsstas2012-03-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | several new kerberos related libraries and applications to FreeBSD: o kgetcred(1) allows one to manually get a ticket for a particular service. o kf(1) securily forwards ticket to another host through an authenticated and encrypted stream. o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1) and other user kerberos operations. klist and kswitch are just symlinks to kcc(1) now. o kswitch(1) allows you to easily switch between kerberos credentials if you're running KCM. o hxtool(1) is a certificate management tool to use with PKINIT. o string2key(1) maps a password into key. o kdigest(8) is a userland tool to access the KDC's digest interface. o kimpersonate(8) creates a "fake" ticket for a service. We also now install manpages for some lirbaries that were not installed before, libheimntlm and libhx509. - The new HEIMDAL version no longer supports Kerberos 4. All users are recommended to switch to Kerberos 5. - Weak ciphers are now disabled by default. To enable DES support (used by telnet(8)), use "allow_weak_crypto" option in krb5.conf. - libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings disabled due to the function they use (krb5_get_err_text(3)) being deprecated. I plan to work on this next. - Heimdal's KDC now require sqlite to operate. We use the bundled version and install it as libheimsqlite. If some other FreeBSD components will require it in the future we can rename it to libbsdsqlite and use for these components as well. - This is not a latest Heimdal version, the new one was released while I was working on the update. I will update it to 1.5.2 soon, as it fixes some important bugs and security issues.
* Merge ACPICA 20120320.jkim2012-03-201-1/+9
|
* Update the list of struct ifnet fields.pluknet2012-03-201-32/+115
| | | | | | | | | | | | | | - Document if_vnet, if_home_vnet, if_carp, if_vlantrunk, if_multiaddrs, if_amcount, if_addr, if_llsoftc stub, if_broadcastaddr, if_bridge, if_label, if_afdata, if_afdata_initialized, if_afdata_lock, if_linktask, if_addr_mtx (now if_addr_lock), if_clones, if_groups, if_pf_kif, if_lagg, if_alloctype - G/c now defunct and/or commented out in the manual page if_ipending, if_poll_slowq, if_done, if_poll_recv, if_poll_xmit, if_poll_slowinput, if_poll_intren - Update if_snd type changed with ALTQ integration. MFC after: 1 week
* o Xr siftr.4 in order to expose it to a wider audience.maxim2012-03-201-0/+1
| | | | Reviewed by: lstewart
* o Sort Xrs.maxim2012-03-191-3/+3
|
* o Trim EoL whitespaces.maxim2012-03-191-4/+4
|
* Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mkdim2012-03-161-84/+85
| | | | | | | | | files, and style.Makefile(5), where applicable. While here, update the link to the gcc warning documentation. No functional change. MFC after: 1 week
* Add implementation note about when a condition variable can be destroyed.davidxu2012-03-161-0/+3
|
* Some formatting for r232919.mav2012-03-131-1/+3
| | | | Submitted by: pluknet
* Add kern.eventtimer.activetick tunable/sysctl, specifying whether eachmav2012-03-131-1/+7
| | | | | | | | | | | | | | | | | | | hardclock() tick should be run on every active CPU, or on only one. On my tests, avoiding extra interrupts because of this on 8-CPU Core i7 system with HZ=10000 saves about 2% of performance. At this moment option implemented only for global timers, as reprogramming per-CPU timers is too expensive now to be compensated by this benefit, especially since we still have to regularly run hardclock() on at least one active CPU to update system uptime. For global timer it is quite trivial: timer runs always, but we just skip IPIs to other CPUs when possible. Option is enabled by default now, keeping previous behavior, as periodic hardclock() calls are still used at least to implement setitimer(2) with ITIMER_VIRTUAL and ITIMER_PROF arguments. But since default schedulers don't depend on it since r232917, we are much more free to experiment with it. MFC after: 1 month
* Make boot2 build with Clang again.jkim2012-03-091-2/+4
| | | | | Submitted by: dim (bsd.sys.mk) Reviewed by: dim, jhb
* Remove undesired sysctl(3) xrefemaste2012-03-091-2/+1
| | | | Submitted by: bde
* Correct markup, use proper reference for sysctl(3)emaste2012-03-081-2/+4
| | | | Submitted by: brueffer@
* Add new USB device IDs.hselasky2012-03-081-0/+2
| | | | | PR: usb/165815 MFC after: 1 week
* Inbound TCP-MD5 digest validation is now supportedemaste2012-03-081-3/+4
|
* Move struct if_data basic description to a more suitable place, and removepluknet2012-03-071-14/+9
| | | | | | a bit of .Bx 4.4 history. MFC after: 1 week
* o Sync LOCK_PROFILING manpage with the current code: removemaxim2012-03-071-27/+9
| | | | | | | unexistent sysctls, add new ones. Reviewed by: gjb Sponsored by: Nginx, Inc.
* Reflect that if_output changed to take a struct route as its fourthpluknet2012-03-071-1/+1
| | | | | | argument (r191148). MFC after: 1 week
* Update ifa_rtrequest() description after post-4.4BSD change made in r85074.pluknet2012-03-071-9/+6
| | | | | | | | 3rd argument of ifa->ifa_rtrequest is now ``rt_addrinfo *'' instead of ``sockaddr *''. While here, un-document RTM_RESOLVE cmd argument for ifa_rtrequest() that became a stub after separating L2 tables in r186119. MFC after: 1 week
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-061-0/+117
| | | | | | | | | | | | | Winbond Super I/O chips. With minor efforts it should be possible the extend the driver to support further chips/revisions available from Winbond. In the simplest case only new IDs need to be added, while different chipsets might require their own function to enter extended function mode, etc. Sponsored by: Sandvine Incorporated ULC (in 2011) Reviewed by: emaste, brueffer MFC after: 2 weeks
* Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975.pluknet2012-03-061-2/+0
| | | | | | This part was missed in r199992. MFC after: 1 week
* Fix a typo: use lower case in "A Shorthand".pluknet2012-03-061-1/+1
| | | | Noted by: maxim
* Kill EoL whitespaces.pluknet2012-03-061-5/+5
|
* The missing part of r232588 that documents ifaddr_byindex() itself.pluknet2012-03-061-0/+4
| | | | MFC after: 1 week
* - ifnet_addrs has gone and replaced by ifaddr_byindex(), as per r83130pluknet2012-03-061-5/+16
| | | | | | - access to the AF_LINK address through if_addrhead is deprecated (r128315) MFC after: 1 week
* Actually bump date, sigh.pluknet2012-03-051-1/+1
|
OpenPOWER on IntegriCloud