summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make talk(1) capable of displaying UTF-8 characters.glebius2014-03-174-124/+145
* Fix spelling.hselasky2014-03-171-1/+1
* Add Tx/Rx multiqueue support to vmx(4)bryanv2014-03-175-92/+734
* In intr_event_handle() we already save and set td_intr_frame, somarcel2014-03-171-0/+4
* Move the implementation of kdb_cpu_trap() from <machine/kdb.h> tomarcel2014-03-162-10/+15
* Don't use the ITC as the faulting address for external interrupts.marcel2014-03-162-3/+3
* Fix a comment in capability.h: it got renamed to capsicum.h, notrwatson2014-03-161-1/+1
* Use armv7 TLB flush code, not arm11, for cortex-a processors.ian2014-03-161-5/+9
* Use the same terminology as the ARM docs in comments. No functional changes.ian2014-03-161-5/+5
* Add more obsolete filesantoine2014-03-161-1/+7
* In intr_event_handle() we already save and set td_intr_frame, somarcel2014-03-162-7/+6
* Align all comments in config files on same column. This consistencyimp2014-03-162-381/+381
* Make all the comments '# ' and align to same column. This fixes theimp2014-03-1646-1735/+1734
* find: When performing -quit, finish pending -exec ... + command lines.jilles2014-03-161-0/+1
* Remove an extra 1 in an #if lineandrew2014-03-161-1/+1
* Fix the spelling of function.andrew2014-03-162-2/+2
* Fix statically-linked build (WITHOUT_DYNAMICROOT).jilles2014-03-162-4/+4
* Add an optimised version of the float and double helper functions. Theseandrew2014-03-166-124/+537
* Though there currently isn't a way to insert new media into an ATAPItychon2014-03-161-0/+18
* * Provide information in error causes in ASCII instead oftuexen2014-03-1612-665/+275
* Support the bootloader's single 16-bit 'outw' access to the Divisortychon2014-03-161-7/+19
* Bump __FreeBSD_version to reflect capability.h -> capsicum.h change.rwatson2014-03-161-1/+1
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-1633-37/+37
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-1667-69/+69
* Rename capability.h to capsicum.h: the original name conflicts with therwatson2014-03-162-387/+430
* Only build the vfp/softfp switching code on armv6 as we don't support vfpandrew2014-03-161-1/+5
* Build fenv-vfp.c with the softfp float abi. Without this gcc generates anandrew2014-03-161-0/+3
* The AR71xx has APB interrupts in the MISC registers from 0-7, lateradrian2014-03-161-4/+6
* * Handle the three other timer interrupts for now, from the AR724xadrian2014-03-161-3/+3
* Migrate most of tools/regression/usr.bin/ to the new tests layout.jmmv2014-03-16587-349/+1047
* Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.jmmv2014-03-1668-153/+246
* Handle the case where both arge0 and arge1 MAC addresses are available viaadrian2014-03-161-1/+18
* * Add ethernet MAC configuration from the EEPROM for arge0/arge1adrian2014-03-161-1/+7
* Add Makefile missed in r263220.jmmv2014-03-161-0/+13
* Change etcupdate tests to return 1 on test failures.jmmv2014-03-167-21/+135
* Migrate tools/regression/sbin/ to the new tests layout.jmmv2014-03-1617-31/+63
* I clearly didn't test the modules... add sha256c.c to the variousjmg2014-03-164-4/+4
* replace the kernel's version w/ cperciva's implementation... In alljmg2014-03-167-406/+19
* Document support for TAP-compliant Perl test programs.jmmv2014-03-161-0/+11
* Xref pthread_cancel...jmg2014-03-162-2/+4
* copy these files from lib/libmd in preperation for moving these filesjmg2014-03-162-0/+347
* change td_retval into a union w/ off_t, with defines to mask thejmg2014-03-164-4/+8
* Fix a race wherein the source of an interrupt vector is wronglytychon2014-03-157-40/+116
* On armv6 access both the softfloat and, when available, the vfp to get andandrew2014-03-157-10/+391
* Fix wandboard to include tmpfs, mbr and bsd labels.imp2014-03-151-0/+3
* sh: Allow kill %job on jobs started without job control.jilles2014-03-155-17/+30
* Add some documentation for bsd.test.mk.jmmv2014-03-151-0/+84
* Garbage collect long time obsoleted (or never used) stuff from routing API.glebius2014-03-1510-103/+10
* Be a little more verbose in service's error messageeadler2014-03-151-1/+1
* Use the system queue.h instead of bundling its own.eadler2014-03-1511-237/+17
OpenPOWER on IntegriCloud