aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-221-0/+4
* Merge ACPICA 20120320.Jung-uk Kim2012-03-201-1/+9
* Update the list of struct ifnet fields.Sergey Kandaurov2012-03-201-32/+115
* o Xr siftr.4 in order to expose it to a wider audience.Maxim Konovalov2012-03-201-0/+1
* o Sort Xrs.Maxim Konovalov2012-03-191-3/+3
* o Trim EoL whitespaces.Maxim Konovalov2012-03-191-4/+4
* Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mkDimitry Andric2012-03-161-84/+85
* Add implementation note about when a condition variable can be destroyed.David Xu2012-03-161-0/+3
* Some formatting for r232919.Alexander Motin2012-03-131-1/+3
* Add kern.eventtimer.activetick tunable/sysctl, specifying whether eachAlexander Motin2012-03-131-1/+7
* Make boot2 build with Clang again.Jung-uk Kim2012-03-091-2/+4
* Remove undesired sysctl(3) xrefEd Maste2012-03-091-2/+1
* Correct markup, use proper reference for sysctl(3)Ed Maste2012-03-081-2/+4
* Add new USB device IDs.Hans Petter Selasky2012-03-081-0/+2
* Inbound TCP-MD5 digest validation is now supportedEd Maste2012-03-081-3/+4
* Move struct if_data basic description to a more suitable place, and removeSergey Kandaurov2012-03-071-14/+9
* o Sync LOCK_PROFILING manpage with the current code: removeMaxim Konovalov2012-03-071-27/+9
* Reflect that if_output changed to take a struct route as its fourthSergey Kandaurov2012-03-071-1/+1
* Update ifa_rtrequest() description after post-4.4BSD change made in r85074.Sergey Kandaurov2012-03-071-9/+6
* Provide wbwd(4), a driver for the watchdog timer found on variousBjoern A. Zeeb2012-03-061-0/+117
* Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975.Sergey Kandaurov2012-03-061-2/+0
* Fix a typo: use lower case in "A Shorthand".Sergey Kandaurov2012-03-061-1/+1
* Kill EoL whitespaces.Sergey Kandaurov2012-03-061-5/+5
* The missing part of r232588 that documents ifaddr_byindex() itself.Sergey Kandaurov2012-03-061-0/+4
* - ifnet_addrs has gone and replaced by ifaddr_byindex(), as per r83130Sergey Kandaurov2012-03-061-5/+16
* Actually bump date, sigh.Sergey Kandaurov2012-03-051-1/+1
* Fix three instances of a missing word.John Baldwin2012-03-051-3/+3
* Fix typo. Bump .Dd for the previous change.Sergey Kandaurov2012-03-051-1/+1
* Fix ng_ipfw(4) cookie number in example.Gleb Smirnoff2012-03-051-2/+2
* Document pci_find_extcap() and pci_find_htcap().John Baldwin2012-03-042-0/+51
* Bump date as modified the man pageEitan Adler2012-03-041-1/+1
* ehci tunables are only available when kernel is compiled with USB_DEBUGEitan Adler2012-03-041-1/+5
* PR: docs/158813Eitan Adler2012-03-041-26/+29
* Revert r232473. I have been convinced by Doug Barton and Bjoern ZeebDimitry Andric2012-03-031-6/+6
* After r232322, it turned out many people (and some ports) are buildingDimitry Andric2012-03-031-6/+6
* Expand and reorganize the pci(9) manpage a bit:John Baldwin2012-03-032-51/+417
* Reflect the renaming of ifmaof_ifpforaddr() to if_findmulti() in r148652.Sergey Kandaurov2012-03-021-5/+5
* ifp->if_ioctl() has moved to u_long cmd in r36735.Sergey Kandaurov2012-03-021-1/+1
* Fix names of some Marvell SATA chips. It looks like chips with proprietaryAlexander Motin2012-03-022-3/+3
* Update the documentation on pci_get/set_powerstate(). These methods areJohn Baldwin2012-03-011-10/+8
* Sort function prototypes.John Baldwin2012-03-011-23/+23
* Add pci_save_state() and pci_restore_state() wrappers aroundJohn Baldwin2012-03-012-0/+28
* Update for adjusted types for boundary arguments in 232356.John Baldwin2012-03-012-2/+2
* Add myselfAlex Kozlov2012-03-011-0/+4
* Since r199137 namei() returns EINVAL for DELETE and RENAME operations ifJaakko Heinonen2012-03-011-1/+8
* Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).Alexander Motin2012-03-013-0/+80
* Changes in ifaddr refcounting: ifa_refcnt IFAREF/IFAFREE macrosSergey Kandaurov2012-03-011-10/+8
* Refine r232333 [1] and put note about ifnet refcount caller responsibility.Sergey Kandaurov2012-03-011-1/+4
* Reflect that ifa_ifwithnet() gained ignore_ptp argument.Sergey Kandaurov2012-03-011-1/+4
* Document ifunit_ref function.Sergey Kandaurov2012-03-011-0/+10