summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make most BPF ioctls() SMP-safe.melifaro2012-05-211-6/+47
* Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...melifaro2012-05-213-29/+43
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-216-100/+138
* Fix panic on attaching to non-existent interface (introduced by r233937, poin...melifaro2012-05-213-45/+163
* Add checks for memory allocation failures in appropriate places, andghelmer2012-05-211-12/+27
* Apply style(9) to return and switch/case statements.ghelmer2012-05-211-19/+22
* Re-add 'ic' and properly wrap it in the SUPERG macro.adrian2012-05-211-0/+3
* Don't recurse into libssp when MK_SSP is set to no.marcel2012-05-211-1/+5
* Add missing \n when generating pkg.confbapt2012-05-211-1/+1
* Regenerate usb.confhselasky2012-05-211-5/+13
* Import byacc from invisible island, it brings us lots of compatibilities withbapt2012-05-21175-5995/+60981
|\
| * Import byacc 20120115bapt2012-05-03127-0/+52906
* Disable NLS catalog use in libc if built with WITHOUT_NLS option.gleb2012-05-211-0/+2
* According to shared memory man pages, advice including <sys/types.h>kevlo2012-05-213-3/+3
* Be a little less magical, not that these values are likely to change...imp2012-05-212-4/+7
* Implement pmap_mincore for arm. Now programs using it don't cause aimp2012-05-211-3/+53
* - On FreeBSD, com_err.h is installed into /usr/include, not /usr/include/krb5.stas2012-05-211-1/+1
* Another minor re-arrangement of the code: calcualte the master clockimp2012-05-211-52/+64
* Print key value, an index, otherwise we don't know which key is allocated.davidxu2012-05-211-1/+1
* Use strcmp that I replaced by accident.kevlo2012-05-211-3/+3
* Fix broken ref countkevlo2012-05-211-0/+1
* Fix improper handling of variadic args with ICDEBUGkevlo2012-05-212-4/+2
* Remove dead codekevlo2012-05-211-5/+3
* Minor cleanup before some more major changes:imp2012-05-201-15/+11
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-05-201-55/+62
* Determine kernel load address dynamically from u-boot memory map.kientzle2012-05-203-10/+46
* Typo and mdoc(7) style fixes.gjb2012-05-2029-40/+46
* Don't start the sleep state transition procedure while sleep isiwasaki2012-05-201-1/+6
* Typo and mdoc(7) style fixes.gjb2012-05-202-2/+2
* Replace the list of PVOs owned by each PMAP with an RB tree. This simplifiesnwhitehorn2012-05-205-179/+77
* remove unused vap variablebschmidt2012-05-201-2/+0
* Discard frames after a DELBA which where queued during an active BAbschmidt2012-05-201-0/+5
* Remove unused variable.bschmidt2012-05-201-1/+0
* Add some more 100/130 series device IDs.bschmidt2012-05-201-0/+3
* Remove cpususpend IDT vector for XEN.iwasaki2012-05-202-0/+4
* Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt().adrian2012-05-201-308/+328
* Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arraysmarius2012-05-201-104/+77
* Migrate most of the beacon handling functions out to if_ath_beacon.c.adrian2012-05-206-746/+859
* Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.adrian2012-05-208-370/+586
* "nvram,flash" may not be the first in the compatible list property of thejhibbits2012-05-201-1/+2
* .. and update this.adrian2012-05-201-1/+1
* Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch].adrian2012-05-207-914/+1123
* MFp4 bz_ipv6_fast:bz2012-05-192-1/+21
* Regenerate after the additions of:marcel2012-05-191-5/+18
* Enable the AR8316 switch on the routerstation pro board.adrian2012-05-192-4/+27
* Document the ED_CRYPTO and LS_COLORS options.marcel2012-05-192-0/+8
* Unbreak LINT for ARM: DEBUG is a kernel configuration option.marcel2012-05-191-3/+0
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsmarcel2012-05-192-1/+5
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have themarcel2012-05-192-3/+4
* Don't link against libssp if MK_SSP is set to no.marcel2012-05-191-1/+5
OpenPOWER on IntegriCloud