summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Be more GCC-friendly with attributespfg2015-08-281-4/+4
* Fix cleaning of files generated from .m sources.imp2015-08-281-5/+3
* Only check for the bus frequency if it has not already been set, forandrew2015-08-281-4/+6
* remove a left-over after r220463 empty #ifdef INET check.bz2015-08-281-2/+0
* Plug memory leaks when running out of memory.delphij2015-08-281-1/+3
* Replace the printf()s with optional rate limited debugging for RSS.adrian2015-08-284-15/+38
* Fix text alignment. mcsr was indented one too many spaces.jhibbits2015-08-281-1/+1
* Add another .WAIT since sometimes we lose the race.imp2015-08-281-0/+1
* Extend pmap to support e500mc and e5500.jhibbits2015-08-283-39/+68
* Simply to appease gcc's warnings.imp2015-08-281-1/+1
* Set DMA alignment constraint of status, TX and RX LEs(List Elementsyongari2015-08-281-7/+2
* Respect locale settings.delphij2015-08-281-0/+3
* Use exit() instead of return in main().delphij2015-08-281-1/+1
* Remove weighted page handling from vm_page_advise().markj2015-08-282-55/+26
* Re-apply r274569. It was reverted in r276848 since that appeared to fixmarkj2015-08-281-1/+1
* Remove an unneeded instruction.markj2015-08-281-1/+0
* nv.h lives in sys/ as of r279439.markj2015-08-281-1/+1
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.imp2015-08-2710-113/+35
* New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughimp2015-08-2722-0/+2519
* Document bsd.endian.mk.imp2015-08-271-0/+1
* pf: Remove support for 'scrub fragment crop|drop-ovl'kp2015-08-276-518/+40
* Fix type bug introduced at r286811.mav2015-08-271-10/+8
* Fix a conversion error in rc.d/jailpeter2015-08-271-1/+1
* In vm_pageout_scan(), simplify the logic for determining if a page can bealc2015-08-271-15/+15
* add documentation for timers that silby added in r197244, almost 6 yearsjmg2015-08-271-1/+7
* die() would never return, mark it as so.delphij2015-08-271-1/+1
* Move setting of LDFLAGS to the modules which require it actually, asume2015-08-275-1/+4
* There is no need to get the bus tag or handle.andrew2015-08-271-6/+0
* Limit the speed to the bus frequency.andrew2015-08-271-1/+1
* Allow the fifo-depth and num-slots to be missing. For the former we readandrew2015-08-271-8/+16
* get_inpcbinfo() and get_pcblist() are UDP local functions andbz2015-08-273-22/+22
* Decompose linkat()/renameat() rights to source and target.ed2015-08-275-28/+71
* Make it buildable with WITH_OPENLDAP, again.ume2015-08-272-2/+4
* Repair sys/cdefs.h enough to be usable with GCC 5.xkan2015-08-271-13/+12
* Make ncurses build with GCC 5.0 and upkan2015-08-271-2/+19
* Unbreak nvi message catalog generation for 8 bit locales.kan2015-08-271-3/+3
* Allow us to select the transfer count. This allows us to work with hardwareandrew2015-08-271-7/+9
* Silent a compilation warning on callout_stop()jch2015-08-271-3/+3
* In callout_stop(), do not forget to initialize not_running variable.jch2015-08-271-1/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-2787-6201/+4016
* In callout_stop(), if a callout is both pending and currentlyjch2015-08-271-5/+7
* Fix packets/bytes accounting on i386.melifaro2015-08-271-1/+1
* Plug a possible memory leak.delphij2015-08-271-1/+2
* More fixes to the new macrosbapt2015-08-271-5/+5
* Fix typo in new macrosbapt2015-08-271-4/+4
* An error of -1 from parse_mount() indicates that the specificationmarcel2015-08-271-0/+5
* Fix freescale sdhc driver, and add it to the files list.jhibbits2015-08-273-5/+5
* Use the macro definition for EXC_PGM_TRAP, instead of the magic number.jhibbits2015-08-271-2/+2
* Make sys.mk more compatible with fmake by refraining from using :Uimp2015-08-271-6/+14
* Automatically append SUBDIR.yes to the SUBDIR variable, andimp2015-08-271-1/+7
OpenPOWER on IntegriCloud