aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore previous cookie. Old programs will work with new node OK,Gleb Smirnoff2005-02-121-1/+1
* - bzero sockaddr_dlGleb Smirnoff2005-02-121-8/+4
* Back out no longer necessary work-arounds added in rev. 1.59 for buildingMarius Strobl2005-02-121-5/+3
* - Re-write OF_decode_addr() with a bus-neutral approach, adding supportMarius Strobl2005-02-123-86/+176
* Merge revision 1.5 from NetBSD: Fix a typo in a comment.Marius Strobl2005-02-121-2/+2
* Fix typo in a comment.Ruslan Ermilov2005-02-121-1/+1
* Add to CFLAGS.Ruslan Ermilov2005-02-121-1/+1
* Validate ifc->ifc_len before submitting its incarnation to sbuf_new,Xin LI2005-02-121-0/+4
* Split the ibfoo API into its own file.Poul-Henning Kamp2005-02-124-794/+926
* Connect ng_source(4) to the build.Ruslan Ermilov2005-02-121-0/+1
* Fallout from the ALTQ import.Ruslan Ermilov2005-02-121-1/+1
* Improve the mining of MAC address from the card:Warner Losh2005-02-121-7/+36
* Allocate enough space for new tag.Gleb Smirnoff2005-02-121-1/+2
* Fix typo. We want to unlock mutex here.Pawel Jakub Dawidek2005-02-121-1/+1
* Fix prototype for ibeot()Poul-Henning Kamp2005-02-121-1/+1
* Use the eot argument field for ibeot().Poul-Henning Kamp2005-02-121-3/+3
* When netgraph(4) was converted to use mbuf_tags(9) instead of meta-dataGleb Smirnoff2005-02-122-3/+10
* Bump __FreeBSD_version for removal of matherr() from libm. (matherr()David Schultz2005-02-121-1/+1
* Connect ng_atmllc(4) to the build.Ruslan Ermilov2005-02-121-0/+1
* Don't export symbols, all netgraph modules appear to haveRuslan Ermilov2005-02-121-3/+0
* Bitrot: the ethernet parse type is long standard.Ruslan Ermilov2005-02-121-2/+0
* Two problems here:Ruslan Ermilov2005-02-122-42/+2
* Document multicast membership control messages.Gleb Smirnoff2005-02-121-1/+13
* Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI,Gleb Smirnoff2005-02-122-2/+59
* Removed redundant MODULE_VERSION().Ruslan Ermilov2005-02-122-2/+0
* Make netgraph ISR and callout MPSAFE.Gleb Smirnoff2005-02-122-4/+3
* Fix comparisons that test if an unsigned value is < 0.Stefan Farfeleder2005-02-122-4/+4
* Add comment about MAC miningWarner Losh2005-02-121-0/+8
* Remove a shadow declaration of 'error' that caused certain tests to beScott Long2005-02-121-1/+0
* Add lock assertion.Alan Cox2005-02-121-0/+1
* Add much needed descriptions for a number of the IPC related sysctl OIDs.Christian S.J. Peron2005-02-123-24/+47
* Bumped up the driver version, following recent changes.Vinod Kashyap2005-02-121-1/+1
* Really old PCMCIA cards stored the MAC address in the attribute memoryWarner Losh2005-02-121-3/+41
* No one cares about when the manpage first appeared. Mention when the driverChristian Brueffer2005-02-121-2/+2
* style: fix indentation and spacing.Gleb Smirnoff2005-02-111-4/+4
* Do not trust ipfw: check m_len always, not only after m_dup.Gleb Smirnoff2005-02-111-2/+5
* - do m_pullup() after m_dup()Gleb Smirnoff2005-02-111-3/+4
* Make sure the last command byte makes it onto the wire.Poul-Henning Kamp2005-02-111-4/+6
* pullup to sizeof struct ip before sending to ip_output.Gleb Smirnoff2005-02-111-1/+7
* Don't read more than the given 'len' bytes from the 'big' string.Pawel Jakub Dawidek2005-02-111-1/+1
* Further embellish rev. 1.180: protect against -fno-strict-aliasingRuslan Ermilov2005-02-111-2/+2
* Packets from ipfw come with IP header in host byte order. Netgraph worksGleb Smirnoff2005-02-111-9/+12
* Stylistic fixes: push variable into a local context (this part is goingHartmut Brandt2005-02-111-10/+12
* sysctl node vm.stats can not be static (for ia64 reasons).Poul-Henning Kamp2005-02-111-1/+1
* Add a bit more caveat text about MUTEX_PROFILING -- try to avoid using itRobert Watson2005-02-111-0/+23
* Add SIGTHR (32) into list of signals permitted to be delivered to theMaxim Sobolev2005-02-111-0/+1
* Semctl with IPC_STAT command should return zero in case of success.Maxim Sobolev2005-02-111-2/+3
* Convert several instances of negative logic to positive logic.Hartmut Brandt2005-02-111-85/+84
* Make non-SOFTUPDATES kernels compile again.Poul-Henning Kamp2005-02-113-319/+270
* Diff reduction with p4.Warner Losh2005-02-111-6/+3