Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-10 | Maintain my sanity. | Tobias Weingartner | |
2002-06-10 | sleep() -> tsleep() | Miod Vallat | |
2002-06-10 | more __FUNCTION__ slaughter | Marc Espie | |
2002-06-10 | You should always free the keys, not just on error --- the crypto | Angelos D. Keromytis | |
framework doesn't hold on to these. | |||
2002-06-10 | Print ITLB/DTLB on usIII | Marcus Watts | |
2002-06-10 | __FUNCTION__ -> __func__ | Marc Espie | |
2002-06-10 | Allow ports to be specified in nat rules, useful later on for individual | Daniel Hartmeier | |
proxy port ranges. | |||
2002-06-10 | new ioctl that reports the current emulation a process uses; needed for | Niels Provos | |
attaching to a running process | |||
2002-06-10 | #include <sys/timeout.h>, from Chris Kuethe | Daniel Hartmeier | |
2002-06-10 | correct tcpdump on gif interface (inbound). reported by fries | Jun-ichiro itojun Hagino | |
2002-06-10 | easy error checks first. | Jun-ichiro itojun Hagino | |
2002-06-10 | Don't #include <sys/malloc.h> | Daniel Hartmeier | |
2002-06-10 | add __weak_alias define; miod@ ok | Federico G. Schwindt | |
2002-06-10 | Grammar. | Thomas Nordin | |
2002-06-10 | prevent mbuf leak on icmp_do_error() failure. | Jun-ichiro itojun Hagino | |
NOTE: under 4.4BSD mbuf coding discipline, once you pass mbuf to a function like f(m), you no longer have ownership of the mbuf. the mbuf will always be freed by the called function f(). by keeping the programming rule you have less chance of memory leak. | |||
2002-06-10 | sync | Nathan Binkert | |
2002-06-10 | more new usb devices from NetBSD | Nathan Binkert | |
2002-06-10 | argh, no last minute changes... | Dale Rahn | |
2002-06-10 | pmap cleanup and KNF. | Dale Rahn | |
2002-06-09 | 2^5 not 5, duh, sorry matthieu | Jason Wright | |
2002-06-09 | Export compression info only if the SA (xform) is initialized. | Angelos D. Keromytis | |
2002-06-09 | Added registers in cheetah | Marcus Watts | |
2002-06-09 | Pass in the device name to pcmcia_intr_establish() instead of "" | Todd C. Miller | |
2002-06-09 | Don't use an int for the flags, when the structure uses | Angelos D. Keromytis | |
u_int8_t. Also, make sure the logic is correct (bad theo!) | |||
2002-06-09 | bio is a driver that can delegate ioctls to other drivers which | Niklas Hallqvist | |
otherwise do not deserve a /dev-node of their own. Will be used for RAID mgmt among other things. Initially only i386 gets the device, but other platforms will follow in a few hours. MAKEDEV stuff coming soon too. | |||
2002-06-09 | More sc_arpcom fallout. | Artur Grabowski | |
Not tested because all alphas in my reach are dead right now. From Dries Schellekens. | |||
2002-06-09 | don't need device.h | Jason Wright | |
2002-06-09 | Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so it | Daniel Hartmeier | |
includes ports and operator. | |||
2002-06-09 | if_addrlen need not be 4, set to 0. From: Martin Husemann <martin@duskware.de> | Jun-ichiro itojun Hagino | |
2002-06-09 | make sure to bzero sockaddr_in | Jun-ichiro itojun Hagino | |
2002-06-09 | support SIO*PHYADDR, so that we can configure outer address with ifconfig(8) | Jun-ichiro itojun Hagino | |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino | |
2002-06-09 | whitespace cleanup | Jun-ichiro itojun Hagino | |
2002-06-09 | reapply patch from jasoni@ for ICMP6_PACKET_TOO_BIG | Philipp Buehler | |
both have been lost, due to diff thinking about reversing those lines after merge tested | |||
2002-06-09 | reapply patch from jasoni@ for pf_route[6] | Philipp Buehler | |
2002-06-09 | Userland might want resource.h. | Artur Grabowski | |
2002-06-09 | split ioctl functions out of pf.c into pf_ioctl.c | Philipp Buehler | |
frantzen@, dhartmei@ ok, tested kernel & userland. checked for colliding commits | |||
2002-06-09 | support published arp entries again. PR 2635 (confirmed by submitter). | Jun-ichiro itojun Hagino | |
2002-06-09 | no need to log() on outgoing packet on !IFF_UP case | Jun-ichiro itojun Hagino | |
2002-06-09 | zap EMBMEDANY leftovers (all the comments were wrong). | Artur Grabowski | |
2002-06-09 | unbreak sparc64 kernel builds after the arpcom change. | Artur Grabowski | |
2002-06-09 | add struct pstats to struct eproc | Artur Grabowski | |
2002-06-09 | KNF | Dale Rahn | |
2002-06-09 | Ah, seems we've seen this problem before (macro's with wrong name) | Jason Wright | |
2002-06-09 | typo | Jun-ichiro itojun Hagino | |
2002-06-09 | convert sleep() calls to tsleep(). | Miod Vallat | |
2002-06-09 | force FDDI link MTU be FDDI IPv4 MTU. PR 2714. jason ok | Jun-ichiro itojun Hagino | |
2002-06-09 | This commit commit commit without testing has to STOP. BE CAREFUL. | Theo de Raadt | |
2002-06-09 | M_TCPV4_CSUM_OUT=0x0002 not 0x2002 | Mike Frantzen | |
ok angelos@ | |||
2002-06-09 | uncommit, broken (by corrupt diff) | Philipp Buehler | |