| Commit message (Expand) | Author | Age | Files | Lines |
* | Make most BPF ioctls() SMP-safe. | melifaro | 2012-05-21 | 1 | -6/+47 |
* | Call bpf_jitter() before acquiring BPF global lock due to malloc() being used... | melifaro | 2012-05-21 | 3 | -29/+43 |
* | Fix old panic when BPF consumer attaches to destroying interface. | melifaro | 2012-05-21 | 6 | -100/+138 |
* | Fix panic on attaching to non-existent interface (introduced by r233937, poin... | melifaro | 2012-05-21 | 3 | -45/+163 |
* | Add checks for memory allocation failures in appropriate places, and | ghelmer | 2012-05-21 | 1 | -12/+27 |
* | Apply style(9) to return and switch/case statements. | ghelmer | 2012-05-21 | 1 | -19/+22 |
* | Re-add 'ic' and properly wrap it in the SUPERG macro. | adrian | 2012-05-21 | 1 | -0/+3 |
* | Don't recurse into libssp when MK_SSP is set to no. | marcel | 2012-05-21 | 1 | -1/+5 |
* | Add missing \n when generating pkg.conf | bapt | 2012-05-21 | 1 | -1/+1 |
* | Regenerate usb.conf | hselasky | 2012-05-21 | 1 | -5/+13 |
* | Import byacc from invisible island, it brings us lots of compatibilities with | bapt | 2012-05-21 | 175 | -5995/+60981 |
|\ |
|
| * | Import byacc 20120115 | bapt | 2012-05-03 | 127 | -0/+52906 |
* | Disable NLS catalog use in libc if built with WITHOUT_NLS option. | gleb | 2012-05-21 | 1 | -0/+2 |
* | According to shared memory man pages, advice including <sys/types.h> | kevlo | 2012-05-21 | 3 | -3/+3 |
* | Be a little less magical, not that these values are likely to change... | imp | 2012-05-21 | 2 | -4/+7 |
* | Implement pmap_mincore for arm. Now programs using it don't cause a | imp | 2012-05-21 | 1 | -3/+53 |
* | - On FreeBSD, com_err.h is installed into /usr/include, not /usr/include/krb5. | stas | 2012-05-21 | 1 | -1/+1 |
* | Another minor re-arrangement of the code: calcualte the master clock | imp | 2012-05-21 | 1 | -52/+64 |
* | Print key value, an index, otherwise we don't know which key is allocated. | davidxu | 2012-05-21 | 1 | -1/+1 |
* | Use strcmp that I replaced by accident. | kevlo | 2012-05-21 | 1 | -3/+3 |
* | Fix broken ref count | kevlo | 2012-05-21 | 1 | -0/+1 |
* | Fix improper handling of variadic args with ICDEBUG | kevlo | 2012-05-21 | 2 | -4/+2 |
* | Remove dead code | kevlo | 2012-05-21 | 1 | -5/+3 |
* | Minor cleanup before some more major changes: | imp | 2012-05-20 | 1 | -15/+11 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | alc | 2012-05-20 | 1 | -55/+62 |
* | Determine kernel load address dynamically from u-boot memory map. | kientzle | 2012-05-20 | 3 | -10/+46 |
* | Typo and mdoc(7) style fixes. | gjb | 2012-05-20 | 29 | -40/+46 |
* | Don't start the sleep state transition procedure while sleep is | iwasaki | 2012-05-20 | 1 | -1/+6 |
* | Typo and mdoc(7) style fixes. | gjb | 2012-05-20 | 2 | -2/+2 |
* | Replace the list of PVOs owned by each PMAP with an RB tree. This simplifies | nwhitehorn | 2012-05-20 | 5 | -179/+77 |
* | remove unused vap variable | bschmidt | 2012-05-20 | 1 | -2/+0 |
* | Discard frames after a DELBA which where queued during an active BA | bschmidt | 2012-05-20 | 1 | -0/+5 |
* | Remove unused variable. | bschmidt | 2012-05-20 | 1 | -1/+0 |
* | Add some more 100/130 series device IDs. | bschmidt | 2012-05-20 | 1 | -0/+3 |
* | Remove cpususpend IDT vector for XEN. | iwasaki | 2012-05-20 | 2 | -0/+4 |
* | Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt(). | adrian | 2012-05-20 | 1 | -308/+328 |
* | Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arrays | marius | 2012-05-20 | 1 | -104/+77 |
* | Migrate most of the beacon handling functions out to if_ath_beacon.c. | adrian | 2012-05-20 | 6 | -746/+859 |
* | Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c. | adrian | 2012-05-20 | 8 | -370/+586 |
* | "nvram,flash" may not be the first in the compatible list property of the | jhibbits | 2012-05-20 | 1 | -1/+2 |
* | .. and update this. | adrian | 2012-05-20 | 1 | -1/+1 |
* | Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch]. | adrian | 2012-05-20 | 7 | -914/+1123 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-19 | 2 | -1/+21 |
* | Regenerate after the additions of: | marcel | 2012-05-19 | 1 | -5/+18 |
* | Enable the AR8316 switch on the routerstation pro board. | adrian | 2012-05-19 | 2 | -4/+27 |
* | Document the ED_CRYPTO and LS_COLORS options. | marcel | 2012-05-19 | 2 | -0/+8 |
* | Unbreak LINT for ARM: DEBUG is a kernel configuration option. | marcel | 2012-05-19 | 1 | -3/+0 |
* | Add build opton MK_LS_COLORS to control whether ls(1) supports colors | marcel | 2012-05-19 | 2 | -1/+5 |
* | Add build option MK_ED_CRYPTO to control whether ed(1) is to have the | marcel | 2012-05-19 | 2 | -3/+4 |
* | Don't link against libssp if MK_SSP is set to no. | marcel | 2012-05-19 | 1 | -1/+5 |