Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-16 | Wall happiness | Theo de Raadt | |
1996-10-16 | -Wall happiness | Theo de Raadt | |
1996-10-16 | type death | Theo de Raadt | |
1996-10-16 | unused var | Theo de Raadt | |
1996-10-16 | unused vars, protos | Theo de Raadt | |
1996-10-16 | unused vars | Theo de Raadt | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-10-16 | missing */ | Theo de Raadt | |
1996-10-16 | proto | Theo de Raadt | |
1996-10-16 | fix proto, unused var | Theo de Raadt | |
1996-10-16 | unused variables | Theo de Raadt | |
1996-10-16 | unused vars | Theo de Raadt | |
1996-10-16 | contextual usage only | Theo de Raadt | |
1996-10-16 | repair fusword/susword protos | Theo de Raadt | |
1996-10-16 | decl calibrate_cyclecounter, fusword, susword | Theo de Raadt | |
1996-10-16 | proto | Theo de Raadt | |
1996-10-16 | fix decls | Theo de Raadt | |
1996-10-16 | use variable | Theo de Raadt | |
1996-10-16 | add functions. | Michael Shalayeff | |
remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h | |||
1996-10-16 | unused variable | Theo de Raadt | |
1996-10-16 | fix debug code, automatize buffer size calculation. | Michael Shalayeff | |
1996-10-16 | missing */ | Theo de Raadt | |
1996-10-16 | -W clean | Theo de Raadt | |
1996-10-16 | compile aic7xxx_asm using HOSTCC and -U_KERNEL | Theo de Raadt | |
1996-10-16 | kill __yp_token, other clean ups. | Jason Downs | |
1996-10-16 | kill __yp_token. | Jason Downs | |
1996-10-16 | support _STANDALONE | Michael Shalayeff | |
1996-10-16 | _PW_YPTOKEN | Jason Downs | |
1996-10-16 | check strdup ret val. | Todd C. Miller | |
1996-10-16 | check malloc ret val | Todd C. Miller | |
1996-10-16 | check malloc() ret val! | Todd C. Miller | |
1996-10-16 | check malloc ret val. | Todd C. Miller | |
1996-10-16 | *** empty log message *** | michaels | |
1996-10-16 | namechange. | michaels | |
1996-10-16 | nvi 1.78: | michaels | |
+ Fix bugs when both the leftright scrolling and number edit options were on. + Fix bug where splitting in the middle of the screen could repaint incorrectly. + Fix first-nul in input bug, where random garbage was inserted. + Correct search and mark-as-motion-command bug, it's a line mode action if the search starts at or before the first non<blank>. + Fix bug autoindent bug, where ^D could shift too far in the line. + Fix core dump where ! command called from the .exrc file. + Add the -S command-line option, which initializes vi to have the secure edit option preset. | |||
1996-10-16 | Fixed a memory leak associated with the HELP and SITE HELP commands. | bitblt | |
1996-10-16 | Check ret val of strdup(3) -- may be NULL. | Todd C. Miller | |
1996-10-16 | s/key support now works (s/key lookup must be done with euid == 0) | Todd C. Miller | |
1996-10-15 | spelling error; from explorer | Theo de Raadt | |
1996-10-15 | Possible buf oflow + index -> strchr. | Todd C. Miller | |
1996-10-15 | Make sprintf work for you, not the other way around. | Todd C. Miller | |
1996-10-15 | Minor doc fixups from FreeBSD. | Todd C. Miller | |
1996-10-15 | * optimal exclusions support -- don't waste memory with DB. assumes | Jason Downs | |
exclusions lists are typically small. * move YP_OVERRIDE_PASSWD to a static var. needs some way for the system to set this. * clean up variable names and some code. * invisibly support FreeBSD ypserv running in "secure" mode. | |||
1996-10-15 | fd leak spotted by bitblt | Theo de Raadt | |
1996-10-15 | nqnfs code is for client+server; spotted by niklas | Theo de Raadt | |
1996-10-15 | umask for writes; from joerg@freebsd.org | Theo de Raadt | |
1996-10-15 | gcc -Wall happy | Michael Shalayeff | |
1996-10-15 | more detailed info | Theo de Raadt | |
1996-10-15 | zlib need this | Michael Shalayeff | |
1996-10-15 | deal with files as euid; based on code by alex@freebsd.org | Theo de Raadt | |