summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_pipe.c
AgeCommit message (Expand)Author
2024-04-24ng_pipe: Do not panic when memory allocations failMartin Vahlensieck
2024-04-24ng_pipe: Replace deprecated random() with prng32_bounded()Martin Vahlensieck
2024-04-24ng_pipe: Remove node when all hooks are disconnectedMartin Vahlensieck
2024-04-24ng_pipe: Fix whitespaceMartin Vahlensieck
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-05-28Use M_WAITOK for the NGM_PIPE_SET_CFG control message. We expect it toGleb Smirnoff
2013-11-08Eliminate duplicated & dead code.Marko Zec
2011-05-24Assume the link to be dead if bit error rate (BER) parameter is set to 1.Marko Zec
2011-04-18Node constructor methods are supposed to be called in syscallGleb Smirnoff
2010-11-24Simplify ng_pipe locking model by relying on the netgraph frameworkMarko Zec
2010-07-06Fix a double-free bug which can occur if both bit error rate and packetMarko Zec
2010-04-30Avoid undefined behaviour.Edward Tomasz Napierala
2010-04-07Start copyright notice with /*-Joel Dahl
2009-08-01Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2008-09-03Add Marko's pipe node.Julian Elischer