Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-06 | added new ar5212 device ids | Reyk Floeter | |
2004-11-06 | correct my description of \[ and \] | Jason McIntyre | |
found by (and 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-05 | document PS1 expansions; | Jason McIntyre | |
2004-11-05 | Use SA_LEN() instead of ss.ss_len. Evaluates to the same result but it's | Darren Tucker | |
easier on portable. ok henning@ | |||
2004-11-05 | Binutils 2.15 require more aggressive stripping for installation media binaries, | Miod Vallat | |
if we want to still fit on floppies (binaries carry one extra section now, which we don't need on installation media). ok deraadt@ | |||
2004-11-05 | we want ukphy on the media; miod ok | Theo de Raadt | |
2004-11-05 | incorrect markup was messing the description of IFS. i've rearranged it | Jason McIntyre | |
slightly so that no one (me, most likely) falls for it again. also, make sh(1)'s IFS description a little more consistent. | |||
2004-11-05 | memleaks in error pathes, again awesome work from Patrick Latifi | Henning Brauer | |
2004-11-05 | memleaks in error pathes, patrick latifi, Thanks! | Henning Brauer | |
2004-11-05 | command editing and history support via libedit; ok markus@ | Damien Miller | |
thanks to hshoexer@ and many testers on tech@ too | |||
2004-11-05 | Better granularity between wsmouse support and wsmoused support, as one | Miod Vallat | |
could use wsmoused with a serial mouse; wsmoused support will now be compiled regardless of wsmouse attachments, unless option SMALL_KERNEL. Thanks to mickey@ for pointing out my mistake. | |||
2004-11-04 | use SIG_DFL instead of SIG_IGN when we are not interested in SIG_CHILD | Henning Brauer | |
anymore, same thing for us and it makes darren's life easier for the portable | |||
2004-11-04 | Set default OS/ABI to OpenBSD/ELF for all ELF ports. | Mark Kettenis | |
Fixes PR 3922. ok miod@ | |||
2004-11-04 | Only compile the mouse pasting code if wsmouse is configured in the kernel; | Miod Vallat | |
shaves a few dozens of KB on installation media. | |||
2004-11-04 | very basic de-lints | Theo de Raadt | |
2004-11-04 | some delint, grudging ok from otto, because it is messy stuff | Theo de Raadt | |
2004-11-04 | sync | Theo de Raadt | |
2004-11-04 | a bit better approximation on the election day | Michael Shalayeff | |
2004-11-04 | do the variety-pack of bash-style \letter expansions on prompt variables. | Theo de Raadt | |
a few issues remain with \ and $ and ! because of early variable expansion done by incorrect eval/substitution, but this change is not responsible for that. tested by djm, jmc, and many others | |||
2004-11-04 | Treat EOF at prompt the same as 'n' instead of looping forever. | Todd C. Miller | |
Noticed by mepch@. OK pedro@ and deraadt@ | |||
2004-11-04 | fix entries for Sao Paulo and Porto Alegre, and add one for Curitiba. | Pedro Martelletto | |
ok mickey@ | |||
2004-11-04 | adjust rtt estimates, fixes IPv6 problem. | Jakob Schlyter | |
2004-11-04 | Correct paths of terminfo db and dir. Prompted By Han Boetes. With jmc@ | Otto Moerbeek | |
ok millert@ | |||
2004-11-04 | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 | Michael Shalayeff | |
2004-11-04 | (try to) open the config file earlier, makes the error handling easier in | Henning Brauer | |
case we cannot. in fact there was one missing free(), thus this diff plugs a little memory hole (without real-world relevance I guess). From Patrick Latifi, thanks! | |||
2004-11-04 | fix url (submitter by maintainer of site) | Otto Moerbeek | |
2004-11-04 | implememtation -> implementation | Pedro Martelletto | |
2004-11-04 | Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel. | Miod Vallat | |
2004-11-04 | sync | Theo de Raadt | |
2004-11-04 | sync | Theo de Raadt | |
2004-11-03 | Use IFM_IEEE80211_IBSS for IBSS mode instead of IFM_IEEE80211_ADHOC. | Claudio Jeker | |
With this ipw(4) works in IBSS mode. ok millert@ aaron@ damien@ | |||
2004-11-03 | register typo | Reyk Floeter | |
2004-11-03 | HISTSIZE cranked to 500 | Jared Yanovich | |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff | |
2004-11-03 | introduce spamlogd_flags to make it easier to e. g. bind spamlogd | Henning Brauer | |
to an interface; no change in default config from Toni Mueller <support@oeko.net>, ja ja ja ja bob | |||
2004-11-03 | authentification -> authentication | Damien Bergamini | |
2004-11-03 | Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leak | Damien Bergamini | |
when ipw_init() is called on ENETRESET. Call ipw_stop() when the radio transmitter is turned off. ok claudio@ | |||
2004-11-03 | Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us. | Damien Bergamini | |
Ignore invalid 0xffffffff interrupts. ok claudio@ | |||
2004-11-03 | IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status(). | Damien Bergamini | |
ok claudio@ aaron@ | |||
2004-11-03 | Calling ipwcontrol -k without downloading the firmware first lead to a | Damien Bergamini | |
panic. Fix the ipw_free_firmware() function itself instead of fixing the callers. ok claudio@ | |||
2004-11-03 | Fix calls to bus_dmamap_create(). | Damien Bergamini | |
2004-11-03 | knf, use positive error values (suggested by miod@) | Reyk Floeter | |
2004-11-03 | sync | Theo de Raadt | |
2004-11-03 | Fix typo (termal -> thermal). From bob at cemetery dot homeunix dot org. | Aaron Campbell | |
2004-11-03 | knf, no binary change | Hans-Joerg Hoexer | |
ok krw@ millert@ | |||
2004-11-03 | Enable pcscp; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok miod@. | |||
2004-11-03 | sync | Theo de Raadt | |
2004-11-03 | we use our own ways to install manual pages, not their tree traversals | Theo de Raadt | |
which dump junk all over the place. pval miod ok | |||
2004-11-03 | one more ${srcdir} place, now puts .info properly in obj/; ok deraadt | Peter Valchev | |