aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-1110-10/+10
* Perform amd64-specific microoptimizations for native syscall entryKonstantin Belousov2011-09-113-19/+13
* Inline the syscallenter() and syscallret(). This reduces the time measuredKonstantin Belousov2011-09-1111-165/+229
* Fix the order of parameters passed to the HT frame duration calculation.Adrian Chadd2011-09-111-4/+5
* Refactor auto-quirk solution so that we break as few externalHans Petter Selasky2011-09-106-22/+20
* Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists.Christian Brueffer2011-09-102-0/+3
* Improve implementation of the Nagle algorithm for SCTP:Michael Tuexen2011-09-091-6/+12
* Sync pf.os with OpenBSD:Xin LI2011-09-081-4/+7
* Improve the informations reported in case of busy buffers during the shutdown:Attilio Rao2011-09-085-11/+27
* Fix SSL memory handlig for (EC)DH cipher suites, in particular forXin LI2011-09-082-7/+21
* Don't use the whole free space when resizing partition to a larger sizeAndrey V. Elsukov2011-09-081-6/+6
* Update the TSF and next-TBTT methods to work for the AR5416 and later NICs.Adrian Chadd2011-09-0819-55/+207
* vge(4) hardwares poll media status and generates an interruptPyun YongHyeon2011-09-072-7/+13
* Fix whitespace.Edward Tomasz Napierala2011-09-071-1/+1
* Add a definition for ASYNC_CAUSE_CLR. It's not used yet, but theAdrian Chadd2011-09-071-0/+1
* Correct a typo.Bjoern A. Zeeb2011-09-071-1/+1
* Fix two problems:Bjoern A. Zeeb2011-09-072-4/+8
* Shorten a variable access some using a cached value rather thanBjoern A. Zeeb2011-09-071-2/+1
* Work around a kernel panic triggered by forkbomb with an rctl ruleEdward Tomasz Napierala2011-09-061-0/+11
* Fix 5ghz calibration logic when using AR9280 w/ fast clock.Adrian Chadd2011-09-061-8/+9
* Fix the addac serial load register write for AR5416.Adrian Chadd2011-09-061-1/+1
* Document vm_page_aflag_set(9), vm_page_aflag_clear(9) and vm_page_reference(9).Konstantin Belousov2011-09-063-13/+57
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-0621-275/+288
* Do not use the function pointers for the internal operation of rtld_printf()Konstantin Belousov2011-09-061-21/+26
* dd -t switch for mdmfs to enable TRIM on the configured filesystem.Konstantin Belousov2011-09-062-6/+16
* Fix for the obsolete libraries list after the 9.0 bump.Konstantin Belousov2011-09-061-2/+4
* Fix precedence warning when compiling kernel with clang.Hans Petter Selasky2011-09-061-2/+2
* The maximum read size of incoming packets is done in 1024-byte increments.Qing Li2011-09-051-3/+6
* Some USB mass storage devices requires that the sense informationHans Petter Selasky2011-09-051-2/+33
* MIPS XLP platform code update.Jayachandran C.2011-09-0539-2509/+3948
* On the first loop for generating a bridge MAC address use the localAndrew Thompson2011-09-041-6/+21
* Interrupts are disabled/enabled when entering and exiting the KDB context.Attilio Rao2011-09-041-0/+14
* Since r224036 the cputime and wallclock are supposed to be in seconds,Edward Tomasz Napierala2011-09-041-2/+2
* Add my doc mentor/mentee relationships.Gavin Atkinson2011-09-031-0/+4
* When libexec/rtld-elf/rtld.c is compiled with clang, the r_debug_state()Dimitry Andric2011-09-031-1/+9
* Fix panic that happens when fork(2) fails due to a limit other thanEdward Tomasz Napierala2011-09-031-7/+12
* Upgrade to BIND version 9.8.1. Release notes at:Doug Barton2011-09-03215-8395/+12076
|\
| * Add pkcs11 and unit to the list of things to remove from configure.inDoug Barton2011-09-011-2/+3
| * Vendor import of BIND 9.8.1vendor/bind9/9.8.1Doug Barton2011-09-01212-8394/+12063
| * Update for 9.8.1Doug Barton2011-09-011-0/+7
* | Forgot this nit in r221107.Dag-Erling Smørgrav2011-09-031-1/+1
* | Fix the NFS servers so that they can do a Lookup of "..",Rick Macklem2011-09-032-0/+2
* | - Fix NULL pointer dereference when a packet of uneven size is beingStanislav Sedov2011-09-021-1/+4
* | Restore behavior of the autoboot_delay="-1" boot menu setting to theJaakko Heinonen2011-09-022-6/+11
* | Wording, grammar and markup cleanup.Christian Brueffer2011-09-021-26/+38
* | This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-0211-34/+149
* | Remove an incorrect apostrophe.Christian Brueffer2011-09-021-1/+1
* | Fix a little typo and get rid of a cryptic description by aligning theRalf S. Engelschall2011-09-021-2/+2
* | Correct several issues in the integration of POSIX shared memory objectsRobert Watson2011-09-028-28/+478
* | Add support for alternative break-to-debugger support on the Xen console.Robert Watson2011-09-021-1/+9