summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initialize svr4_head during MOD_LOAD rather than on demand.jhb2006-07-192-36/+1
* Reflect the additional support of C7 CPU's in padlock(4).mr2006-07-191-5/+10
* Add a test case for closing a UDPv6 socket that has been connected torwatson2006-07-192-0/+30
* Add very basic regression test for netinet6: create and close raw,rwatson2006-07-192-0/+67
* The pcn does not work on NEC SV-98/2-B05 and B06.nyan2006-07-191-2/+0
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-192-0/+5
* - Bring kern.random output closer to realitybrueffer2006-07-191-28/+18
* Remove an unused variable.stefanf2006-07-191-2/+1
* Convert sk(4) to use the new bus_alloc_resources() API andyongari2006-07-192-46/+43
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-1811-29/+93
* Remove unnecessary locking for td_dupfd (it requires no locks).jhb2006-07-181-9/+1
* Update comment.jhb2006-07-181-1/+1
* Add -EB to ${LD} too if we're making a big endian kernel, not anything incognet2006-07-181-0/+1
* Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions forimp2006-07-182-12/+21
* Remove break after return.stefanf2006-07-181-2/+0
* Document that the pathname(s) following the options need not be given ifstefanf2006-07-181-1/+7
* Fix type mismatch between char * and unsigned char *. C guarantees thatstefanf2006-07-181-1/+1
* The variables i and tot don't need to be static.stefanf2006-07-181-2/+2
* Remove break after return.stefanf2006-07-181-2/+0
* Drop two unnecessary casts.stefanf2006-07-181-2/+2
* MFamd64alc2006-07-181-36/+69
* Fix build of uma_core.c when DDB is not compiled into the kernel byrwatson2006-07-181-0/+2
* Make sure we use REDUCE32 on the result of do_cksum(), as in_cksum_skip()cognet2006-07-181-2/+13
* Firmware loading improvements:gallatin2006-07-171-13/+95
* If we can't defrag a packet, re-queue it instead of dropping it.cognet2006-07-171-1/+1
* #if => #ifdefcognet2006-07-171-2/+2
* Fix comments.cognet2006-07-172-2/+2
* at91_spi won't compile without spibus, so add it.cognet2006-07-171-0/+1
* VarAdd() already does the debug printing, so Var_Set() only needs to do itobrien2006-07-171-2/+1
* Separate functions with a newline.stefanf2006-07-171-0/+1
* style.Makefile(5): Remove -Wall from CFLAGS.stefanf2006-07-171-1/+1
* Remove duplicated assignment.stefanf2006-07-171-1/+0
* Use variadic macros that comply with C99. Keep the GCC-style ones ifstefanf2006-07-171-1/+1
* Move default GEOM classes from files.ia64, where they were markedmarcel2006-07-172-5/+5
* Chain the bus_dmamap_load() calls when mapping a command with a data CCBjhb2006-07-171-24/+42
* whitespace fixingobrien2006-07-171-8/+8
* - Add dependency of firmware(9). "MODULE_DEPEND(iwi, firmware, 1, 1, 1);"mnag2006-07-171-1/+3
* /etc/src.conf wasn't visable for the kernel build.obrien2006-07-171-0/+5
* Rename some variables. This fixes some (but not all) problems on the waynetchild2006-07-174-8/+8
* Prepend temporary sysctls with an underscore.netchild2006-07-171-1/+6
* Lock the smb share before doing a 'put' on it in smbfs_unmount().jhb2006-07-171-0/+3
* Always lock the lockmgr lock when creating an smb connection object ratherjhb2006-07-171-1/+2
* Change the GCC specific __FUNCTION__ to C99's __func__.stefanf2006-07-171-1/+1
* Enable DSO (Dynamic Shared Object) support. This makes it possiblesimon2006-07-171-1/+1
* Fix typo (s/writeer/writer/).flz2006-07-171-1/+1
* Add the sun4v category.ceri2006-07-171-0/+1
* Make the variadic macro debug() comply to C99.stefanf2006-07-171-3/+6
* Use a prototype for res_init().stefanf2006-07-171-1/+1
* Unexpand two TAILQ_FOREACH_SAFE cases.delphij2006-07-172-4/+2
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-1710-28/+0
OpenPOWER on IntegriCloud