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