summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2004-12-01add pppoe stuff to usage();Jason McIntyre
ok jaredy@
2004-12-01- sort optionsJason McIntyre
- tweak pppoe stuff - add pppoe to `create' list ok canacar@ jaredy@
2004-11-29Spell precede correctly.Jonathan Gray
'looks fine' millert@, krw@. ok jmc@
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@
2004-11-281 inode per 8192 bytes nowTed Unangst
2004-11-26implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtreeMarkus Friedl
and use sysctl for 'ipsecadm show'; ok deraadt
2004-11-25off by one in err()Markus Friedl
2004-11-25Ignore 0.0.0.0 in RTM_NEWADDR messages as these messages are generated byClaudio Jeker
dhclient. This fixes the dhclient exiting problem reported by Steve Shockley. This is a fast fix for the problem acctually the dhclient-script needs to be replaced. OK henning@ deraadt@
2004-11-24replace old net/if_ieee80211.h header with the net80211 ones, userland part.Federico G. Schwindt
millert@ mcbride@ jsg@
2004-11-24typo in previousIan Darwin
2004-11-24kernfs caveats, ok deraadt@Ian Darwin
2004-11-23tweaks;Jason McIntyre
ok damien@
2004-11-22use the filesystem based firmware loader; ok deraadt@Damien Bergamini
2004-11-21tweaks;Jason McIntyre
ok damien@
2004-11-19repair display.focus pokus; from janjaap@ in pr#3990Michael Shalayeff
2004-11-18use the filesystem based firmware loader; deraadt okDamien Bergamini
2004-11-18use hash and not hmac to calculate NAT-D payloads. Also add NAT-D payload forHans-Joerg Hoexer
the destination address first. Remove support for obsolete V1 NAT-T. This fixes interoperability problems with non-openbsd isakmpd implementations. "looks good" ho@, ok markus@ for hash/hmac testing by various people (thanks!)
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-11-13Let mount -a mount mfs systems shadowing a disk partition, if disklabel reportsMiod Vallat
the partition type as ffs. Makes people's life easier on platforms where disklabel does not record partition types and hardcodes values for them, such as sparc and sparc64. ok otto@
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-11-100xBF is new Solaris ID; lclee@west.sun.comTheo de Raadt
2004-11-09do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.hDaniel Hartmeier
reported by Alexey E. Suslikov, ok henning@
2004-11-08rename char array realpath to pathreal to avoid naming conflict withHans-Joerg Hoexer
realpath(3); makes lint a bit happier ok ho@
2004-11-08more monitor cleanup:Hans-Joerg Hoexer
remove dead code, some debug messages, prototype monitor_close() to void. ok ho@
2004-11-08no const for sysdep_sa_len (not yet), slipped in during previous commit...Hans-Joerg Hoexer
2004-11-08monitor cleanup: honor const, added missing inlcude, missing typecast (makesHans-Joerg Hoexer
lint happy) ok ho@
2004-11-08make lint happy and honor const.Hans-Joerg Hoexer
ok ho@
2004-11-06update -DSEEALSO for alpha and cats, remove arc and amiga. ok miod@Otto Moerbeek
2004-11-06gzip embedded man pages, and pipe through gunzip when viewing.Otto Moerbeek
ok deraadt@
2004-11-06added the "bssid" command to ifconfig, an extended ieee80211Reyk Floeter
status output and the missing man page entries for ifconfig.8 (from jared). ok deraadt@, henning@
2004-11-04very basic de-lintsTheo de Raadt
2004-11-03authentification -> authenticationDamien Bergamini
2004-11-02KNF - reyk, look at this diffHenning Brauer
not that ifconfig is our prime example for nicely KNF'd and readable code tho
2004-11-02spacingTheo de Raadt
2004-11-02added new commands to ifconfig used by net80211 interfaces:Reyk Floeter
mode (set mode for multi-mode interfaces) and chan (set the radio channel). some additional output will be printed by "ifconfig -m". ok deraadt@ millert@ damien@
2004-11-02delint gunk approved by otto a while backTheo de Raadt
2004-11-01much to my surprise a minute has only 60 seconds, and the hour 60 minutes,Henning Brauer
not 70 :( From: Jorden Verwer <J.Verwer@inter.NL.net>
2004-10-27It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE0Damien Bergamini
against ENOTTY because iwi can now report statistics and radio transmitter state at any time
2004-10-27- Remove unused variables declarationsDamien Bergamini
- It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE1 against ENOTTY because ipw can now report statistics and radio transmitter state at any time
2004-10-25broke parsing, oops, noted by jsgTheo de Raadt
2004-10-25typo, from Nathan RickerbyOtto Moerbeek
2004-10-24unify device selectionTheo de Raadt
2004-10-22sparc does not have pci or cardbus, but sgi doesTheo de Raadt
2004-10-20bit of roto-tillingTheo de Raadt
2004-10-20make more like wicontrol for argument parsingTheo de Raadt
2004-10-20fix potential memleaks & small cleanup. found by patrick latifi, thanks!Hans-Joerg Hoexer
ok ho
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
damien.bergamini@free.fr. This gets imported even though there is no firmware in the tree. This is a ridiculous situation: everything is free, everything works, except Intel will not let us put a little dinky firmware flat file into OpenBSD. So OpenBSD is ready for Intel whenever they are. Are you a consumer? Do you want to see this changed -- contact jketreno@linux.intel.com and tell him how you feel about this. He is likely someone who cannot do anything about it, though. If anyone can work up or down the chain around his department and get me contact information for various people, I will compile and later publish such a list. Go do it people -- this is how things will change. Get me email addresses and phone numbers.
2004-10-14avoid collision of variable "err" with err()Jared Yanovich
use errx() after strlcpy if out of space style nits/knf ok henning hshoexer
2004-10-14Do not generate either a too large super block or a negative numberOtto Moerbeek
of inodes per cylinder group for large block or fragment sizes. This allows for creation of filesystems with any legal block/fragment size combination. ok tedu@.
2004-10-13print the expire route metric as signed; ok deraadt claudioJared Yanovich