summaryrefslogtreecommitdiff
path: root/etc/etc.netwinder
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
committerwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
commite72df29d6dcf8174772da170deea6ff15aa3d915 (patch)
tree9c45e8d7b445b519a4aec6ec396ef42c52083352 /etc/etc.netwinder
parent73abe3ee522453c23adb5ddf0d81303ce9084016 (diff)
Bump date for previous. Punctuation nits. Sort SEE ALSO.
Diffstat (limited to 'etc/etc.netwinder')
0 files changed, 0 insertions, 0 deletions
netbsd/commit/sys/netns?id=e59b73f458d350b6b586a2311d09eaa588ddbe97'>On ns_err_input(), if the message type is TOO_BIG, we should call spprpaulo or idp control input routines, not drop it. Should fix CID 742. 2005-12-11merge ktrace-lwp.christos 2005-12-11Multiple inclusion protection, as suggested by christos@ on tech-kern@elad few days ago. 2005-09-06Implement the net.ns.spp sysctl subtree with only two children:rpaulo net.ns.spp.debug and net.ns.spp.debx. They will be used by trsp(8). 2005-09-06Rename the 'wakeup' variable to 'reaswakeup' so that it doesn't coliderpaulo with the wakeup() function defined in sys/proc.h. 2005-02-26nuke trailing whitespaceperry 2005-02-11White space nit- don't put a space before/after increment/decrementsimonb operators. 2005-01-23Change initialzie of domains to use link sets. Switch to using STAILQ.matt Add a convenience macro DOMAIN_FOREACH to interate through the domain. 2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt over 4K (if all the network protocols) are loaded. 2004-04-21kill sprintf, use snprintfitojun 2004-04-21Remove non-__STDC__ code.matt 2004-04-21Don't declare prurequests or tcpstates. Let them come in from thematt appropriate include files. 2004-04-19ANSI'fy and de-__Pmatt 2004-04-18Use M_ZERO as appropriate.matt 2004-02-24parameter with two es. From Peter Postma.wiz 2003-11-14s/in_ifaddr/in_ifaddrhead/. not really testeditojun 2003-10-03when dropping M_PKTHDR, need to free m_tag chain.itojun 2003-09-30Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSDchristos 2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun this fixes KAME policy lookup which was broken by the previous commit. 2003-08-15(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, ifjonathan configured with ``options FAST_IPSEC''. Kernels with KAME IPsec or with no IPsec should work as before. All calls to ip_output() now always pass an additional compulsory argument: the inpcb associated with the packet being sent, or 0 if no inpcb is available. Fast-ipsec tested with ICMP or UDP over ESP. TCP doesn't work, yet. 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22364, verified by myself. 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl and need to be examined and discussed more. 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed. Bump the kernel rev up to 1.6V 2003-06-26fix mistake in rev 1.30; needed to subtract ip header lenitojun 2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej malloc types into a structure, a pointer to which is passed around, instead of an int constant. Allow the limit to be adjusted when the malloc type is defined, or with a function call, as suggested by Jonathan Stone. 2003-01-20Move the declaration and setting of the "param" variable insidesimonb #ifdef NS_ERRPRINTFS blocks. 2003-01-20Remove variable that is only assigned too but not referenced.simonb 2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem 2002-10-10Move netns config defns to netns/files.netns.thorpej 2002-09-27remove trailing \n in panic(). approved perry.provos 2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun optimization made last year. should solve PR 17867 and 10195. IP_HDRINCL behavior of raw ip socket is kept unchanged. we may want to provide IP_HDRINCL variant that does not swap endian. 2002-08-08audit bitmask test mistake (s/&&/&/). from openbsditojun 2002-05-12More commons eliminated.matt 2002-05-12Eliminate use of commons.matt