summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Tighten up the error-handling in nlm_get_rpc. While I'm here, fix adfr2008-04-161-3/+7
* style(9).rpaulo2008-04-151-1/+1
* Several changes breaking netgraph module ABI collected together:mav2008-04-153-139/+115
* Revert the previous commit and use M_PROMISC flag instead.jkim2008-04-151-8/+17
* Use genclock for RTC handling. This eliminates the MD versions formarcel2008-04-153-135/+51
* Fix possible buffer overrun on 64-bit arch when generating MACemax2008-04-151-1/+3
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-152-1/+6
* This file shows signs of heavy borrowing from NetBSD's cache.c file,imp2008-04-151-16/+58
* Add copyright notice and license to reflect origin of most of theimp2008-04-151-5/+28
* Support and switch to the ULE scheduler:marcel2008-04-155-4/+19
* This isn't used, so remove it. It isn't relevant to most mips platforms.imp2008-04-153-219/+0
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.imp2008-04-151-4/+0
* This file is unused on amd64.imp2008-04-151-32/+0
* Remove $P4$ tag. Rumor has it that p4 importer hates it.imp2008-04-151-1/+0
* Remove M_SKIP_FIREWALL abuse and add more appropriate check.jkim2008-04-151-20/+11
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonyongari2008-04-151-12/+6
* Revision 1.9 changes the delivery mode from the magic constant 0marcel2008-04-141-1/+1
* Fix problem with slave devices.sos2008-04-144-16/+16
* Use the pru_flush infrastructure to avoid a panicrrs2008-04-143-3/+65
* - Have SCTP use the new pru_flush functionalityrrs2008-04-141-0/+1
* Add pru_flush routine so a transport canrrs2008-04-143-2/+11
* Protection against errant sender sending a streamrrs2008-04-141-1/+7
* New logging values.rrs2008-04-141-29/+30
* 1) adds some additional loggingrrs2008-04-141-1/+106
* When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_typedfr2008-04-141-0/+3
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-149-494/+35
* atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.cphk2008-04-142-599/+40
* Make this file compile on IPv6 kernels.qingli2008-04-131-0/+2
* Use __FBSDID() for $FreeBSD$ IDs in the audit code.rwatson2008-04-139-18/+27
* fix comments for these files.imp2008-04-132-2/+2
* Make naming of include guards for MAC Framework include files morerwatson2008-04-133-9/+9
* Make this compile also on non-IPv6 kernels.phk2008-04-131-0/+2
* Get rid of an empty RTC implementation and hook up genclock instead.phk2008-04-132-44/+1
* Initialize the vm object's flags to include OBJ_NOSPLIT, just like thealc2008-04-131-0/+4
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-136-23/+147
* Fix identify of slave devices.sos2008-04-132-9/+8
* Add support for Asus EeePC backlight control.rpaulo2008-04-131-3/+29
* Fix the build in case RADIX_MPATH is not defined.bz2008-04-131-1/+3
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-1350-0/+11444
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-13125-0/+33717
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-1310-0/+411
* Merge in the mips specific configuration files and such from theimp2008-04-135-0/+755
* MFi386: RTC related cleanups.nyan2008-04-134-282/+432
* These files handle the radix tree for the ECMP routes.qingli2008-04-132-0/+396
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-1312-1/+217
* Use a "rel" memory barrier for disowning the lock as it cames from anattilio2008-04-131-1/+1
* struct lock_instance and struct lock_list_entry don't need to be in theattilio2008-04-132-34/+35
* fix printf type confusion on amd64phk2008-04-121-2/+3
* Move i386 to generic RTC handling code.phk2008-04-124-206/+341
* Emit summaries of struct c(alender)t(ime) <-> struct timespec conversionsphk2008-04-121-2/+27
OpenPOWER on IntegriCloud