summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* enable use of modules but disable them by adding MODULES_OVERRIDE=""sam2008-11-3012-3/+13
* opt_at91.h isn't needed here at all anymore, since the board initimp2008-11-301-1/+0
* Don't call ether_ioctl() with locks held. Loop in xn_rxeof() until the backenddfr2008-11-301-81/+85
* On FreeBSD, printing the version is centralized, so no need to repeatimp2008-11-301-2/+0
* Improve a comment.jkoshy2008-11-301-4/+7
* According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* According to "Intel 64 and IA-32 Architectures Software Developer's Manualmav2008-11-301-1/+5
* Third argument to the vi_mmap_t function is vm_paddr_t *.kib2008-11-291-1/+1
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-294-52/+301
* Unbreak the no-networks (no INET/6) build that I broke withbz2008-11-291-0/+2
* Regeneratekib2008-11-293-9/+9
* Fix iovec32 for linux32/amd64.kib2008-11-293-14/+47
* Regen after jail support was added in r185435.bz2008-11-294-7/+12
* MFp4:bz2008-11-2924-234/+1647
* 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
* 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
* 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
OpenPOWER on IntegriCloud