summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-14Try to allocate the first indirect block in the same cg as the inode.Artur Grabowski
2000-01-14rename DEBUGLOCKS to LOCKDEBUG to be consistent with the rest of the kernelArtur Grabowski
2000-01-14Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway.Artur Grabowski
2000-01-14Add options to CFLAGS, not COPTS; wd@ics.nara-wu.ac.jpTodd C. Miller
2000-01-14sort options, from paskalis@di.uoa.gr; .Xr gzip 1Markus Friedl
2000-01-14port:host:hostport in SYNOPSIS, from mep@netsec.netMarkus Friedl
2000-01-14Might as well ding the version number.Jason Downs
2000-01-14I could be wrong, but I doubt the world is going to end this year. Let'sJason Downs
2000-01-14malloc lock helpersDavid Leonard
2000-01-14typo; rogoyski@cs.utexas.eduTheo de Raadt
2000-01-14Remove change that was checked in by accident with last commit.Dale S. Rahn
2000-01-14UVM changes mainly. As of this checkin UVM is still not working for powerpcDale S. Rahn
2000-01-14RAMDISK kernels should not be configured as GENERIC, remove unnecessaryDale S. Rahn
2000-01-14fix ipv6 typo.Dale S. Rahn
2000-01-14remove unneeded flagEric Jackson
2000-01-13Interim ingress flows when doing linked SAs.Angelos D. Keromytis
2000-01-13include string.h to get strlen() prototypeTodd C. Miller
2000-01-13Record 50 levels of open parenthesis, open quotes, to give a post-mortem.Marc Espie
2000-01-13add pcic2; matt@zigg.comTheo de Raadt
2000-01-13Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; useFederico G. Schwindt
2000-01-13Remove error protocol.Federico G. Schwindt
2000-01-13Establish ingress flows.Angelos D. Keromytis
2000-01-13Add AF_IPX.Federico G. Schwindt
2000-01-13mbuf **, not mbuf * you twit...Angelos D. Keromytis
2000-01-13We do need netinet/ip_ip4.h after all...Angelos D. Keromytis
2000-01-13Fix compilation error introduced recently; thanks mickey.Federico G. Schwindt
2000-01-13Print number of ingress flows in /kern/ipsecAngelos D. Keromytis
2000-01-13Update to establish ingress flows as well.Angelos D. Keromytis
2000-01-13Mention ingress flows.Angelos D. Keromytis
2000-01-13Align.Angelos D. Keromytis
2000-01-13Add an ip4_input6() for use with IPv6 (just a wrapper forAngelos D. Keromytis
2000-01-13Introduce ip4_input6() with the correct prototype...Angelos D. Keromytis
2000-01-13IPXDEBUG -> SPXDEBUG.Federico G. Schwindt
2000-01-13Minor beautification.Angelos D. Keromytis
2000-01-13Add -ingress flagAngelos D. Keromytis
2000-01-13rearrange includes.Federico G. Schwindt
2000-01-13some KNF.Federico G. Schwindt
2000-01-13more KNF. remove unneeded and ancient debug code.Federico G. Schwindt
2000-01-13Add include file fixing non-gif inet6 kernels.Angelos D. Keromytis
2000-01-13syncTheo de Raadt
2000-01-13Ingress flow support.Angelos D. Keromytis
2000-01-13put_flow(), find_flow(), and delete_flow() get a third argument (forAngelos D. Keromytis
2000-01-12config path changeJun-ichiro itojun Hagino
2000-01-12Major style cleanup for pfkeyv2.cAngelos D. Keromytis
2000-01-12evaluate getopt() against != -1.. no >= 0.Eric Jackson
2000-01-12repair printf format strings in echo; espie@Michael Shalayeff
2000-01-12Use a proper abstract interface for file accesses, so that we can recordMarc Espie
2000-01-12For reasons beyond my comprehension, touching the sdh register too muchConstantine Sapuntzakis
2000-01-12Hack to detect termcap/terminfo files that just contain a usage string.Todd C. Miller