Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-05 | make sure set_modes always get called for a `real' extraction. | Marc Espie | |
Problem noticed by sturm@ | |||
2005-12-05 | Optimize rde_redistribute() a bit and remove two unneeded and way to verbose | Claudio Jeker | |
log_debug() messages. OK norby@ | |||
2005-12-05 | Ignore case on the file extension, to allow both .s and .S to be included | Dale Rahn | |
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@ | |||
2005-12-04 | Increase ADJ_TMOUT to prevent loss of adjacency during bulk ls update | Esben Norby | |
transfers. ok claudio@ | |||
2005-12-04 | Increase the receive buffer of the raw socket. | Esben Norby | |
Prevents some of the retransmitting during bulk ls update transfers. ok claudio@ | |||
2005-12-02 | unlink() pid file on exit. ok deraadt@ | Moritz Jodeit | |
2005-12-02 | Fixed version of r1.35, readd candidate to list in both cases so that the list | Claudio Jeker | |
remains sorted. Tested and OK norby@ | |||
2005-12-02 | sort options and kill duplicate -C entry; | Jason McIntyre | |
2005-12-02 | remove trailing whitespace; | Jason McIntyre | |
2005-12-02 | sync usage to man page | Theo de Raadt | |
2005-12-02 | sync to usage in man page | Theo de Raadt | |
2005-12-02 | Modify automatic performance adjustment mode so that the cpu is set | Bob Beck | |
to go fast if the power is connected and the battery is more than 15% charged, and when on batteries keeps setperf low unless needed. add a cool runnings mode option (-C) that does the previous behaviour of keeping the CPU as low as possible unless needed. ok deradt@, sturm@, "i like it's" djm@ henning@ and others. | |||
2005-12-01 | tweaks; | Jason McIntyre | |
2005-12-01 | typo | Theo de Raadt | |
2005-12-01 | add configuration option to enable/disable specified iapp subtype handling | Reyk Floeter | |
2005-12-01 | support netmasks in table entry ip address assignments | Reyk Floeter | |
2005-12-01 | move iapp configuration in a separate data structure | Reyk Floeter | |
2005-12-01 | deauthenticate all stations on startup which will force them to | Reyk Floeter | |
reassociate cleanly. | |||
2005-11-30 | No need to filter incoming withdraws just try to remove everything form the | Claudio Jeker | |
RIB -- if it got filtered before so be it. | |||
2005-11-30 | put the command list back in order; | Jason McIntyre | |
2005-11-30 | timezone -> time zone | Jason McIntyre | |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto | |
anymore. Testing by jolan@, thanks. | |||
2005-11-29 | Add a flags field to struct prefix which will be used shortly. Remove the peer | Claudio Jeker | |
pointer so that the size does not grow. Adding 4 bytes to struct prefix would result in 64MB more memory usage on one of my systems. | |||
2005-11-29 | even more spaces and tabs. | Claudio Jeker | |
2005-11-29 | crontab.c uses the rcsid in the crontab head comment so don't protect | Todd C. Miller | |
it from lint. Found by cloder@ | |||
2005-11-29 | tabs on empty lines | Claudio Jeker | |
2005-11-29 | superfluous ; OK henning@ | Claudio Jeker | |
2005-11-29 | - Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks! | Bernd Ahlers | |
- Some indentation fixes while I'm here. okay espie@ | |||
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-27 | make EXAMPLES a little more useful by providing some context; | Jason McIntyre | |
help/ok steven@ | |||
2005-11-25 | Missing 'break;' found by lint. 'blass' is not the same as 'class'! | Kenneth R Westerback | |
ok moritz@ otto@ | |||
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-23 | Replace a C++ comment with a C comment. No code changes. | Chad Loder | |
2005-11-23 | log message consistency | Reyk Floeter | |
2005-11-23 | add optional interface rule for event rules | Reyk Floeter | |
2005-11-23 | do not abort if hw.setperf is not there. warn. maybe we should even | Theo de Raadt | |
skip that, too. | |||
2005-11-23 | permit apmd to run on systems without apm support | Nikolay Sturm | |
let apmd control hw.setperf manually or dynamically tested by Chris Kuethe and beck@, 'get it in' deraadt@ | |||
2005-11-22 | fix problem of dhcp server looping with "already acking lease" | Bob Beck | |
when busy with short lease times. Fix by and discussed with millert over a year ago, run at u of a for over a year, but never committed. ok millert@ cloder@ | |||
2005-11-22 | add printer for IAPP and hostapd(8) messages | Reyk Floeter | |
ok canacar@, tested by aanriot@ and others | |||
2005-11-22 | accidentaly lost a zero in timeout long time ago (; | Michael Shalayeff | |
2005-11-20 | add support for multiple hostap (wireless) interfaces. | Reyk Floeter | |
for example, if you run one hostapd with two ath(4) devices. you have to specify "set hostap interface { ath0, ath1 }" in hostapd.conf(5). man page bits by jmc@, tested by others | |||
2005-11-20 | .Sh SECURITY -> .Sh CAVEATS | Jason McIntyre | |
ok camield@ | |||
2005-11-19 | - uppercase `ID' | Jason McIntyre | |
- stnadard AUTHORS section | |||
2005-11-19 | magically complete fragment with `committed' names, solve the issue that | Marc Espie | |
uncommitted ports don't register correct plists... | |||
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto | |
of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks. | |||
2005-11-18 | use new libpcap-provided datalink_x_to_y functions instead of local copies | Damien Miller | |
(with different prototypes); ok mpf@ | |||
2005-11-18 | restructure some text slightly; | Jason McIntyre | |
ok espie@ | |||
2005-11-18 | don't assume that close() can fail, from deraadt | Camiel Dobbelaar | |
ok henning deraadt | |||
2005-11-17 | fix byteorder for "s" and "l" formats; ok henning@ krw@ | Kevin Steves | |
2005-11-17 | restructure the wtmp/newsyslog blurb slightly, to make this read better; | Jason McIntyre | |