summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-06-25add pf device on all architectures.Kjell Wooding
fix my previously bogus MAKEDEVs. If you used pf on a non-i386. the major device number has changed, and you'll need to recreate /dev/pf ok theo
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25Copy the m_flags, *then* clear M_PKTHDR on from...bad Federico.Angelos D. Keromytis
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-25No need to double-clear the mbuf flags and tags.Angelos D. Keromytis
2001-06-25Don't reset M_PKTHDR before we copy the mbuf flags (bad Federico!)Angelos D. Keromytis
2001-06-25Bad Federico!Angelos D. Keromytis
2001-06-25trivial ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-25Get rid of old directory caching scheme which caused persistent duplicates.Constantine Sapuntzakis
Still not correct for NFSv3 but that's hard.
2001-06-25zap pmaxTheo de Raadt
2001-06-25Defer output checksumming until ip_output() or hardware.Angelos D. Keromytis
2001-06-25Remove unnecessary temporary variable.Angelos D. Keromytis
2001-06-25Always defer output TCP checksumming until ip_output() (or hardware,Angelos D. Keromytis
if it exists). Cuts down on code a bit, and we don't need to look at the routing entry at TCP. Based on NetBSD. UDP case to follow.
2001-06-25remove inlines they are plain wrongMichael Shalayeff
2001-06-25Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.Federico G. Schwindt
2001-06-25put pf before ipsec processing. return error code and free mbuf chainNiels Provos
2001-06-25partial endianess fixesMichael Shalayeff
2001-06-25do not drop unsupported protocol. default to pass. needs to be configurableNiels Provos
later.
2001-06-25remove dependency on pmax tree. cleanup a little while hereEric Jackson
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-25Some KNF, do not have a char fiel between pointers, it createsNiklas Hallqvist
padding. Do not inline expensive functions, esp. not such declared after first use.
2001-06-25Use in_cksum_phdr() rather than in_cksum() -- from NetBSDAngelos D. Keromytis
2001-06-25config interfaces defines.Dale Rahn
2001-06-25use only ioctl return values found in errno.hDaniel Hartmeier
2001-06-24do not refer uninitialized varJun-ichiro itojun Hagino
2001-06-24printf string fixJun-ichiro itojun Hagino
2001-06-24bye bye, with prejudiceTheo de Raadt
2001-06-24remove assumption that protocol header follows the ip header.Jun-ichiro itojun Hagino
always pass "off" around. pull_hdr: remove asumption that ip header is on the top of mbuf. we use pull_hdr on icmp payload (= original ip packet) parsing. avoid mbuf overrun on icmp parsing. never use pointer operations to get the pointer to next header.
2001-06-24More descriptive panic messages, sync with NetBSDAngelos D. Keromytis
2001-06-24rename ioctlbuffer to pfioc.Artur Grabowski
2001-06-24make it compile w/o pfMichael Shalayeff
2001-06-24Import in_cksum_phdr() and in_cksum_addword() from NetBSD.Angelos D. Keromytis
2001-06-24Sync in4_cksum() with NetBSD, and change its use in in_delayed_cksum.Angelos D. Keromytis
2001-06-24Import in_delayed_cksum() and convert to using it; also, don't doAngelos D. Keromytis
TCP/UDP HW checksumming if doing IP fragmentation. From NetBSD
2001-06-24add i2o stubsMichael Shalayeff
2001-06-24-Warn cleanups for powerpc, still not done.Dale Rahn
2001-06-24u_long/u_short and memcpy/memset changesDaniel Hartmeier
2001-06-24Add prototypes for softnet, ofrootfound.Dale Rahn
Code cleanup for pmap headers.
2001-06-24fix error returns from open and closeArtur Grabowski
2001-06-24add akbd_cnattach() prototype.Dale Rahn
2001-06-24print mtu of tdb if discoveredNiels Provos
2001-06-24Allow mmap to map the vga memory/register at the physical address,Dale Rahn
if the program has read the physical address out of the pci config space.
2001-06-24more attempts at cleanupTheo de Raadt
2001-06-24Remove printfs, fix comment typos.Angelos D. Keromytis
2001-06-24- vlan_input_tag() takes 2 args now.Federico G. Schwindt
- use ether_input_mbuf().
2001-06-24- redefine vlan_input_tag to take mbuf * and tag onlyJason Wright
- call ether_input_mbuf() instead of ether_input() - most work done by fgsch
2001-06-24Save tdb_remote_auth on the PCB on latching; also save information onAngelos D. Keromytis
UDP PCB's if the socket is connected.
2001-06-24Use pool for state, tree, nat, rdr, etc.Artur Grabowski
Remove some unnecessary printfs.