summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use umtx_copyin_timeout() to copy and check timeout parameter.pho2011-12-031-5/+1
* Add declaration of umtx_copyin_timeout()pho2011-12-031-0/+1
* Add umtx_copyin_timeout() and move parameter checks here.pho2011-12-031-53/+25
* Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameterpho2011-12-031-42/+18
* Post r223774, the NFSv4 client no longer has multiple instancesrmacklem2011-12-032-53/+103
* It doesn't make much sense to check whether child is NULL after alreadymarius2011-12-021-4/+5
* - In device_probe_child(9) check the return value of device_set_driver(9)marius2011-12-021-11/+15
* When changing the user priority of a thread, change the real priorityjhb2011-12-021-2/+3
* Remove unnecesary "Ns" macros and add missing command example to zpool(8).mm2011-12-022-59/+67
* Add more controllers that support jumbo frame.yongari2011-12-021-4/+4
* Close race between geom destruction on g_vfs_close() when softc destroyedmav2011-12-021-1/+3
* 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
OpenPOWER on IntegriCloud