Historial de Commits

Autor SHA1 Mensaje Fecha
  Gleb Smirnoff 296a4cb5c5 sockets: provide correct pr_shutdown for keysock and SDP hace 8 meses
  Warner Losh 71625ec9ad sys: Remove $FreeBSD$: one-line .c comment pattern hace 1 año
  Konstantin Belousov fcc7aabdca netipsec: some style hace 3 años
  Gleb Smirnoff e7d02be19d protosw: refactor protosw and domain static declaration and load hace 2 años
  Gleb Smirnoff b7bf3cb07f keysock: explicitly initialized LIST_HEAD hace 2 años
  Gleb Smirnoff ea7be1293b keysock: do not use raw socket code hace 2 años
  Gleb Smirnoff 9880323a99 netipsec: use SYSINIT(9) instead of dom_init/dom_destroy hace 2 años
  Gleb Smirnoff 89128ff3e4 protocols: init with standard SYSINIT(9) or VNET_SYSINIT hace 2 años
  Roy Marples 7045b1603b socket: Implement SO_RERROR hace 3 años
  Mark Johnston f161d294b9 Add missing sockaddr length and family validation to various protocols hace 3 años
  Alexander V. Chernikov 924d1c9a05 Revert "SO_RERROR indicates that receive buffer overflows should be handled as errors." hace 3 años
  Alexander V. Chernikov 4a01b854ca SO_RERROR indicates that receive buffer overflows should be handled as errors. hace 3 años
  Pawel Biernacki 7029da5c36 Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) hace 4 años
  Andrew Turner 5f901c92a8 Use the new VNET_DEFINE_STATIC macro when we are defining static VNET hace 6 años
  Andrey V. Elsukov 017a5e581a Rework key_sendup_mbuf() a bit: hace 6 años
  Andrey V. Elsukov d158b221e5 Add KASSERT to check that proper targed was used. hace 6 años
  Andrey V. Elsukov e3004d2429 Replace panic() with KASSERTs. hace 6 años
  Andrey V. Elsukov dccd41cb39 Check that we have PF_KEY sockets before iterating over all RAW sockets. hace 6 años
  Andrey V. Elsukov 26cb1e1dba Remove obsoleted and unused key_sendup() function. hace 6 años
  Pedro F. Giffuni 51369649b0 sys: further adoption of SPDX licensing ID tags. hace 6 años
  Andrey V. Elsukov fcf596178b Merge projects/ipsec into head/. hace 7 años
  Kevin Lo c3bef61e58 Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. hace 8 años
  Pedro F. Giffuni 02abd40029 kernel: use our nitems() macro when it is available through param.h. hace 8 años
  Pedro F. Giffuni 155d72c498 sys/net* : for pointers replace 0 with NULL. hace 8 años
  Andrey V. Elsukov 4ec5fcbe09 Remove unneded mbuf length adjustment, M_PREPEND() already did that. hace 9 años
  Robert Watson 2a8c860fe3 In order to reduce use of M_EXT outside of the mbuf allocator and hace 9 años
  Andrey V. Elsukov 3d6aff5615 Fix style(9) and remove m_freem(NULL). hace 9 años
  Andrey V. Elsukov 18961126cb Remove __P() macro. hace 9 años
  Andrey V. Elsukov 2e84e6eac9 ANSIfy function declarations. hace 9 años
  Andrey V. Elsukov bd766f3425 Remove unneded check. No need to do m_pullup to the size that we prepended. hace 9 años