Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino | |
2004-11-13 | Let mount -a mount mfs systems shadowing a disk partition, if disklabel reports | Miod 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-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn | |
2004-11-10 | 0xBF is new Solaris ID; lclee@west.sun.com | Theo de Raadt | |
2004-11-09 | do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.h | Daniel Hartmeier | |
reported by Alexey E. Suslikov, ok henning@ | |||
2004-11-08 | rename char array realpath to pathreal to avoid naming conflict with | Hans-Joerg Hoexer | |
realpath(3); makes lint a bit happier ok ho@ | |||
2004-11-08 | more monitor cleanup: | Hans-Joerg Hoexer | |
remove dead code, some debug messages, prototype monitor_close() to void. ok ho@ | |||
2004-11-08 | no const for sysdep_sa_len (not yet), slipped in during previous commit... | Hans-Joerg Hoexer | |
2004-11-08 | monitor cleanup: honor const, added missing inlcude, missing typecast (makes | Hans-Joerg Hoexer | |
lint happy) ok ho@ | |||
2004-11-08 | make lint happy and honor const. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-11-06 | update -DSEEALSO for alpha and cats, remove arc and amiga. ok miod@ | Otto Moerbeek | |
2004-11-06 | gzip embedded man pages, and pipe through gunzip when viewing. | Otto Moerbeek | |
ok deraadt@ | |||
2004-11-06 | added the "bssid" command to ifconfig, an extended ieee80211 | Reyk Floeter | |
status output and the missing man page entries for ifconfig.8 (from jared). ok deraadt@, henning@ | |||
2004-11-04 | very basic de-lints | Theo de Raadt | |
2004-11-03 | authentification -> authentication | Damien Bergamini | |
2004-11-02 | KNF - reyk, look at this diff | Henning Brauer | |
not that ifconfig is our prime example for nicely KNF'd and readable code tho | |||
2004-11-02 | spacing | Theo de Raadt | |
2004-11-02 | added 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-02 | delint gunk approved by otto a while back | Theo de Raadt | |
2004-11-01 | much 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-27 | It is no longer necessary to check ioctls SIOCGRADIO and SIOCGTABLE0 | Damien Bergamini | |
against ENOTTY because iwi can now report statistics and radio transmitter state at any time | |||
2004-10-27 | - Remove unused variables declarations | Damien 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-25 | broke parsing, oops, noted by jsg | Theo de Raadt | |
2004-10-25 | typo, from Nathan Rickerby | Otto Moerbeek | |
2004-10-24 | unify device selection | Theo de Raadt | |
2004-10-22 | sparc does not have pci or cardbus, but sgi does | Theo de Raadt | |
2004-10-20 | bit of roto-tilling | Theo de Raadt | |
2004-10-20 | make more like wicontrol for argument parsing | Theo de Raadt | |
2004-10-20 | fix potential memleaks & small cleanup. found by patrick latifi, thanks! | Hans-Joerg Hoexer | |
ok ho | |||
2004-10-20 | support for Intel 2100/2200BG/2915ABG wireless devices written by | Theo 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-14 | avoid collision of variable "err" with err() | Jared Yanovich | |
use errx() after strlcpy if out of space style nits/knf ok henning hshoexer | |||
2004-10-14 | Do not generate either a too large super block or a negative number | Otto 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-13 | print the expire route metric as signed; ok deraadt claudio | Jared Yanovich | |
2004-10-11 | enable mount_ntfs on amd64, ok miod@ millert@ | Anil Madhavapeddy | |
2004-10-11 | ifgroups reqrite | Henning Brauer | |
there is now a TAILQ with all interface groups as members, and in struct ofnet there is only a pointer to the group structure stored and not its name. mostly hacked at c2k4 and somewhere over the atlantic ocean ok markus mcbride | |||
2004-10-08 | it's kbd(8) not kbd(1) | Jared Yanovich | |
2004-10-08 | Use LINE_MAX, not _POSIX2_LINE_MAX. OK miod@ | Todd C. Miller | |
2004-10-08 | pull in some changes from libc arc4random (only relevant for non-OpenBSD | Hans-Joerg Hoexer | |
systems): ansify, discard first 256 output bytes, make key schedule more arc4 stream ciper like. ok djm ho | |||
2004-10-08 | fix an overflow in the encoding/variant parsing. ok miod henning | Jared Yanovich | |
2004-10-08 | Don't increment beyond end of message. | Hakan Olsson | |
2004-10-04 | Allow one more char for fstype, to avoid truncation of ISO9660 fstype. | Otto Moerbeek | |
spotted by and ok krw@ | |||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-30 | print invalid hostmask when refusing it, ok deraadt@ | Daniel Hartmeier | |
2004-09-30 | remove stray const, noted by david@ | Otto Moerbeek | |
2004-09-29 | Note that the spanning tree protocol is disabled by default on interfaces | Ryan Thomas McBride | |
added to the bridge. From Benjamin Ewy <bewy@pneservices.com> | |||
2004-09-28 | Tidy disklabel output for todays big disks. Based on a diff from f | Otto Moerbeek | |
at obiit dot org in PR 3847. ok tedu@ deraadt@ millert@ | |||
2004-09-27 | anchor rules referencing anchors using slashes may need quotes. | Jared Yanovich | |
ok mcbride henning | |||
2004-09-27 | make usage() fatal, use err/warn, and minor knf | Jared Yanovich | |
2004-09-26 | fix printf's for route metrics. ok henning | Jared Yanovich | |
2004-09-26 | capitalize ESP and AH | Jared Yanovich | |
use macros (or more correct macros) for commands/modifiers show full syntax of modifiers ok jmc |