summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add generic storage structure for both mpr and mps to simplify codebapt2015-10-152-12/+51
* Correctly print the device name of the adapterbapt2015-10-151-1/+1
* Make mpsutil open the mpr devices when named mprutilbapt2015-10-155-4/+10
* Fix buildworldbapt2015-08-141-1/+1
* Iniital hack of mpsutilscottl2015-08-0210-0/+4302
* Add removed tests to ObsoleteFiles.incbapt2015-08-021-0/+2
* Fix a couple of markup typos.jhb2015-08-021-3/+3
* Rename busdma_sync() to busdma_sync_range() and rename themarcel2015-08-025-11/+36
* Regenerate after r286174.markj2015-08-021-5/+13
* Add a src.conf option to build and install the DTrace test suite.markj2015-08-023-0/+16
* Remove netbsd tests on pw(8)bapt2015-08-021-11/+0
* Don't hardcode the module or function component of lockstat probes.markj2015-08-026-6/+6
* - Remove hardcoded paths for the perl executable.markj2015-08-026-7/+20
* mark this function as deprecated, and put the warning first, since Ijmg2015-08-021-5/+10
* Perform bounds checking when constructing a format string.markj2015-08-021-5/+17
* convert to C11's _Static_assert, and pull in sys/cdefs.h forjmg2015-08-021-7/+5
* Avoid dereferencing curthread->td_proc->p_cred in DTrace probe context.markj2015-08-021-2/+6
* Don't modify curthread->td_locks unless INVARIANTS is enabled.markj2015-08-026-31/+29
* Set output pin initial value based on pin's pinmux pullup/pulldown setupgonzo2015-08-011-2/+8
* rc.subr: Allow rc.conf.d with multi-directory local_startup.jilles2015-08-011-1/+2
* Free mbufs when busdma loading fails.hselasky2015-08-012-6/+0
* - Add myself to the calendar.freebsd. (fix typo in r286160)junovitch2015-08-011-1/+1
* - Add myself to the committers-ports.dot and add my mentor relationship.junovitch2015-08-012-0/+6
* use : instead of true...jmg2015-08-011-6/+6
* Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-012-56/+536
* Remove things that crept in after badly checked revertbapt2015-08-011-2/+0
* Partial revert of r286152bapt2015-08-014-16/+6
* Fix buildbapt2015-08-011-0/+1
* Fix formatting of new codebapt2015-08-011-20/+26
* Revert r286148bapt2015-08-011-2/+2
* Validate expiration days and password days from commmand line and pw.confbapt2015-08-014-8/+28
* Validate the max_uid/max_gid boundaries and entry type in pw.confbapt2015-08-011-7/+23
* Cast uid/git to uintmax_t when using printf-like functions so the size ofbapt2015-08-013-23/+27
* Handle +:*:: the same way we handle +::: when checking group filebapt2015-08-011-1/+2
* Use strtoumax instead of strtoulbapt2015-08-011-2/+3
* Allow CloudABI processes to create shared memory objects.ed2015-08-011-0/+6
* Add kern_shm_open().ed2015-08-012-18/+27
* Buffer overflow in wall(1).pfg2015-08-011-2/+3
* Add support for keys that include 4 byte SALT values,gnn2015-07-312-2/+25
* Remove two unnecessary sleeps from the hot path in bpf(4).loos2015-07-312-11/+5
* Remove the sleep from the buffer allocation routine.loos2015-07-311-5/+0
* Do not allocate the buffers at opening of the descriptor, because onceloos2015-07-311-13/+30
* Summary: Remove unsupported 3des-deriv encryption algorithm from documentation.gnn2015-07-311-1/+0
* Use standard 'THE AUTHOR' license textemaste2015-07-311-1/+1
* Try to put the CPU into a low power state if we failed to otherwise haltandrew2015-07-311-1/+5
* Load the stack in stack_save and stack_save_td. This uses the generalisedandrew2015-07-312-4/+32
* Pull pmspcv (pms(4)) from GENERIC. It has PCI ID conflictsgjb2015-07-312-2/+4
* Add support for uma_small_alloc and uma_small_free, and make use of these.andrew2015-07-314-15/+84
* Add memrw. This has had minimal testing, and will likely panic the kernelandrew2015-07-311-1/+70
* Add more atomic_swap_* functions.andrew2015-07-311-0/+19
OpenPOWER on IntegriCloud