| Commit message (Expand) | Author | Age | Files | Lines |
* | Intel 4965 wireless driver (derived from openbsd driver of the same name) | sam | 2008-04-29 | 13 | -0/+9473 |
* | Add an option (compiled out by default) | julian | 2008-04-29 | 5 | -0/+168 |
* | Fix a comment typo. | rwatson | 2008-04-29 | 1 | -1/+1 |
* | Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ish | jhb | 2008-04-29 | 11 | -184/+338 |
* | More recommendations | imp | 2008-04-29 | 1 | -1/+3 |
* | Add support for the BCM5906[M] adapters. These adapters only support | jhb | 2008-04-29 | 5 | -61/+351 |
* | - Add a global variable 'fbsdcoreops_suppress_target' that can be set to | jhb | 2008-04-29 | 1 | -2/+11 |
* | _setjmp.o was missing a dependency on "machine". | ru | 2008-04-29 | 1 | -3/+1 |
* | Don't forget to clean the "machine" symlink on amd64, otherwise bad | ru | 2008-04-29 | 1 | -0/+3 |
* | This bloke has his priorities straight: | phk | 2008-04-29 | 1 | -0/+4 |
* | Define INLINE_LIMIT and additional CFLAGS for mips. | gonzo | 2008-04-29 | 1 | -0/+9 |
* | Define KINFO_PROC_SIZE for mips. | gonzo | 2008-04-29 | 1 | -0/+3 |
* | Mention -U and -ai arguments to mergemaster in a comment for the | rwatson | 2008-04-29 | 1 | -1/+1 |
* | Fix some section references. | pjd | 2008-04-29 | 3 | -6/+6 |
* | The referenced section name is 'Formats', not 'FORMATS'. | pjd | 2008-04-29 | 1 | -1/+1 |
* | Don't depend on the modification time of the "zfs" subdir. | ru | 2008-04-29 | 1 | -2/+1 |
* | - Fix makefile so it doesn't break the build in some corner cases. [1] | ru | 2008-04-29 | 2 | -134/+3 |
* | Fix compiling problem. | davidxu | 2008-04-29 | 1 | -1/+1 |
* | Use UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE to save | davidxu | 2008-04-29 | 9 | -19/+20 |
* | Introduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATE | davidxu | 2008-04-29 | 2 | -19/+71 |
* | Check for integer overflow before calling sbrk(2), since it uses a | jasone | 2008-04-29 | 1 | -0/+7 |
* | mention DX8400/50 | imp | 2008-04-29 | 1 | -2/+3 |
* | Add Epson DX8400 scanner. | imp | 2008-04-29 | 2 | -0/+2 |
* | ANSIfy function prototypes. While I am there, constify some parameters and | delphij | 2008-04-28 | 13 | -61/+36 |
* | Check packet directions more properly instead of just checking received | jkim | 2008-04-28 | 1 | -5/+5 |
* | Use kgdb_parse() instead of libkvm(3) to read the first instruction from | jhb | 2008-04-28 | 1 | -16/+9 |
* | Eliminate pointless casts from kmem_suballoc(). | alc | 2008-04-28 | 1 | -2/+2 |
* | Correct minor typos in SCTP man pages. | rwatson | 2008-04-28 | 2 | -2/+1 |
* | Remove the 'add_kld_command' arg from load_kld(). It is always true since | jhb | 2008-04-28 | 1 | -12/+5 |
* | Handle endianness for mips | gonzo | 2008-04-28 | 1 | -2/+4 |
* | Document 'show mount' command. | pjd | 2008-04-28 | 1 | -1/+7 |
* | Sigh, when reapplying the patch to HEAD, I somehow forgot to commit this file. | stefanf | 2008-04-28 | 1 | -6/+3 |
* | vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be | alc | 2008-04-28 | 3 | -5/+5 |
* | The first argment of mtdbatu or mtibatu is part of the encoding. | marcel | 2008-04-28 | 1 | -7/+8 |
* | MFp4: SMP support | marcel | 2008-04-27 | 16 | -137/+715 |
* | restore the hal's channel list when doing getradiocaps so it's in sync with | sam | 2008-04-27 | 1 | -0/+5 |
* | Eliminate track_modified_needed(), better known as pmap_track_modified() | marcel | 2008-04-27 | 1 | -37/+8 |
* | - Fix bugs where the value of arithmetic expansion$((...)) was trucated | stefanf | 2008-04-27 | 3 | -14/+29 |
* | MFp4: SMP support | marcel | 2008-04-27 | 1 | -6/+63 |
* | Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16. | marcel | 2008-04-27 | 1 | -2/+3 |
* | Add support files for compiling with soft-float. This has been | marcel | 2008-04-27 | 3 | -0/+448 |
* | Remove mfsvr(): | marcel | 2008-04-27 | 3 | -12/+2 |
* | Fix include guard spelling. | rwatson | 2008-04-27 | 1 | -1/+1 |
* | When writing trailers in sendfile(2), don't call kern_writev() | rwatson | 2008-04-27 | 1 | -3/+4 |
* | Add a breif example for the wlan change. Include an explicit pointer | imp | 2008-04-27 | 1 | -0/+6 |
* | Remove two unused declarations. These variables are now fields within | alc | 2008-04-27 | 1 | -2/+0 |
* | Remove an XXX comment. sys/amd64/amd64/pmap.c revision 1.516 explains why | alc | 2008-04-27 | 1 | -4/+0 |
* | MFamd64 revision 1.544/i386 revision 1.549 | alc | 2008-04-26 | 1 | -41/+10 |
* | Add a missing quote symbol. | yar | 2008-04-26 | 1 | -1/+1 |
* | Just met Kurt Vonnegut's quote remarkably relevant | yar | 2008-04-26 | 1 | -0/+4 |