summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* With the permissions of phk@ change the license on kern_jail.cbz2008-11-281-6/+22
* 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
* 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
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.bz2008-11-276-27/+5
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-2714-37/+2909
* The timezone byte is a signed value, treat it as such.kientzle2008-11-271-1/+1
* 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
* Fix a typo in previous commit: must call "putn" to print a crlf,luigi2008-11-261-1/+1
* 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
* MFp4: We don't support TX_CREATE_ACL_ATTR nor TX_MKDIR_ACL_ATTR; code foundtrasz2008-11-251-0/+8
* 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
* Remove unused variable.ganbold2008-11-251-2/+1
* Convert BWCT and HL200 over to new board mechanism as well. Theimp2008-11-2511-51/+260
* Remove unused variable.ganbold2008-11-251-3/+0
* Start to make it easier to add AT91RM9200 based boards:imp2008-11-257-52/+135
* Whitespace nit.imp2008-11-251-2/+2
* Fix standalone module build by generating opt_kgssapi.h.dfr2008-11-251-0/+1
* Move vn_fullpath1() outside of FILEDESC locking. This is being done inmarcus2008-11-251-5/+21
OpenPOWER on IntegriCloud