summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use suspend/resume methods provided by net80211. This ensures that thebschmidt2012-03-234-35/+16
* Also fix the parameter usage in set80211meshpeering().bschmidt2012-03-231-1/+1
* Fix pmap_kextract prototype to align it with pmap.c changegonzo2012-03-231-1/+1
* Before jumping to application's entry point set ra == pc in ordergonzo2012-03-231-1/+2
* Call xpt_bus_register during attach context, then freeze and do not releasejimharris2012-03-233-12/+43
* Expand contraction.pluknet2012-03-231-1/+1
* Don't cast a bus address to a uint8_t pointer just to add an offset tojhb2012-03-231-1/+1
* Remove superfluous extern keywords.kib2012-03-231-10/+10
* Centralize the calculation of the top source directory. Thiskib2012-03-231-2/+3
* Implement xstrdup() using strlen()/xmalloc()/memcpy() alreadykib2012-03-231-7/+8
* Work around the following clang warning in mps(4):dim2012-03-233-1/+6
* Silence alignment warnings from clang in libarchive's ppmd code (whichdim2012-03-231-0/+1
* Update IFCAP_* macro descriptions.pluknet2012-03-231-12/+39
* Clean up from the old kern.polling.pluknet2012-03-231-48/+10
* Clean up of fs/fifofs include directory after fifo.h removal.pluknet2012-03-231-2/+0
* Make utmpx(3) thread safe if we support TLS.ed2012-03-232-0/+9
* - Actually fill the date of the Heimdal update.stas2012-03-231-1/+1
* - Take krb5_verify_user.3.gz out of ObsoleteFiles as it's still beingstas2012-03-231-2/+10
* Check that scheme is not already registered. This may happens when aae2012-03-231-7/+16
* Remove archive_entry_*_w(3) entries from ObsoleteFiles.inc. Since thepluknet2012-03-231-2/+0
* Document IFT_USB referenced by IFF_CANTCONFIG since the previous change,pluknet2012-03-231-0/+2
* Update IFF_* macro descriptions.pluknet2012-03-231-8/+33
* - Add new kerberos libraries to the list of optional obsolete files.stas2012-03-231-1/+37
* - Do not build libcom_err and compile_et when kerberos is disabled. Theystas2012-03-234-3/+16
* Add pseudo-device for handling PMC interrupts and link everythinggonzo2012-03-232-0/+145
* Add Octeon-related parts to libpmcgonzo2012-03-231-0/+21
* Add Octeon PMC hardware backendgonzo2012-03-231-0/+195
* Add list of Octeon's PMC counters obtained from cvmx-core.hgonzo2012-03-231-0/+63
* Add Octeon class and CPU typegonzo2012-03-231-1/+3
* Setup fake MODINFO variables for octeon kernelgonzo2012-03-231-0/+2
* Add some further debugging to try and aid tracking down what the state ofadrian2012-03-221-0/+19
* Sprinkle some style(9) things around.adrian2012-03-221-6/+12
* Fix an incorrect parameter usage here.adrian2012-03-221-1/+1
* Improve FDT handling in loader(8) and make it more robust.raj2012-03-221-24/+71
* Correct a function prototype.jkoshy2012-03-221-1/+1
* Make reusable part of code have mips prefix, not mips24gonzo2012-03-221-9/+10
* Rework MIPS PMC code:gonzo2012-03-227-606/+613
* Move PMC hook invocation to cpu_intr. The idea is the same as with ast()gonzo2012-03-222-20/+12
* Fix base vaddr detection for ELF binaries. PT_LOAD with offset 0 is notgonzo2012-03-221-2/+2
* Fix PMC syscall on 64-bit big endian systems.gonzo2012-03-221-1/+1
* Add ACPI_LV_REPAIR debug level, available since ACPICA 20091214 (r200553).jkim2012-03-222-1/+4
* Update snd_cmi, snd_csa and snd_emu10kx status.joel2012-03-221-4/+4
* Small cleanup of the code. No functional change (in FreeBSD kernel).tuexen2012-03-221-17/+20
* Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64.joel2012-03-222-0/+6
* Fix return type of mips pmap_kextract()jchandra2012-03-221-1/+1
* Use xmalloc() instead of malloc() in the places where malloc() callskib2012-03-225-19/+20
* Remove the fragments which are not needed on FreeBSD. The caltechkib2012-03-221-18/+0
* Mark the 'lapics' and 'ioapics' arrays here static since they arejhb2012-03-221-2/+2
* - Avoid use of deprecated KRB5 functions.stas2012-03-222-15/+25
* Fix style. Somehow I managed to lost a space when copy&paste.pluknet2012-03-221-1/+1
OpenPOWER on IntegriCloud