summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-11err(3) appends a newline already; ok miod@Jason Peel
2002-06-11Move cdev_lpt_init() to a common location.Miod Vallat
2002-06-11splassert where comments tell us to.Artur Grabowski
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-11regression test for NATing to dynamic addresses ( nat ... -> (if) )Henning Brauer
2002-06-11splassert where necessaryArtur Grabowski
2002-06-11splassert(IPL_TTY) where comments tell us we shouldArtur Grabowski
2002-06-11splassert(IPL_STATCLOCK) mi_switchArtur Grabowski
2002-06-11define IPL_STATCLOCKArtur Grabowski
2002-06-11document the need for IPL_STATCLOCKArtur Grabowski
2002-06-11define IPL_STATCLOCK.Artur Grabowski
2002-06-11com.c is not a block device, no bdev_decl() for it.Miod Vallat
2002-06-11No need to cdev_decl(ugen) twice.Miod Vallat
2002-06-11pfctl -f instead of -N/-R, ok deraadt@Daniel Hartmeier
2002-06-11I broke this. Remove separate (optional) nat callsKjell Wooding
2002-06-11splassert where neededArtur Grabowski
2002-06-11sprinkle splasserts where function comments tell us to.Artur Grabowski
2002-06-11splassert(IPL_NET) where comment says that we should.Artur Grabowski
2002-06-11splassert(IPL_SOFTNET) where comment indicate that.Artur Grabowski
2002-06-11Rework get_localdir() so thatKenneth R Westerback
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl
2002-06-11typoMatthieu Herrb
2002-06-11Pasto.Aaron Campbell
2002-06-11Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs.Dale Rahn
2002-06-11add stack version #define.Nathan Binkert
2002-06-11... but ucom can not be used as a console, oops. Me needs more booze.Miod Vallat
2002-06-11Correct com vs ucom cut-n-paste thinko.Miod Vallat
2002-06-11Checkpoint my work. Register with bio, implement part ofNiklas Hallqvist
2002-06-11Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init.Miod Vallat
2002-06-11Include <sys/conf.h> from <machine/conf.h> like in other arches. ChangesMiod Vallat
2002-06-11KNF (tabs, return (x))Daniel Hartmeier
2002-06-11KNF, remove function parameter namesDaniel Hartmeier
2002-06-11Delete an extraneous 'mkdir /mnt2' in install_nfs().Kenneth R Westerback
2002-06-11Remove parse_nat() prototype, it's gone. Yes, authpf is broken at theDaniel Hartmeier
2002-06-11Add $OpenBSD, license, include guards and remove one superfluousDaniel Hartmeier
2002-06-11sync urio with NetBSD.Nathan Binkert
2002-06-11Remove redundant endianess conversionsNiklas Hallqvist
2002-06-11use usb_proc_ptr. (From NetBSD)Nathan Binkert
2002-06-11print a string for UDP and OTHER state level instead of a numeric levelMike Frantzen
2002-06-11enumerate UDP and OTHER state levels (similar to tcp_fsm.h)Mike Frantzen
2002-06-11SCRUB(fragcache) to do gap tracking and overlap pruning of IPv4 fragmentsMike Frantzen
2002-06-11sync usage() with realityHenning Brauer
2002-06-11add PACKET_TAG_PF_FRAGCACHE mbuf tag so we don't think a outbound fragmentMike Frantzen
2002-06-11Use merged config file format. The separate NAT loop can go away,Kjell Wooding
2002-06-11Make NAT proxy port range configurable per rule, for instance privilegedDaniel Hartmeier
2002-06-11Don't panic when pf_insert_state() detects an attempt to insert aDaniel Hartmeier
2002-06-11KNF return x -> return (x), ok frantzen@Daniel Hartmeier
2002-06-11rework pfctl statistics displayHenning Brauer
2002-06-10sync with if_gre.c change.Jun-ichiro itojun Hagino
2002-06-10Merge the NAT and rules files into a single rulefile. Rules must beKjell Wooding