Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-11 | Add missing bus_space_read_raw_region_X bus_space_write_raw_region_X APIs. | Dale Rahn | |
2002-06-11 | add stack version #define. | Nathan Binkert | |
From NetBSD requested by pval | |||
2002-06-11 | ... but ucom can not be used as a console, oops. Me needs more booze. | Miod Vallat | |
2002-06-11 | Correct com vs ucom cut-n-paste thinko. | Miod Vallat | |
2002-06-11 | Checkpoint my work. Register with bio, implement part of | Niklas Hallqvist | |
the FreeBSD iir driver ioctl set. Remove vtophys. Some style. | |||
2002-06-11 | Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init. | Miod Vallat | |
And yes, they are different macros with different results. | |||
2002-06-11 | Include <sys/conf.h> from <machine/conf.h> like in other arches. Changes | Miod Vallat | |
to come soon depend on this. | |||
2002-06-11 | KNF (tabs, return (x)) | Daniel Hartmeier | |
2002-06-11 | KNF, remove function parameter names | Daniel Hartmeier | |
2002-06-11 | Delete an extraneous 'mkdir /mnt2' in install_nfs(). | Kenneth R Westerback | |
Mount NFS servers with -o ro the same as all other install sets sources. Check for /sbin/mount_nfs in install_nfs() rather before the call in install_sets(). Makes install_sets() more consistant in both code and reactions to failed attempts to find sets. | |||
2002-06-11 | Remove parse_nat() prototype, it's gone. Yes, authpf is broken at the | Daniel Hartmeier | |
moment. | |||
2002-06-11 | Add $OpenBSD, license, include guards and remove one superfluous | Daniel Hartmeier | |
prototype. From Chris Kuethe | |||
2002-06-11 | sync urio with NetBSD. | Nathan Binkert | |
2002-06-11 | Remove redundant endianess conversions | Niklas Hallqvist | |
2002-06-11 | use usb_proc_ptr. (From NetBSD) | Nathan Binkert | |
2002-06-11 | print a string for UDP and OTHER state level instead of a numeric level | Mike Frantzen | |
ok dhartmei@, henning@ | |||
2002-06-11 | enumerate UDP and OTHER state levels (similar to tcp_fsm.h) | Mike Frantzen | |
ok dhartmei@, henning@ | |||
2002-06-11 | SCRUB(fragcache) to do gap tracking and overlap pruning of IPv4 fragments | Mike Frantzen | |
without the memory overhead of the conventional defrag in SCRUB ok dhartmei@, idea by deraadt@ | |||
2002-06-11 | sync usage() with reality | Henning Brauer | |
2002-06-11 | add PACKET_TAG_PF_FRAGCACHE mbuf tag so we don't think a outbound fragment | Mike Frantzen | |
is a duplicate because we saw it first on the inbound direction ok dhartmei@ | |||
2002-06-11 | Use merged config file format. The separate NAT loop can go away, | Kjell Wooding | |
since all files are now loaded the same way. Add regress tests for invalid ordering of scrub, nat, filter rules | |||
2002-06-11 | Make NAT proxy port range configurable per rule, for instance privileged | Daniel Hartmeier | |
source ports can mapped to privileged proxy ports, or source port 500 to proxy port 500. ok frantzen@ | |||
2002-06-11 | Don't panic when pf_insert_state() detects an attempt to insert a | Daniel Hartmeier | |
duplicate key. Instead, log according to log level and return gracefully. ok frantzen@ | |||
2002-06-11 | KNF return x -> return (x), ok frantzen@ | Daniel Hartmeier | |
2002-06-11 | rework pfctl statistics display | Henning Brauer | |
move FCNT_NAMES from pfvar.h to pfctl_parser.h, only used by pfctl some input by nick@ ok frantzen@, dhartmei@ | |||
2002-06-10 | sync with if_gre.c change. | Jun-ichiro itojun Hagino | |
2002-06-10 | Merge the NAT and rules files into a single rulefile. Rules must be | Kjell Wooding | |
in this order, to remove any ambiguity about what order things happen in: scrub rules nat rules filter rules The -N and -R modifiers go away. Rulefiles are now loaded with the more POSIXly-correct '-f' ok frantzen@ | |||
2002-06-10 | - stop abusing IFF_UP. | Jun-ichiro itojun Hagino | |
- do not use L3 address pair for L2.5 address pair. configure L2.5 address pair by using "ifconfig tunnel". - IFF_LINK2 is not needed, as it is just a reverse of IFF_LINK0. - do not modify IFF_LINK1 when you modify protocol type. chris ok | |||
2002-06-10 | Be more paranoid about option fiddling in munge_fs, in case someone | Kenneth R Westerback | |
ever adds an option with a name too similar to the name of the one being manipulated. Only softdep at the moment but some more option fiddling coming. | |||
2002-06-10 | Split common code which converts a multicast address to an ethernet | Chris Cappuccio | |
address from ether_addmulti() and ether_delmulti() into ether_multiaddr(), a'la netbsd. Also clean up some magic numbers. itojun likes it | |||
2002-06-10 | Eliminate unused _installed_via_${_url_type} variables. | Kenneth R Westerback | |
Don't bother returning a value of 1 from installed_get_files_list() now, since it was only used to set the eliminated variables. | |||
2002-06-10 | fix ivory tower greek fix. ok angelos@ | Bob Beck | |
2002-06-10 | move creation of agent socket to session.c; no need for uidswapping | Markus Friedl | |
in channel.c. | |||
2002-06-10 | old bouncebuffering api not used anymore | Niklas Hallqvist | |
2002-06-10 | print ethernet address; ok provos@, itojun@ | Markus Friedl | |
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 | update defaults for RhostsRSAAuthentication and RhostsAuthentication | Kevin Steves | |
here too (all options commented out with default value). | |||
2002-06-10 | permit DNS name (they are considered RTF_HOST if specified as destination). | Jun-ichiro itojun Hagino | |
PR 2152 | |||
2002-06-10 | Move '[ "$_didnet" ] || donetconfig' lines into install_url and | Kenneth R Westerback | |
install_nfs rather than before function calls. Eliminates duplicate calls before install_url and now network will not be configured if install_nfs is not a valid choice. | |||
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 | strlcpy, strlcat | Jun-ichiro itojun Hagino | |
2002-06-10 | Remove NO__P since __P has been removed. Found by hin@ -moj | Mats O Jansson | |
2002-06-10 | We're OpenBSD. We don't need paths for Debian and OpenAFS, and we | Hans Insulander | |
certainly don't need to look for config files there. I've put them if #if 0's to make merging easier in the future. | |||
2002-06-10 | CPIs cannot be selected from the same range as SPIs. | Hakan Olsson | |
2002-06-10 | Zap a few remaining libkeynote refs. | Hakan Olsson | |
2002-06-10 | Minor cleanup | Hans Insulander | |
2002-06-10 | Print ITLB/DTLB on usIII | Marcus Watts | |
2002-06-10 | kill __FUNCTION__ | Marc Espie | |
add __attribute__((format...) Fix one bad call. okay provos@ |