Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-14 | Define a wsdisplay type for the Sun ZX/Leo frame buffer. | Miod Vallat | |
2006-02-06 | typo from alexey dobriyan; | Jason McIntyre | |
2006-02-03 | override authentication tag as well; ok hshoexer@ | Christian Weisgerber | |
2006-02-02 | Two fixes: generate default main mode config when using PSK, added missing | Hans-Joerg Hoexer | |
force (with naddy@) ok reyk@ naddy@ | |||
2006-02-02 | Small cleanup to avoid gotos, from Andrey Matveev. | Hans-Joerg Hoexer | |
ok moritz@ | |||
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
2006-02-01 | noted by lint: include <string.h> instead of <strings.h>, add tow ARGSUSED1 | Hans-Joerg Hoexer | |
2006-02-01 | NTP is described by RFC 1305, not 1035; | Jason McIntyre | |
from michal f. hanula (freebsd docs/92629) | |||
2006-01-28 | zap unused function | Henning Brauer | |
From: Andrey Matveev <evol@online.ptt.ru> | |||
2006-01-25 | spell fall through as FALLTHROUGH | Ted Unangst | |
2006-01-20 | initialize authtype->string in case of RSA to avoid bad free() | Christian Weisgerber | |
ok reyk@ hshoexer@ | |||
2006-01-17 | wrap long lines (no binary change) | Reyk Floeter | |
2006-01-17 | spacing | Theo de Raadt | |
2006-01-17 | no , after last element in enum | Theo de Raadt | |
2006-01-16 | add support for pre-shared keys with "ike esp" using the new keyword | Reyk Floeter | |
"psk". rsa-sig is recommended and will still be used by default. ok hshoexer@, manpage ok jmc@ | |||
2006-01-15 | If the log file is invalid/incompatible, try to rename the bad log file | Can Erkin Acar | |
and continue with a new name instead of suspending. ok mcbride@ | |||
2006-01-14 | Add a -q flag to reduce output a la newfs, and print the raw device we are | Miod Vallat | |
operating on instead of ``growfs'' (a la newfs as well). ok millert@ pedro@ | |||
2006-01-09 | some minor types house cleaning, ok otto | Theo de Raadt | |
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat | |
less generic in the future, though. | |||
2006-01-09 | Remove references to an/awi/ancontrol that should not have been | Jonathan Gray | |
here in the first place. | |||
2006-01-09 | Don't enter ancontrol. Reminded by deraadt@ | Jonathan Gray | |
2006-01-09 | Move ancontrol to the attic, no longer needed. | Jonathan Gray | |
2006-01-06 | put the description of vlanprio in the correct place; | Jason McIntyre | |
2006-01-05 | Make it possible to set a default vlan priority to a vlan interface. | Esben Norby | |
ok claudio@ brad@ | |||
2006-01-04 | Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse | Miod Vallat | |
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc as well. Currently only working with displays configured in 1bpp or 8bpp modes; this limitation will be worked on ASAP. Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes coming soon. | |||
2006-01-03 | most modern implementations of nfsd support TCP, not just 4.4BSD; | Jason McIntyre | |
prompted by a similar commit in freebsd. do not recommend TCP; ok millert | |||
2006-01-02 | clean up error paths using "goto", part 1. From Andrey Matveev <evol at | Hans-Joerg Hoexer | |
online dot ptt dot ru>. Thanks! | |||
2005-12-30 | better wording, based on a diff from daniel matic; | Jason McIntyre | |
2005-12-29 | mention the keywords "wireless network interface" for the -M switch; | Reyk Floeter | |
consistency with other 802.11-specific commands descriptions. thanks to Andreas Bihlmaier | |||
2005-12-28 | no close() after fdopen(); ok hshoexer@ | Christian Weisgerber | |
2005-12-28 | remove some unused functions and an unused variable found by lint. | Hans-Joerg Hoexer | |
ok markus@ | |||
2005-12-28 | make sure isakmpd fifo is actually a fifo. | Hans-Joerg Hoexer | |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller | |
OK deraadt@ | |||
2005-12-20 | let isakmpd(8) remove it's pid/fifo file on exit. | Moritz Jodeit | |
rework signal handling in the monitor process to let this work. testing and ok hshoexer@ | |||
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto | |
No functional change | |||
2005-12-18 | Fix condition so "BIOS fixup botch" can, unlikely as it is, be | Kenneth R Westerback | |
detected. Found by lint. ok millert@ | |||
2005-12-13 | Fix an assignment (=) where an equality test (==) was meant. Found by | Chad Loder | |
lint. OK millert, deraadt | |||
2005-12-12 | use ARGSUSED1 here | Hans-Joerg Hoexer | |
2005-12-12 | Don't wait one time interval before sending the first packet. | Jared Yanovich | |
Problem reported by Andreas Lundin <lunde@woopheer.mine.nu> on tech@, but fix from KAME. ok pascoe markus | |||
2005-12-12 | use err() instead of errx() | Hans-Joerg Hoexer | |
2005-12-12 | Correctly copy interface names; fixes breakage noticed by naddy@ | Hans-Joerg Hoexer | |
ok naddy@ cvs: ---------------------------------------------------------------------- | |||
2005-12-11 | Don't allow a -prefixlen arg of -1. jaredy@ ok | Aaron Campbell | |
2005-12-10 | better wording, helped by krw and roughly ok deraadt; | Jason McIntyre | |
2005-12-09 | add some missing boot_ pages; | Jason McIntyre | |
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-12-06 | more appropriate error messages; ok hshoexer | Markus Friedl | |
2005-12-06 | ipip support: ip-in-ip w/o gif(4); ok hshoexer | Markus Friedl | |
2005-12-05 | Avoid an out-of-bounds array access in editor_delete() for invalid partition | Miod Vallat | |
name; spotted by Laurent Coustet (ed, debian-fr net) ok deraadt@ otto@ | |||
2005-12-02 | make lint a bit happier | Theo de Raadt | |
2005-12-02 | mark signal races | Theo de Raadt | |