| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize svr4_head during MOD_LOAD rather than on demand. | jhb | 2006-07-19 | 2 | -36/+1 |
* | Reflect the additional support of C7 CPU's in padlock(4). | mr | 2006-07-19 | 1 | -5/+10 |
* | Add a test case for closing a UDPv6 socket that has been connected to | rwatson | 2006-07-19 | 2 | -0/+30 |
* | Add very basic regression test for netinet6: create and close raw, | rwatson | 2006-07-19 | 2 | -0/+67 |
* | The pcn does not work on NEC SV-98/2-B05 and B06. | nyan | 2006-07-19 | 1 | -2/+0 |
* | Add CPUTYPE support for Via C3 and C3-2 processors. | des | 2006-07-19 | 2 | -0/+5 |
* | - Bring kern.random output closer to reality | brueffer | 2006-07-19 | 1 | -28/+18 |
* | Remove an unused variable. | stefanf | 2006-07-19 | 1 | -2/+1 |
* | Convert sk(4) to use the new bus_alloc_resources() API and | yongari | 2006-07-19 | 2 | -46/+43 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 11 | -29/+93 |
* | Remove unnecessary locking for td_dupfd (it requires no locks). | jhb | 2006-07-18 | 1 | -9/+1 |
* | Update comment. | jhb | 2006-07-18 | 1 | -1/+1 |
* | Add -EB to ${LD} too if we're making a big endian kernel, not anything in | cognet | 2006-07-18 | 1 | -0/+1 |
* | Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions for | imp | 2006-07-18 | 2 | -12/+21 |
* | Remove break after return. | stefanf | 2006-07-18 | 1 | -2/+0 |
* | Document that the pathname(s) following the options need not be given if | stefanf | 2006-07-18 | 1 | -1/+7 |
* | Fix type mismatch between char * and unsigned char *. C guarantees that | stefanf | 2006-07-18 | 1 | -1/+1 |
* | The variables i and tot don't need to be static. | stefanf | 2006-07-18 | 1 | -2/+2 |
* | Remove break after return. | stefanf | 2006-07-18 | 1 | -2/+0 |
* | Drop two unnecessary casts. | stefanf | 2006-07-18 | 1 | -2/+2 |
* | MFamd64 | alc | 2006-07-18 | 1 | -36/+69 |
* | Fix build of uma_core.c when DDB is not compiled into the kernel by | rwatson | 2006-07-18 | 1 | -0/+2 |
* | Make sure we use REDUCE32 on the result of do_cksum(), as in_cksum_skip() | cognet | 2006-07-18 | 1 | -2/+13 |
* | Firmware loading improvements: | gallatin | 2006-07-17 | 1 | -13/+95 |
* | If we can't defrag a packet, re-queue it instead of dropping it. | cognet | 2006-07-17 | 1 | -1/+1 |
* | #if => #ifdef | cognet | 2006-07-17 | 1 | -2/+2 |
* | Fix comments. | cognet | 2006-07-17 | 2 | -2/+2 |
* | at91_spi won't compile without spibus, so add it. | cognet | 2006-07-17 | 1 | -0/+1 |
* | VarAdd() already does the debug printing, so Var_Set() only needs to do it | obrien | 2006-07-17 | 1 | -2/+1 |
* | Separate functions with a newline. | stefanf | 2006-07-17 | 1 | -0/+1 |
* | style.Makefile(5): Remove -Wall from CFLAGS. | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Remove duplicated assignment. | stefanf | 2006-07-17 | 1 | -1/+0 |
* | Use variadic macros that comply with C99. Keep the GCC-style ones if | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Move default GEOM classes from files.ia64, where they were marked | marcel | 2006-07-17 | 2 | -5/+5 |
* | Chain the bus_dmamap_load() calls when mapping a command with a data CCB | jhb | 2006-07-17 | 1 | -24/+42 |
* | whitespace fixing | obrien | 2006-07-17 | 1 | -8/+8 |
* | - Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);" | mnag | 2006-07-17 | 1 | -1/+3 |
* | /etc/src.conf wasn't visable for the kernel build. | obrien | 2006-07-17 | 1 | -0/+5 |
* | Rename some variables. This fixes some (but not all) problems on the way | netchild | 2006-07-17 | 4 | -8/+8 |
* | Prepend temporary sysctls with an underscore. | netchild | 2006-07-17 | 1 | -1/+6 |
* | Lock the smb share before doing a 'put' on it in smbfs_unmount(). | jhb | 2006-07-17 | 1 | -0/+3 |
* | Always lock the lockmgr lock when creating an smb connection object rather | jhb | 2006-07-17 | 1 | -1/+2 |
* | Change the GCC specific __FUNCTION__ to C99's __func__. | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Enable DSO (Dynamic Shared Object) support. This makes it possible | simon | 2006-07-17 | 1 | -1/+1 |
* | Fix typo (s/writeer/writer/). | flz | 2006-07-17 | 1 | -1/+1 |
* | Add the sun4v category. | ceri | 2006-07-17 | 1 | -0/+1 |
* | Make the variadic macro debug() comply to C99. | stefanf | 2006-07-17 | 1 | -3/+6 |
* | Use a prototype for res_init(). | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Unexpand two TAILQ_FOREACH_SAFE cases. | delphij | 2006-07-17 | 2 | -4/+2 |
* | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | phk | 2006-07-17 | 10 | -28/+0 |