summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFp4:bz2008-11-2939-383/+2421
* Check the return value of config_intrhook_establish().rpaulo2008-11-291-1/+5
* Check for non-existing model DMI string.rpaulo2008-11-291-0/+3
* In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerkib2008-11-294-12/+42
* Improve KASSERT() call a bit:pjd2008-11-291-1/+2
* MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() inpjd2008-11-291-1/+0
* make 'make universe' not complain aboutbz2008-11-291-0/+1
* Unbreak mips build by taking first WAG at mb(), wmb() and rmb(). Theimp2008-11-291-0/+4
* Noticed the following error message:imp2008-11-291-2/+6
* Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpcbz2008-11-281-2/+3
* Add an essential .h file that skipped from the last commit (r185419).zec2008-11-281-0/+82
* Unhide declarations of network stack virtualization structs fromzec2008-11-2818-81/+40
* o FreeBSD 6.4-RELEASE added.maxim2008-11-281-6/+8
* With the permissions of phk@ change the license on kern_jail.cbz2008-11-281-6/+22
* Add missing 'THE'. This was discussed with core@ in the largerimp2008-11-281-2/+2
* Update for 185401, errors now go to stderr.stefanf2008-11-281-0/+0
* Report error messages of the builtins 'type' and 'command -V' to stderr insteadstefanf2008-11-281-12/+11
* Fix a printing problem when using the -L flag to netstat causedgnn2008-11-281-13/+16
* Fix matching of message queues by name.ed2008-11-281-1/+2
* missing V_des2008-11-281-1/+1
* Add a reference to hwpmc_core.c most likely missed in r185363bz2008-11-281-0/+1
* Remove duplicate 2610SA entry.emaste2008-11-271-2/+0
* Let ARM loader(8) build with the man page.raj2008-11-271-4/+3
* Provide manual page for the mge(4) device driver.raj2008-11-272-1/+161
* Explicitely note that destroy_dev() sleeps.kib2008-11-271-0/+1
* Replace most INP_CHECK_SOCKAF() uses checking if it is anbz2008-11-273-8/+4
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-277-75/+17
* Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post.kib2008-11-277-1/+46
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-276-27/+5
* Update description of an event.jkoshy2008-11-271-2/+1
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-2717-74/+3356
* Revert r184509: don't encourage the use of sysexits.h with err() andrwatson2008-11-271-2/+2
* The timezone byte is a signed value, treat it as such.kientzle2008-11-271-1/+1
* After visiting a subdirectory, we use chdir("..") orkientzle2008-11-273-19/+57
* If we're unable to chdir() to a directory that we know exists,kientzle2008-11-271-1/+3
* Remove unused variable.ganbold2008-11-271-2/+1
* Don't let ata_completed() dereference a null request->dma pointer topeter2008-11-271-1/+1
* Small nit I just noticed, a pre-decrement should be post.jfv2008-11-271-1/+1
* Thanks to the reminder from Ganbold, small fix in the RX failurejfv2008-11-271-13/+11
* Add basic WOL support for 82550/82551/82558 and 82559 basedyongari2008-11-273-11/+80
* This delta is primarily a fix for es2lan devices thatjfv2008-11-2626-1388/+1368
* Updated ixgbe driver - version 1.6.2jfv2008-11-2611-1026/+1999
* Remove an unused variable.jkim2008-11-261-2/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-2630-75/+101
* Import an initial revision of the pmcannotate tool.attilio2008-11-264-0/+926
* Fix a typo in previous commit: must call "putn" to print a crlf,luigi2008-11-261-1/+1
* Create a fake geometry (16 heads, 64 sectors) when dealing withluigi2008-11-261-3/+14
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-265-45/+12
* Use newly introduced cpu_vendor_id to make invariant TSC detection morejkim2008-11-262-15/+26
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-2626-119/+221
OpenPOWER on IntegriCloud