summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Rename .sgml files to .xml to track the recent doc changesgabor2012-10-01236-471/+476
* Add the UPDATING note about padlock rng support requiring the config change.kib2012-10-011-0/+8
* Regenerate usb.confhselasky2012-10-011-4/+4
* - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this changepjd2012-10-012-4/+6
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-0111-41/+5
* Remove unused variables from the OMAP ehci code.andrew2012-10-011-6/+0
* Fix the clobber list on the atomic operators that do comparisons. Withoutandrew2012-10-011-15/+17
* The USB Bluetooth driver should only grab its own interfaces. This allows thehselasky2012-09-301-4/+16
* - Simplify the implementation of atomic_compare_exchange_strong_explicit.tijl2012-09-301-26/+13
* Add missing header needed by free(9).kevlo2012-09-302-0/+2
* Fix the style.ae2012-09-301-4/+4
* Remember the file format of the last loaded module and try to use it forae2012-09-301-2/+9
* Reduce the number of attempts to detect proper kld format for the amd64ae2012-09-302-0/+7
* Remove an unneeded NULL check after M_WAITOK.kevlo2012-09-301-2/+0
* Free result of device_get_children(9).kevlo2012-09-305-0/+6
* Fix disk_cleanup() to work without DISK_DEBUG too.ae2012-09-301-1/+3
* mdoc: remove superfluous paragraph macro.joel2012-09-301-1/+0
* Stop calling pmap_remove_write() from pmap_remove_all(). Doing so is notalc2012-09-301-1/+3
* clarify the wording for 'first' and 'last'eadler2012-09-301-5/+4
* Document the security.bsd.unprivileged_idprio in idprio(1) in additioneadler2012-09-301-1/+9
* Eliminate an unused declaration.alc2012-09-291-2/+0
* Clear and re-setup all function pointers that glue pf(4) and pfsync(4)glebius2012-09-291-19/+39
* Simplify send out queue code:glebius2012-09-291-30/+21
* Eliminate unused variables.alc2012-09-292-15/+0
* Add support for mincore(). Specifically, this is an adaptation of thealc2012-09-291-2/+52
* Almost each time when loader opens a file, this leads to callingae2012-09-295-35/+190
* - Get rid of #ifdef __FreeBSD__.glebius2012-09-291-21/+8
* * src/math_private.h:kargl2012-09-292-7/+11
* If devclass_get_devices(9) returns success but a count of 0,kevlo2012-09-291-0/+1
* Add missing va_end.kevlo2012-09-291-1/+3
* Remove unused variables.kevlo2012-09-291-4/+0
* Disable splitfs support, since we aren't support floppies for a longae2012-09-291-0/+2
* libc: Use O_CLOEXEC for various internal file descriptors.jilles2012-09-2914-16/+18
* Give a clue how to force tcpdump(8) to interpret correctly CARP packets.glebius2012-09-291-1/+15
* Update a comment to reflect recent locking changes.alc2012-09-291-3/+3
* carp_send_ad() should never return without rescheduling next run.glebius2012-09-291-11/+6
* Allow deferred word-splitting via f_sysrc_get() by allowing $IFS in thedteske2012-09-291-3/+2
* Simplify and somewhat redesign interaction between pf_purge_thread() andglebius2012-09-281-18/+15
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-2813-56/+32
* Fix some nearby type and style errors.mdf2012-09-283-17/+14
* Make sure we don't leak a mbuf in a fail case.hselasky2012-09-281-2/+5
* Remove some trailing bytes which are not part of the ethernet packet.hselasky2012-09-281-1/+3
* Correct NYET handling. Remove superfluous transfer complete interrupt mask.hselasky2012-09-281-34/+23
* Slight stylification.des2012-09-281-18/+11
* Remove unnecessary #include.des2012-09-281-1/+0
* Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to makemav2012-09-281-9/+7
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificjhb2012-09-284-160/+163
* Change "only only" to "only" in portsnap(8).issyl02012-09-281-1/+1
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-2811-17/+62
* Add a note to portsnap(8) about the behaviour of the example cron command.issyl02012-09-281-1/+18
OpenPOWER on IntegriCloud