Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-05 | If colours are not supported by the terminal, try to emulate a coloured | Nicholas Marriott | |
background by setting or clearing the reverse attribute. This makes a few applications which don't use the reverse attribute themselves a little happier, and allows the status, message and mode options to have default attributes and fg/bg options that work as expected when set as reverse. | |||
2009-08-05 | Mention known signal problems and firmware version 3 only support so | Marcus Glocker | |
people don't have to report about those topics on a regulary base. a jsg@ joint venture production | |||
2009-08-05 | prevent configuration of relays listening to a single addr:port tuple twice | Reyk Floeter | |
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2009-08-05 | ustar format consists of prefix = 155 octets; name = 100 octets | Martynas Venckus | |
prefix (155) + / (1) + name (100) = 256 characters; not 255 characters ok otto@, millert@ | |||
2009-08-05 | support multiple 'listen on' lines in a single relay block | Reyk Floeter | |
2009-08-05 | tables don't need pf if running in "l7" relay mode | Reyk Floeter | |
2009-08-05 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok markus@ | |||
2009-08-05 | missing break | Theo de Raadt | |
2009-08-05 | don't read/write 1000baseT specific MII registers on 10/100M ony device. | Kevin Lo | |
From dragonflybsd tested by krw@ | |||
2009-08-05 | correct indent | Theo de Raadt | |
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-04 | Fix volume state transitions for RAID4/5/6 | Jordan Hargrave | |
ok marco@ | |||
2009-08-04 | sync | David Hill | |
2009-08-04 | Rhino Equipment donated some T1/E1/J1 cards. Add their vendor and | David Hill | |
product IDs ok deraadt@ | |||
2009-08-04 | Add a -a flag to set-option and set-window-option to append to an existing | Nicholas Marriott | |
string value, useful for terminal-overrides. | |||
2009-08-04 | zap the rather useless machdep.apmwarn entries (see apm(4)); | Jason McIntyre | |
ok deraadt | |||
2009-08-04 | restructure the layout of this page, moving the commands into various | Jason McIntyre | |
subsections; lots of tweaks to come on the text from nicm and myself | |||
2009-08-04 | -epm are not relevant to most (any?) setups and quiet is good anyway: remove | Jason McIntyre | |
these options; thanks marc for feedback on what these options were for; ok oga deraadt | |||
2009-08-04 | group all of the on-stack variables that are uses by the nfsm_macros | Thordur I. Bjornsson | |
to keep the data munging "state" into an nfsm_info structure. Each function now has this structure on its stack, and it and its members are now passed around so that the macros/functions can work there magic. this will make removing the nfsm_* macros way easier. Idea/code picked up from DragonflyBSD. Tested by krw@, jacekm@ and myself. OK blambert@. | |||
2009-08-04 | Don't use grep/cut during shutdown, /usr might not be mounted. | Stuart Henderson | |
Spotted by deraadt@. These were used to bring down carp ifaces cleanly; replace with shell features. ok deraadt@, henning@. "Much mo' better" blambert@. | |||
2009-08-04 | Add regress tests with IPv4 and IPv6 addresses for the srcid and/or dstid. | Joel Sing | |
ok hshoexer@ | |||
2009-08-04 | Specify an ID-type of IPV4_ADDR or IPV6_ADDR if the srcid or dstid is | Joel Sing | |
given as an IPv4 or IPv6 address, rather than treating the IP address as a FQDN. ok hshoexer@ markus@ todd@ | |||
2009-08-04 | Show the bell/activity/current status and the window title in the choice list. | Nicholas Marriott | |
2009-08-04 | Check for "UTF8" as well as "UTF-8" in LANG etc as it seems this may also | Nicholas Marriott | |
appear. | |||
2009-08-04 | clean up some macro abuse in the commands section; | Jason McIntyre | |
2009-08-04 | fix some warnings. there are others, but nobody wants to look at them. | Ted Unangst | |
ok deraadt | |||
2009-08-03 | properly pass SHELL from password file; not a login configuration | Martynas Venckus | |
variable (restores behavior pre-rev. 1.30). ok millert@ | |||
2009-08-03 | use random; ok millert@ | Martynas Venckus | |
2009-08-03 | tweak error message. url is valid per rfc1738 and can now be | Martynas Venckus | |
fetchable with -o. so point to it too. requested by chris@ ok sthen@. better halex@ | |||
2009-08-03 | remove, or replace Xr of ieee to either ilogb, nextafter or scalbn | Martynas Venckus | |
where appropriate. pointed out by jmc@ | |||
2009-08-03 | It is sufficient to call getgrnam(3) once. Remove the first call. | Alexander Bluhm | |
ok millert | |||
2009-08-03 | In addgroup() malloc(3) does not allocate enough memory as it only | Alexander Bluhm | |
counts the number of elements but not their size. This can crash "wall -g group" if many users are in the group. ok millert | |||
2009-08-03 | Split the comparison into a function to make this code smaller and more | Nicholas Marriott | |
understandable. | |||
2009-08-03 | Don't try to free old string values (and crash) when they are overridden unless | Nicholas Marriott | |
they were actually found in the source terminal description. Reported by jmc. | |||
2009-08-03 | tweak previous; | Jason McIntyre | |
2009-08-03 | Add a terminal-overrides session option allowing individual terminfo(5) entries | Nicholas Marriott | |
to be overridden. The 88col/256col checks are now moved into the default setting and out of the code. Also remove a couple of old workarounds for xterm and rxvt which are no longer necessary (tmux can emulate them if missing). | |||
2009-08-03 | Make announce "self" work like all others (self is a bit special because | Claudio Jeker | |
it's a keyword but "self" is not). OK henning@ | |||
2009-08-03 | Comment fixes and code tidy-up (whitespace and more consistent | Stuart Henderson | |
numeric values) from Brad. No binary change. | |||
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok dlg@ | |||
2009-08-03 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-02 | Fix checking of setupterm(3) error codes. While there include the | Matthieu Herrb | |
name of the terminal type causing the error where relevant. ok nicm@. | |||
2009-08-02 | Preserve joined interface groups when tun(4) is switched | Marco Pfatschbacher | |
between layer 2 and 3 tunneling mode. OK claudio@, markus@ | |||
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok mglocker@ jsg@ | |||
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok miod@ | |||
2009-08-02 | - explain how to enable autobooting | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck | |
after c2k9 allows buffer cache to be extended and grow/shrink dynamically tested by many, ok oga@, "why not just commit it" deraadt@ |