summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add new USB quirk.hselasky2010-11-042-1/+2
* Remove 4.x, 5.x and 6.x compatibility bits.bschmidt2010-11-043-68/+0
* Update startup_alloc() to support multi-page allocations and allow internaljhb2010-11-041-8/+29
* Fix standby timer calculation: the timer was being set 30 minutes laterbrucec2010-11-041-1/+8
* Fix typo.bcr2010-11-041-1/+1
* In r214728, if dlopen() is called for the object that has been alreadykib2010-11-041-5/+5
* Fix style.kib2010-11-041-1/+1
* x86 topo_probe: do not probe smp topology if only one cpu is visibleavg2010-11-042-10/+16
* Don't attach the PCI bus driver if the board we're being run on has PCIe. Thejmallett2010-11-031-0/+2
* Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device typejkim2010-11-031-16/+14
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-0320-157/+119
* Don't spam the console with loaded modules during boot and/or duringn_hibma2010-11-031-1/+0
* Xref BUS_SETUP_INTR(9) and locking(9).trasz2010-11-032-4/+4
* Fix two mistakes on 32-bit systems. The slbmte code in syscall() is 64-bitnwhitehorn2010-11-032-3/+5
* Extend the g_eventlock mutex coverage in one_event() to include settingjh2010-11-031-4/+8
* Remove 'softclock_ih' as it is no longer used.jhb2010-11-032-5/+1
* Clean up the user segment handling code a little more. Now thatnwhitehorn2010-11-034-15/+12
* Delete machine/foo.h headers moved to x86/. I forgot to commit thisjhb2010-11-031-0/+5
* Remove unused files.rpaulo2010-11-039-5115/+0
* Adapt for wpa_supplicant / hostapd 0.7.3.rpaulo2010-11-035-392/+306
* Merge wpa_supplicant and hostapd 0.7.3.rpaulo2010-11-03493-28027/+50887
|\
| * Import hostapd 0.7.3.rpaulo2010-10-2934-0/+9220
| * Import wpa_supplicant / hostapd 0.7.3.rpaulo2010-10-29560-46402/+63437
* | If dlopen() is called for the dso that has been already loaded as akib2010-11-032-2/+14
* | Clean up leftover USB device ID after r213856. This fixes:hselasky2010-11-031-3/+0
* | MFV of tzdata2010o, r214716edwin2010-11-031-3/+26
* | sh: Fix some issues with aliases and case, by importing dash checkkwd code.jilles2010-11-022-50/+55
* | Declare the CF GEOM class so that g_modevent will get called, the class willjmallett2010-11-021-0/+2
* | Send packets to remote node only via the send thread to avoid possiblepjd2010-11-021-40/+57
* | Cosmetic change to revert one of my earlier ones.jhb2010-11-021-1/+1
* | Tweak the waitchannel messages for the dead lock detection kthread. Usejhb2010-11-021-2/+2
* | Further tweaks to the ram_attach() routine:jhb2010-11-022-10/+9
* | Add a new libc function: cfmakesane(3).ed2010-11-028-20/+56
* | Skip SMAP regions above 4GB on i386 since they will not fit into a long.jhb2010-11-021-12/+19
* | Don't leak the LLE lock if the arptimer callout is pending or inactive.jhb2010-11-021-3/+3
* | Fix a few typos and style nits in the example code.jhb2010-11-021-12/+12
* | Remove stale line, accidentally slipped into r214016.mav2010-11-021-1/+0
* | Shorten long lines.obrien2010-11-021-4/+4
* | Give the user a hint as to what config(8) is unhappy with.obrien2010-11-021-2/+2
* | Use sysctl kern.sched.cpusetsize to retrieve size of kernel cpuset.davidxu2010-11-021-8/+5
* | - Add ELF core for FreeBSD/mipsgonzo2010-11-021-0/+10
* | Fix reading of .debug_line on MIPS64, big-endian:gonzo2010-11-021-1/+1
* | Try to be a little smart at guessing where _start is located in flash, insteadcognet2010-11-011-2/+4
* | Sync the lem code up with the vlan and other fixes in em.jfv2010-11-014-158/+108
* | Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-0121-472/+21
* | Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-0114-76/+14
* | Add an x86/include directory to the kernel to hold headers that are commonjhb2010-11-013-9/+22
* | Add DragonflyBSD 2.8 and OpenBSD 4.8 releasesuqs2010-11-011-2/+5
* | Correct the abbreviations for general I/O and signal traces.jhb2010-11-011-3/+3
* | Fix ztest when it is executed by just 'ztest' and not by full pathpjd2010-11-011-2/+1
OpenPOWER on IntegriCloud