aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.Jung-uk Kim2008-04-164-0/+24
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partXin LI2008-04-161-1/+1
* Allow SCTP to compile without INET6.Randall Stewart2008-04-1613-972/+1544
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-165-5/+5
* Fix compilation with LOCKF_DEBUG.Doug Rabson2008-04-161-1/+1
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-1624-225/+227
* Tighten up the error-handling in nlm_get_rpc. While I'm here, fix aDoug Rabson2008-04-161-3/+7
* style(9).Rui Paulo2008-04-151-1/+1
* Several changes breaking netgraph module ABI collected together:Alexander Motin2008-04-153-139/+115
* Revert the previous commit and use M_PROMISC flag instead.Jung-uk Kim2008-04-151-8/+17
* Use genclock for RTC handling. This eliminates the MD versions forMarcel Moolenaar2008-04-153-135/+51
* Fix possible buffer overrun on 64-bit arch when generating MACMaksim Yevmenkin2008-04-151-1/+3
* Implement POSIX function tcgetsid() which returns session id.David Xu2008-04-152-1/+6
* This file shows signs of heavy borrowing from NetBSD's cache.c file,Warner Losh2008-04-151-16/+58
* Add copyright notice and license to reflect origin of most of theWarner Losh2008-04-151-5/+28
* Support and switch to the ULE scheduler:Marcel Moolenaar2008-04-155-4/+19
* This isn't used, so remove it. It isn't relevant to most mips platforms.Warner Losh2008-04-153-219/+0
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.Warner Losh2008-04-151-4/+0
* This file is unused on amd64.Warner Losh2008-04-151-32/+0
* Remove $P4$ tag. Rumor has it that p4 importer hates it.Warner Losh2008-04-151-1/+0
* Remove M_SKIP_FIREWALL abuse and add more appropriate check.Jung-uk Kim2008-04-151-20/+11
* Don't touch MSI enable bit in RL_CFG2 register. For unknown reasonPyun YongHyeon2008-04-151-12/+6
* Revision 1.9 changes the delivery mode from the magic constant 0Marcel Moolenaar2008-04-141-1/+1
* Fix problem with slave devices.Søren Schmidt2008-04-144-16/+16
* Use the pru_flush infrastructure to avoid a panicRandall Stewart2008-04-143-3/+65
* - Have SCTP use the new pru_flush functionalityRandall Stewart2008-04-141-0/+1
* Add pru_flush routine so a transport canRandall Stewart2008-04-143-2/+11
* Protection against errant sender sending a streamRandall Stewart2008-04-141-1/+7
* New logging values.Randall Stewart2008-04-141-29/+30
* 1) adds some additional loggingRandall Stewart2008-04-141-1/+106
* When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_typeDoug Rabson2008-04-141-0/+3
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-149-494/+35
* atrtc.c is a repocopy of the RTC device driver from i386/isa/clock.cPoul-Henning Kamp2008-04-142-599/+40
* Make this file compile on IPv6 kernels.Qing Li2008-04-131-0/+2
* Use __FBSDID() for $FreeBSD$ IDs in the audit code.Robert Watson2008-04-139-18/+27
* fix comments for these files.Warner Losh2008-04-132-2/+2
* Make naming of include guards for MAC Framework include files moreRobert Watson2008-04-133-9/+9
* Make this compile also on non-IPv6 kernels.Poul-Henning Kamp2008-04-131-0/+2
* Get rid of an empty RTC implementation and hook up genclock instead.Poul-Henning Kamp2008-04-132-44/+1
* Initialize the vm object's flags to include OBJ_NOSPLIT, just like theAlan Cox2008-04-131-0/+4
* Add the bootcode verb for installing boot code. Boot codeMarcel Moolenaar2008-04-136-23/+147
* Fix identify of slave devices.Søren Schmidt2008-04-132-9/+8
* Add support for Asus EeePC backlight control.Rui Paulo2008-04-131-3/+29
* Fix the build in case RADIX_MPATH is not defined.Bjoern A. Zeeb2008-04-131-1/+3
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-1350-0/+11444
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-13125-0/+33717
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-1310-0/+411
* Merge in the mips specific configuration files and such from theWarner Losh2008-04-135-0/+755
* MFi386: RTC related cleanups.Yoshihiro Takahashi2008-04-134-282/+432
* These files handle the radix tree for the ECMP routes.Qing Li2008-04-132-0/+396