Age | Commit message (Expand) | Author |
2003-10-31 | Add IPv6 support to CARP. | Ryan Thomas McBride |
2003-10-31 | New libedit api changes. | Otto Moerbeek |
2003-10-30 | add missing tcpdump capture types; aldo@nullcube.com | Theo de Raadt |
2003-10-28 | prototype declared static, but function was not. add static to function. | Anil Madhavapeddy |
2003-10-28 | error->debug for getsockopt+TCP_NODELAY; several requests | Markus Friedl |
2003-10-27 | - make SYNOPSIS expand properly | Jason McIntyre |
2003-10-27 | fix crash on startup by using the good allocation routine in edinit() | Vincent Labrecque |
2003-10-26 | rename 'supported' static var in userauth_gssapi() to 'gss_supported' | Anil Madhavapeddy |
2003-10-25 | #undef p2 in carp_stats() | Ryan Thomas McBride |
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy |
2003-10-24 | - fix rcs Xr; from Jared Yanovich | Jason McIntyre |
2003-10-24 | typos from Jared Yanovich, though I .Xr'd tn3270, rather than use .Nm; | Jason McIntyre |
2003-10-23 | macros with too many args; | Jason McIntyre |
2003-10-23 | rearrange .Nd to make it expand properly; | Jason McIntyre |
2003-10-23 | quote args to make them expand properly; | Jason McIntyre |
2003-10-22 | err on strdup failure. from vink joris. | Ted Unangst |
2003-10-22 | rearrange examples so they expand properly; | Jason McIntyre |
2003-10-22 | Make J operator handle extended comparisons correctly. | Otto Moerbeek |
2003-10-22 | Document if ... else | Otto Moerbeek |
2003-10-22 | Implement if ... else statement. If you do not use 'else', code generated | Otto Moerbeek |
2003-10-22 | Document new extended comparison operators. | Otto Moerbeek |
2003-10-22 | Implement extended comparison operators, to allow for an if ... else construct | Otto Moerbeek |
2003-10-22 | Make ungetting a char read form a string behave the same as ungetting | Otto Moerbeek |
2003-10-21 | strdup check missing; noted by nimadeus@pandora.be | Theo de Raadt |
2003-10-21 | make undo records per MGWIN, not per BUFFER... | Vincent Labrecque |
2003-10-21 | Document continue and for with empty parts. Also, our implementation | Otto Moerbeek |
2003-10-21 | make sure the doid is larger than 2 | Markus Friedl |
2003-10-20 | typos from Jared Yanovich, slightly ammended; | Jason McIntyre |
2003-10-20 | tweaks; | Jason McIntyre |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-19 | check alloca; pointed out by nimadeus@pandora.be | Theo de Raadt |
2003-10-19 | out of bounds. report by david@. ok espie@ | Ted Unangst |
2003-10-19 | Allow the expressions in for (E ; E ; E ) to be empty. | Otto Moerbeek |
2003-10-19 | Reorder descriptions of operators alphabetically. | Otto Moerbeek |
2003-10-19 | Document modern assignment ops +=, -=, ... instead of the old =+, =-, ..., | Otto Moerbeek |
2003-10-18 | - new sentence, new line | Jason McIntyre |
2003-10-18 | err(1, "cannot allocate mem") -> err(1, NULL) | Otto Moerbeek |
2003-10-18 | err(1, "out of mem") -> err(1, NULL) | Otto Moerbeek |
2003-10-18 | #ifdef debug code | Otto Moerbeek |
2003-10-18 | o Fix assignment operators (+=, -=, ... ) | Otto Moerbeek |
2003-10-18 | Describe new J and M operators. Also some small cleanup. | Otto Moerbeek |
2003-10-18 | o Implement new J (jump) and M (mark) operators. The J operator | Otto Moerbeek |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-10-17 | slight update for finger; sort options | Jason McIntyre |
2003-10-16 | better realloc. ok deraadt@ | Ted Unangst |
2003-10-16 | duh | Michael Shalayeff |
2003-10-15 | on fatal error, repair tty; millert ok | Theo de Raadt |
2003-10-15 | also print the uvmexp.zeropages if there is space in vm screen | Michael Shalayeff |
2003-10-15 | check pmonitor != NULL | Markus Friedl |
2003-10-14 | 10X for mkdtemp; djm@ | Markus Friedl |