summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass the pointer to the selected partition in %si to the next stageluigi2008-11-261-2/+3
* - Add the device ID for the HP HS2300 MC8775 clone (michael)n_hibma2008-11-262-6/+8
* Document that all the other commands are eitherrdivacky2008-11-261-0/+16
* Remove unused variable.ganbold2008-11-261-4/+4
* In null_lookup(), do the needed cleanup instead of panicing sayingkib2008-11-261-5/+4
* - Support IEEE_P1282 and IEEE_1282 tags in the rock ridge extensions record.lulf2008-11-261-2/+6
* Unify the v4 and v6 versions of pcbdetach and pcbfree as goodbz2008-11-262-6/+9
* Plug a credential leak in case the inpcb is freed bybz2008-11-261-0/+1
* Add Pentium D cores into the list that can't handle 12.5% and 25%sobomax2008-11-261-1/+4
* Implement TSO for 82550/82551 controllers.yongari2008-11-263-14/+118
* Implement Rx checksum offload for 82559 or later controllers.yongari2008-11-262-28/+110
* o Introduce a new function, fxp_new_rfabuf which allocates a newyongari2008-11-261-27/+69
* Allow dumpon to a partition of type FS_UNUSED as well.marcel2008-11-261-2/+3
* Fix buglets.jkoshy2008-11-261-2/+2
* Add the -m option to pmcstat.attilio2008-11-254-11/+69
* MFp4: We don't support TX_CREATE_ACL_ATTR nor TX_MKDIR_ACL_ATTR; code foundtrasz2008-11-251-0/+8
* Straighten out those pesky SDP records for the Bluetoothemax2008-11-251-10/+26
* Fix locking (file descriptor table and Giant around VFS).pjd2008-11-254-35/+56
* - Fix a potential NULL pointer reference. Note that this should not happen inlulf2008-11-251-1/+17
* Remove unused variable.ganbold2008-11-252-4/+2
* - Fix a potential NULL pointer reference. Note that this cannot happen inlulf2008-11-255-6/+51
OpenPOWER on IntegriCloud