Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-03 | Make all the low-profile configurations include conf/GENERIC, and | Miod Vallat | |
harmonize a bit. | |||
2001-08-03 | simplify previous fix (0-length mbuf in mbuf chain). from freebsd | Jun-ichiro itojun Hagino | |
2001-08-03 | typo; krapht@secureops.com | Theo de Raadt | |
2001-08-03 | Open files with O_NONBLOCK but turn off non-blocking mode for | Todd C. Miller | |
non-ttys. If write(2) returns EAGAIN just ignore the error and move on. This prevents a locked terminal from causing syslogd grief. If we ever want to support logging to a fifo this will probably have to be revisited. | |||
2001-08-03 | sync | Theo de Raadt | |
2001-08-03 | fix #include | Theo de Raadt | |
2001-08-03 | add MLINKS; ok rees@ | Jakob Schlyter | |
2001-08-03 | document sectok_friendly_open. fix sectoc_open arg. ok rees@ | Jakob Schlyter | |
2001-08-03 | Acknowledge VM's limitations. | Marc Espie | |
2001-08-03 | o Fix sectok_apdu() proto | Todd C. Miller | |
o s/sectok_scopen/sectok_open/ o Change the block of sectok_apdu options to a tagged list ress@ OK | |||
2001-08-03 | Typo; heko@iki.fi | Aaron Campbell | |
2001-08-03 | fix typo; jcs@rt.fm | Theo de Raadt | |
2001-08-03 | Move .include <bsd.obj.mk> right after bsd.own.mk. | Federico G. Schwindt | |
2001-08-03 | add man page | Jim Rees | |
2001-08-03 | first shot at a section 4 intro for powerpc, ok drahn | Peter Valchev | |
2001-08-03 | fix building w/o obj | Jakob Schlyter | |
2001-08-03 | Avoid warning when building with vga on isa without vga on pci; ok mickey@ | Thorsten Lockert | |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin | |
millert@ ok | |||
2001-08-03 | confgiuration -> configuration. | Federico G. Schwindt | |
2001-08-03 | o) We don't like .Pp before/after .Sh; | Mike Pechkin | |
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | |||
2001-08-03 | proper vga_* handling; pointed out by tholo@ | Michael Shalayeff | |
2001-08-03 | o) Remove unneeded .Nm arguments; | Mike Pechkin | |
o) Sort SEE ALSO; o) Minor .Nm and .Nd fixes; o) Typo; millert@ ok | |||
2001-08-03 | improve usage(). ok markus@ | Jakob Schlyter | |
2001-08-03 | document smartcard options. ok markus@ | Jakob Schlyter | |
2001-08-02 | #include <sys/types.h> for linux | Jim Rees | |
2001-08-02 | do not exit loop even if m_len == 0. it is legal to have an mbuf with | Jun-ichiro itojun Hagino | |
m_len == 0 in mbuf chain. | |||
2001-08-02 | assure -> ensure | Hugh Graham | |
2001-08-02 | match updated prototype | Hugh Graham | |
2001-08-02 | plural agreement (singular) | Hugh Graham | |
2001-08-02 | fix diagnostic messages | Eric Jackson | |
from Dima Dorfman <dima@unixfreak.org> | |||
2001-08-02 | fix doc syntax | Eric Jackson | |
from Dima Dorfman <dima@unixfreak.org> | |||
2001-08-02 | Declare prompt_vPrintf as being printf-link when __GNUC__ is defined | brian | |
2001-08-02 | Add a comment | brian | |
2001-08-02 | Formatting and whitespace cleanup | brian | |
2001-08-02 | Sync with FreeBSD (doesn't apply to obsd) | brian | |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-08-02 | add lost .Nm entry to .Sh NAME; | Mike Pechkin | |
millert@ ok. | |||
2001-08-02 | remove unnecessary MLINK entry mentioned twice. | Mike Pechkin | |
millert@ ok. | |||
2001-08-02 | remove unnecessary .Re; | Mike Pechkin | |
millert@ ok | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-02 | document .Nd | Todd C. Miller | |
2001-08-02 | Mods for PalmOS | Jim Rees | |
2001-08-02 | stdio.h is evil on PalmOS | Jim Rees | |
2001-08-02 | clean up some /* SMARTCARD */. ok markus@ | Jakob Schlyter | |
2001-08-02 | add /* SMARTCARD */ to #else/#endif. ok markus@ | Jakob Schlyter | |
2001-08-02 | add smartcard to usage(). ok markus@ | Jakob Schlyter | |
2001-08-02 | add Palm version of sectok_dump_reply() | Jim Rees | |
2001-08-02 | document smartcard upload/download. ok markus@ | Jakob Schlyter | |
2001-08-02 | more verbose usage(). ok markus@ | Jakob Schlyter | |
2001-08-02 | More DESTDIR -> DESTDIRNAME changes. | Marc Espie | |
Remove AM_MAKEFLAGS setting that has not been there since make handles recursion posixly. |