summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Don't include MIPS machine headers. There's no need for it.marcel2012-05-191-6/+0
* Put my name as copyright owner of lib/libc/gen/dirfd.c added in r235647.gleb2012-05-191-7/+4
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-1917-34/+139
* Remove unused inclusion of curses.hmarcel2012-05-191-1/+0
* Properly use LDADD & DPADD to link against libwrap.marcel2012-05-191-1/+3
* Bring DPADD in sync with LDADD.marcel2012-05-192-2/+2
* Add missing LIBPROCSTAT.marcel2012-05-191-0/+1
* Use the LLINDEX macro to access the link-level I/F index. This makesmarcel2012-05-195-4/+5
* Revert the previous commit on wakecode address verbose printing.iwasaki2012-05-191-2/+2
* Don't depend on getline being on the build machine. That'smarcel2012-05-192-2/+5
* Fix bootstrapping from FreeBSD 7.x: we also need to build ar.marcel2012-05-191-0/+5
OpenPOWER on IntegriCloud