summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore comment with credit to Marc Frajola.emaste2011-12-021-0/+9
* Revert r227812 and r227808 per discussioneadler2011-12-024-30/+18
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-0212-22/+24
* Add hw.ahci.force tunable to control whether AHCI drivers should attachmav2011-12-024-4/+35
* Split sentences at period boundaries.obrien2011-12-027-73/+93
* Update Westmere uncore event exception list.fabient2011-12-021-0/+8
* Regen.fjoe2011-12-021-4/+4
* Revert to conservative defaults. WITH_PROFILE is a default now.fjoe2011-12-023-4/+4
* Fix checks for error return from urtw_alloc_rx_data_list() andkevlo2011-12-021-2/+2
* Prevent user astonishment by providing the shell option at the end, afternwhitehorn2011-12-021-12/+11
* Tweak the r137233 fix to r136283 -- Code was making two send() attemptsobrien2011-12-021-3/+3
* Add a screen that asks if the user would like to enable crash dumps,kensmith2011-12-021-0/+14
* Ensure kldxref is run first. Currently both 'kldxref' and 'kld' dependobrien2011-12-011-1/+1
* Enhance the sequential access heuristic used to perform readahead in thejhb2011-12-012-112/+138
* If the -d flag is specified, ignore any new values specified and onlyjhb2011-12-011-1/+1
* If alloc_unr() call in the pipe_create() failed, then pipe->pipe_ino iskib2011-12-011-2/+2
* Add a simple test for pipe inode numbers reported by fstat(2).kib2011-12-011-0/+66
* Sync xdialog_menu() implementation with sade.fjoe2011-12-011-1/+39
* Fix dialog autosizing: dlg_count_columns() does not handle NL characters.fjoe2011-12-011-4/+21
* Add a man page describing the feed-forward clock kernel support, including howlstewart2011-12-012-0/+129
* Revise the sysctl handling code and restructure the hierarchy of sysctlslstewart2011-12-012-45/+57
* Add an entry for r227823.jh2011-11-301-0/+4
* Use C99 initializers for members of evtchn_devsw.jhb2011-11-301-9/+8
* Add a constant for the Advisory Non-Fatal Error bit in AER corrected errorjhb2011-11-301-0/+1
* Regen.fjoe2011-11-301-4/+11
* Add WITH_CTF description.fjoe2011-11-301-0/+4
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-307-18/+23
* - Fix segmentation fault when running "+command" when run with -jX -n duefjoe2011-11-302-58/+51
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-309-13/+13
* Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:fjoe2011-11-301-1/+1
* Return value should be conditional on return value of pfsync_defer_ptr()glebius2011-11-301-2/+2
* Add three execution tests for make(1):fjoe2011-11-3015-0/+102
* Remove a bit of debugging that accidentally crept in earlier.jhb2011-11-291-1/+0
* CTFCONVERT_CMD=... hack does not work sufficiently well in parallel builds.fjoe2011-11-291-1/+1
* Turn off profiled libs build by default.fjoe2011-11-294-9/+9
* Call CTFMERGE only when WITH_CTF is defined.fjoe2011-11-291-1/+1
* Do not echo ${CTFCONVERT} command: config(8) will be fixed to notfjoe2011-11-291-2/+1
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-298-126/+45
* Hide the internals of vm_page_lock(9) from the loadable modules.kib2011-11-292-0/+49
* Revert r227778 in preparation for committing reworked patches in its place.lstewart2011-11-292-165/+12
* Make sysclock_active publicly available to external consumers.lstewart2011-11-292-2/+1
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-296-99/+107
* Do away with the somewhat clunky sysclock_ops structure and associated code,lstewart2011-11-291-90/+12
* If using DISTDIR we need to be sure to create a ${DESTDIR}/var/db/zoneinfodougb2011-11-291-2/+2
* Fix typo in comments (conversation -> conversion).fjoe2011-11-291-1/+1
* Allow NO_FOO to override WITH_FOO that could be specified in /etc/src.conf.fjoe2011-11-291-0/+3
* In build_volume(), check if arrays is allocated before traversing itsdelphij2011-11-291-3/+5
* Introduce the new "fromclock" public wrapper API which allows consumers tolstewart2011-11-291-0/+126
* Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public solstewart2011-11-292-12/+34
* Use INCSLINKS so that "make installincludes" installs links during buildworld.fjoe2011-11-291-1/+1
OpenPOWER on IntegriCloud