summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Barrow from kmod.mk and protect against adding -fno-strict-aliasingobrien2005-02-131-1/+1
* Add the new CPUFREQ_FLAG_INFO_ONLY flag for drivers which can attach tonjl2005-02-131-1/+10
* Be sure to register with cpufreq(4). On systems that only supportednjl2005-02-131-9/+36
* Attach an acpi_perf device for every processor that offers the rightnjl2005-02-131-2/+2
* Drop mythical module dependency on ng_ether.ru2005-02-131-2/+0
* Check handle types.phk2005-02-123-78/+199
* Add ibcntl as alias for ibcntphk2005-02-123-243/+274
* Restore previous cookie. Old programs will work with new node OK,glebius2005-02-121-1/+1
* - bzero sockaddr_dlglebius2005-02-121-8/+4
* Back out no longer necessary work-arounds added in rev. 1.59 for buildingmarius2005-02-121-5/+3
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportmarius2005-02-123-86/+176
* Merge revision 1.5 from NetBSD: Fix a typo in a comment.marius2005-02-121-2/+2
* Fix typo in a comment.ru2005-02-121-1/+1
* Validate ifc->ifc_len before submitting its incarnation to sbuf_new,delphij2005-02-121-0/+4
* Split the ibfoo API into its own file.phk2005-02-124-794/+926
* Connect ng_source(4) to the build.ru2005-02-121-0/+1
* Fallout from the ALTQ import.ru2005-02-121-1/+1
* Improve the mining of MAC address from the card:imp2005-02-121-7/+36
* Allocate enough space for new tag.glebius2005-02-121-1/+2
* Fix typo. We want to unlock mutex here.pjd2005-02-121-1/+1
* Fix prototype for ibeot()phk2005-02-121-1/+1
* When netgraph(4) was converted to use mbuf_tags(9) instead of meta-dataglebius2005-02-122-3/+10
* Bump __FreeBSD_version for removal of matherr() from libm. (matherr()das2005-02-121-1/+1
* Connect ng_atmllc(4) to the build.ru2005-02-121-0/+1
* Don't export symbols, all netgraph modules appear to haveru2005-02-121-3/+0
* Bitrot: the ethernet parse type is long standard.ru2005-02-121-2/+0
* Two problems here:ru2005-02-122-42/+2
* Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,glebius2005-02-122-2/+59
* Removed redundant MODULE_VERSION().ru2005-02-122-2/+0
* Make netgraph ISR and callout MPSAFE.glebius2005-02-122-4/+3
* Add comment about MAC miningimp2005-02-121-0/+8
* Remove a shadow declaration of 'error' that caused certain tests to bescottl2005-02-121-1/+0
* Add lock assertion.alc2005-02-121-0/+1
* Add much needed descriptions for a number of the IPC related sysctl OIDs.csjp2005-02-123-24/+47
* Bumped up the driver version, following recent changes.vkashyap2005-02-121-1/+1
* Really old PCMCIA cards stored the MAC address in the attribute memoryimp2005-02-121-3/+41
* style: fix indentation and spacing.glebius2005-02-111-4/+4
* Do not trust ipfw: check m_len always, not only after m_dup.glebius2005-02-111-2/+5
* - do m_pullup() after m_dup()glebius2005-02-111-3/+4
* Make sure the last command byte makes it onto the wire.phk2005-02-111-4/+6
* pullup to sizeof struct ip before sending to ip_output.glebius2005-02-111-1/+7
* Further embellish rev. 1.180: protect against -fno-strict-aliasingru2005-02-111-2/+2
* Packets from ipfw come with IP header in host byte order. Netgraph worksglebius2005-02-111-9/+12
* sysctl node vm.stats can not be static (for ia64 reasons).phk2005-02-111-1/+1
* Add SIGTHR (32) into list of signals permitted to be delivered to thesobomax2005-02-111-0/+1
* Semctl with IPC_STAT command should return zero in case of success.sobomax2005-02-111-2/+3
* Make non-SOFTUPDATES kernels compile again.phk2005-02-113-319/+270
* Diff reduction with p4.imp2005-02-111-6/+3
* Improve EOS handling.phk2005-02-111-8/+17
* Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards reallyimp2005-02-113-8/+9
OpenPOWER on IntegriCloud